:root {
  --ink: #171a16;
  --night: #10130f;
  --night-soft: #1b211b;
  --muted: #626a63;
  --paper: #fbfaf5;
  --panel: #fffefb;
  --line: rgba(23, 26, 22, 0.16);
  --page-pad: clamp(22px, 4vw, 58px);
  --green: #ddf7e6;
  --green-strong: #12865a;
  --blue: #dceef8;
  --blue-strong: #247aa5;
  --violet: #ece6ff;
  --violet-strong: #7055c8;
  --rose: #f8dde1;
  --rose-strong: #c64c64;
  --amber: #fff1bd;
  --mint: #6ee7a8;
  --shadow: 0 22px 60px rgba(23, 26, 22, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(23, 26, 22, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 26, 22, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 16% 10%, rgba(18, 134, 90, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(198, 76, 100, 0.13), transparent 28rem),
    radial-gradient(circle at 50% 90%, rgba(36, 122, 165, 0.12), transparent 34rem),
    var(--paper);
  background-size: 24px 24px, 24px 24px, auto, auto, auto, auto;
  color: var(--ink);
  font-family: "Avenir Next", "Trebuchet MS", Verdana, sans-serif;
}

body::before {
  display: none;
  content: "";
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 2px solid rgba(255, 254, 251, 0.13);
  background: rgba(16, 19, 15, 0.82);
  color: var(--paper);
  padding: 16px clamp(18px, 4vw, 56px);
  backdrop-filter: blur(16px);
}

.brand-mark,
.nav-links,
.hero-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 10px;
  font-weight: 950;
}

.brand-mark span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--amber);
  color: var(--ink);
  font-size: 0.78rem;
}

.brand-mark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.nav-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 100%;
}

.nav-links a,
.button,
.case-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.82);
  padding: 0 14px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.nav-links a:hover,
.button:hover,
.case-link:hover {
  border-color: var(--ink);
  box-shadow: 0 12px 26px rgba(23, 26, 22, 0.14);
  transform: translateY(-2px);
}

.site-header .nav-links a {
  border-color: rgba(255, 254, 251, 0.2);
  background: rgba(255, 254, 251, 0.08);
  color: var(--paper);
}

.site-header .nav-links a:hover {
  border-color: rgba(255, 254, 251, 0.62);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.site-header .nav-cta {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

.nav-cta,
.button.primary {
  background: var(--ink) !important;
  color: var(--paper);
}

main {
  display: grid;
  gap: 34px;
  padding: 0 0 var(--page-pad);
}

.home-main > section:not(.hero) {
  margin-right: var(--page-pad);
  margin-left: var(--page-pad);
  scroll-margin-top: 154px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(255, 241, 189, 0.22), transparent 28rem),
    radial-gradient(circle at 86% 10%, rgba(36, 122, 165, 0.22), transparent 30rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
  color: var(--paper);
  isolation: isolate;
  overflow: hidden;
  padding: var(--page-pad);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at var(--glow-x, 18%) 28%, rgba(110, 231, 168, 0.14), transparent 20rem),
    linear-gradient(115deg, transparent 8%, rgba(110, 231, 168, 0.08), transparent 28%);
  content: "";
  mix-blend-mode: screen;
  pointer-events: none;
  animation: heroAurora 13s ease-in-out infinite alternate;
}

.ai-word-rain {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ai-word-rain::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, transparent 0 18rem, rgba(16, 19, 15, 0.16) 34rem),
    linear-gradient(90deg, rgba(16, 19, 15, 0.82), transparent 18%, transparent 82%, rgba(16, 19, 15, 0.82));
  content: "";
}

.ai-word-rain span {
  position: absolute;
  top: -16vh;
  left: var(--x);
  color: rgba(110, 231, 168, 0.28);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: clamp(0.68rem, 1.1vw, 1rem);
  font-weight: 950;
  letter-spacing: 0.12em;
  text-shadow:
    0 0 18px rgba(110, 231, 168, 0.44),
    0 0 38px rgba(110, 231, 168, 0.18);
  text-transform: uppercase;
  white-space: nowrap;
  animation: aiWordFall var(--dur) linear infinite;
  animation-delay: calc(0s - var(--delay));
}

.ai-word-rain span:nth-child(3n) {
  color: rgba(255, 241, 189, 0.26);
  text-shadow:
    0 0 18px rgba(255, 241, 189, 0.36),
    0 0 34px rgba(255, 241, 189, 0.16);
}

.ai-word-rain span:nth-child(4n) {
  color: rgba(220, 238, 248, 0.24);
  text-shadow:
    0 0 18px rgba(36, 122, 165, 0.36),
    0 0 34px rgba(36, 122, 165, 0.16);
}

.ai-word-rain span:nth-child(5n) {
  font-size: clamp(0.82rem, 1.28vw, 1.12rem);
  opacity: 0.9;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-copy {
  width: 100%;
  max-width: 900px;
}

.hero-visual {
  width: 100%;
}

.hero-copy > * {
  animation: heroRise 560ms ease both;
}

.hero-copy > *:nth-child(2) {
  animation-delay: 90ms;
}

.hero-copy > *:nth-child(3) {
  animation-delay: 180ms;
}

.hero-copy > *:nth-child(4) {
  animation-delay: 270ms;
}

.hero-copy > *:nth-child(5) {
  animation-delay: 360ms;
}

.hero-copy > *:nth-child(6) {
  animation-delay: 450ms;
}

.hero .eyebrow {
  color: #f1b5c0;
}

.hero h1 {
  max-width: 100%;
  font-size: clamp(2.65rem, 5.35vw, 5.55rem);
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  text-wrap: balance;
}

.hero .hero-summary {
  max-width: min(790px, 100%);
  color: rgba(251, 250, 245, 0.76);
  overflow-wrap: break-word;
}

.hero .button.primary {
  min-height: 46px;
  background: var(--paper) !important;
  box-shadow:
    0 16px 42px rgba(255, 241, 189, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.38) inset;
  color: var(--ink);
  padding: 0 18px;
}

.hero .button.ghost {
  border-color: rgba(255, 254, 251, 0.22);
  background: rgba(255, 254, 251, 0.08);
  color: var(--paper);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-strong);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.05em;
}

h1 {
  max-width: 1000px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6.4vw, 6.6rem);
  line-height: 0.94;
}

h2 {
  max-width: 940px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  line-height: 0.95;
}

.hero-summary,
.section-intro p,
.case-hero p,
.case-panel p {
  max-width: 850px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 18px;
}

.button.ghost {
  background: var(--amber);
}

.hero-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: min(850px, 100%);
  margin-top: 18px;
}

.hero-trust-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  color: rgba(251, 250, 245, 0.86);
  padding: 0 12px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: min(850px, 100%);
}

.metric-strip div,
.company-rail,
.system-map article,
.work-card,
.experience-band,
.case-panel,
.lock-panel {
  border: 2px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 251, 0.9);
  box-shadow: var(--shadow);
}

.metric-strip div {
  border-color: rgba(255, 254, 251, 0.18);
  background: rgba(255, 254, 251, 0.08);
  color: var(--paper);
  padding: 12px;
  backdrop-filter: blur(14px);
}

.metric-strip strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1;
}

.metric-strip span {
  color: rgba(251, 250, 245, 0.68);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-visual {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.portrait-orbit {
  position: relative;
  width: min(430px, 88vw);
  aspect-ratio: 1;
  border: 2px solid var(--line);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 241, 189, 0.95), rgba(220, 238, 248, 0.92)),
    var(--panel);
  box-shadow: var(--shadow);
  isolation: isolate;
  padding: 18px;
  transform: rotate(-2deg);
  animation: portraitFloat 8s ease-in-out infinite;
}

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

.portrait-orbit::before {
  inset: -14px;
  z-index: 0;
  border: 1px solid rgba(110, 231, 168, 0.28);
  border-radius: 46px;
  box-shadow:
    0 0 0 8px rgba(110, 231, 168, 0.035),
    0 0 42px rgba(110, 231, 168, 0.22);
  animation: orbitHalo 5.8s ease-in-out infinite;
}

.portrait-orbit::after {
  inset: 18px;
  z-index: 2;
  border-radius: 28px;
  background: linear-gradient(120deg, transparent 0 38%, rgba(255, 255, 255, 0.2) 48%, transparent 58% 100%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-140%);
  animation: portraitScan 6.8s ease-in-out infinite;
}

.portrait-orbit img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(23, 26, 22, 0.28);
  border-radius: 28px;
  object-fit: cover;
  object-position: 50% 32%;
  filter: saturate(1.08) contrast(1.03);
}

.orbit {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 2px solid rgba(23, 26, 22, 0.28);
  border-radius: 999px;
  background: var(--panel);
  color: var(--ink);
  padding: 0 12px;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(23, 26, 22, 0.12);
  animation: floaty 4.2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}

.orbit.one {
  left: -18px;
  top: 14%;
  background: var(--green);
}

.orbit.two {
  right: -18px;
  top: 28%;
  background: var(--blue);
  animation-delay: 0.6s;
}

.orbit.three {
  left: 10%;
  bottom: -16px;
  background: var(--violet);
  animation-delay: 1.2s;
}

.orbit.four {
  right: 8%;
  bottom: 12px;
  background: var(--rose);
  animation-delay: 1.8s;
}

.orbit.five {
  left: 50%;
  top: -18px;
  background: var(--amber);
  transform: translateX(-50%);
  animation-name: floatyCenter;
  animation-delay: 2.4s;
}

.signal-card {
  width: min(430px, 88vw);
  border: 2px solid var(--line);
  border-radius: 18px;
  background: var(--ink);
  color: var(--paper);
  padding: 18px;
  box-shadow: var(--shadow);
}

.signal-card span {
  display: block;
  margin-bottom: 7px;
  color: #c9d3c9;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.signal-card strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.signal-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.signal-card li {
  position: relative;
  color: rgba(251, 250, 245, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  padding-left: 18px;
}

.signal-card li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6ee7a8;
  box-shadow: 0 0 18px rgba(110, 231, 168, 0.58);
  content: "";
}

.hero-console {
  position: relative;
  width: min(430px, 88vw);
  border: 2px solid rgba(255, 254, 251, 0.16);
  border-radius: 18px;
  background: rgba(4, 6, 5, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  color: var(--paper);
  overflow: hidden;
  padding: 14px;
  backdrop-filter: blur(16px);
}

.hero-console::after {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 231, 168, 0.78), transparent);
  content: "";
  opacity: 0;
  transform: translateX(-42%);
  animation: consoleTrace 3.8s ease-in-out infinite;
}

.console-top {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: -2px 0 12px;
  border-bottom: 1px solid rgba(255, 254, 251, 0.12);
  padding-bottom: 10px;
}

.console-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b7a;
}

.console-top span:nth-child(2) {
  background: #ffd166;
}

.console-top span:nth-child(3) {
  background: #6ee7a8;
}

.console-top strong {
  margin-left: auto;
  color: rgba(251, 250, 245, 0.58);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 800;
}

.hero-console p {
  margin: 8px 0;
  color: rgba(251, 250, 245, 0.76);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  line-height: 1.38;
}

.hero-console p span {
  color: #6ee7a8;
}

.hero-console p strong {
  color: var(--paper);
}

.console-progress {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.console-progress i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #6ee7a8 var(--bar), rgba(255, 255, 255, 0.12) var(--bar)),
    rgba(255, 255, 255, 0.08);
  animation: consolePulse 4.6s ease-in-out infinite;
}

.company-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 14px;
}

.proof-stage {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  gap: clamp(18px, 4vw, 46px);
  align-items: center;
  border: 2px solid rgba(255, 254, 251, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 241, 189, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(36, 122, 165, 0.24), transparent 28rem),
    linear-gradient(135deg, #10130f, #1a221a 52%, #0b0d0a);
  box-shadow: 0 30px 90px rgba(16, 19, 15, 0.24);
  color: var(--paper);
  overflow: hidden;
  padding: clamp(22px, 4vw, 48px);
}

.case-preview-stage {
  grid-template-columns: minmax(280px, 0.5fr) minmax(680px, 1.18fr);
  align-items: stretch;
}

.proof-bg-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: saturate(1.12) contrast(1.08);
  pointer-events: none;
  transform: scale(1.03);
}

.case-preview-stage::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 19, 15, 0.72), rgba(16, 19, 15, 0.46) 44%, rgba(16, 19, 15, 0.7)),
    radial-gradient(circle at 76% 20%, rgba(110, 231, 168, 0.13), transparent 24rem);
  content: "";
  pointer-events: none;
}

.proof-stage::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 26px 26px;
  content: "";
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 86%);
  pointer-events: none;
}

.proof-stage > * {
  position: relative;
  z-index: 2;
}

.proof-stage > .proof-bg-video {
  position: absolute;
  z-index: 0;
}

.proof-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
}

.case-preview-stage .proof-copy h2 {
  font-size: clamp(2.45rem, 4vw, 4.6rem);
  overflow-wrap: anywhere;
}

.proof-copy .eyebrow {
  color: #f1b5c0;
}

.proof-copy h2 {
  max-width: 720px;
}

.proof-copy p {
  max-width: 660px;
  margin: 0;
  color: rgba(251, 250, 245, 0.72);
  font-size: 1rem;
  line-height: 1.58;
}

.proof-mini-metrics,
.proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.proof-mini-metrics span,
.proof-tags i {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  padding: 0 11px;
  color: rgba(251, 250, 245, 0.86);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.case-preview-note {
  display: grid;
  gap: 6px;
  max-width: 520px;
  border: 1px solid rgba(110, 231, 168, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.1), transparent),
    rgba(255, 254, 251, 0.06);
  padding: 14px;
}

.case-preview-note strong {
  color: var(--mint);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-preview-note p {
  color: rgba(251, 250, 245, 0.76);
  font-size: 0.9rem;
}

.confidentiality-note {
  display: grid;
  gap: 7px;
  max-width: 980px;
  border: 1px solid rgba(18, 134, 90, 0.28);
  border-left: 5px solid var(--green-strong);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(18, 134, 90, 0.1), rgba(255, 254, 251, 0.72)),
    rgba(255, 254, 251, 0.84);
  box-shadow: 0 18px 42px rgba(23, 26, 22, 0.08);
  color: var(--ink);
  padding: 14px 16px;
}

.confidentiality-note strong {
  color: var(--green-strong);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.confidentiality-note p {
  margin: 0;
  color: #354235;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.5;
}

.confidentiality-note.dark-note {
  border-color: rgba(110, 231, 168, 0.24);
  border-left-color: var(--mint);
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.12), transparent),
    rgba(255, 254, 251, 0.07);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
  color: var(--paper);
}

.confidentiality-note.dark-note strong {
  color: var(--mint);
}

.confidentiality-note.dark-note p {
  color: rgba(251, 250, 245, 0.78);
}

.proof-wall {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  perspective: 1100px;
}

.showcase-window {
  position: relative;
  display: grid;
  align-content: start;
  gap: 13px;
  min-width: 0;
  min-height: 210px;
  border: 1px solid rgba(255, 254, 251, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 85% 8%, rgba(110, 231, 168, 0.18), transparent 12rem),
    rgba(255, 254, 251, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  padding: 16px;
  transform: rotateX(0deg) rotateY(0deg);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.case-preview-card {
  color: var(--paper);
  text-decoration: none;
}

.showcase-window:hover {
  border-color: rgba(255, 254, 251, 0.54);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  transform: translateY(-7px) rotateX(2deg) rotateY(-2deg);
}

.case-preview-card:hover .case-preview-cta {
  background: var(--mint);
  color: #10130f;
  transform: translateX(4px);
}

.showcase-window::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 10%, rgba(255, 255, 255, 0.14), transparent 44%);
  content: "";
  pointer-events: none;
  transform: translateX(-120%);
  animation: cardSweep 8s ease-in-out infinite;
}

.showcase-window.large {
  grid-row: span 2;
  min-height: 438px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 241, 189, 0.2), transparent 16rem),
    radial-gradient(circle at 88% 12%, rgba(36, 122, 165, 0.2), transparent 16rem),
    rgba(255, 254, 251, 0.1);
}

.showcase-window.meta-preview {
  background:
    radial-gradient(circle at 84% 10%, rgba(110, 231, 168, 0.2), transparent 14rem),
    radial-gradient(circle at 12% 90%, rgba(236, 230, 255, 0.17), transparent 12rem),
    rgba(255, 254, 251, 0.1);
}

.showcase-window.warm {
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 241, 189, 0.23), transparent 12rem),
    rgba(255, 254, 251, 0.11);
}

.showcase-window.dark {
  background:
    radial-gradient(circle at 82% 18%, rgba(236, 230, 255, 0.22), transparent 12rem),
    rgba(6, 8, 6, 0.62);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255, 254, 251, 0.12);
  padding-bottom: 10px;
}

.window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b7a;
}

.window-bar span:nth-child(2) {
  background: #ffd166;
}

.window-bar span:nth-child(3) {
  background: #6ee7a8;
}

.window-bar strong {
  margin-left: auto;
  color: rgba(251, 250, 245, 0.58);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.65rem;
  letter-spacing: 0;
}

.case-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.showcase-window p {
  margin: 0;
  color: #f1b5c0;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lock-chip {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  padding: 0 10px;
  color: rgba(251, 250, 245, 0.76);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lock-chip::before {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #ffd166;
  box-shadow: 0 0 18px rgba(255, 209, 102, 0.72);
  content: "";
  animation: lockBlink 2.4s ease-in-out infinite;
}

.showcase-window > strong {
  max-width: 540px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 2.7vw, 3.1rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.case-preview-card:not(.large) > strong {
  font-size: clamp(1.28rem, 1.7vw, 1.82rem);
}

.preview-route {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding: 10px;
  border: 1px solid rgba(255, 254, 251, 0.12);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.preview-route::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 22px rgba(110, 231, 168, 0.88);
  content: "";
  transform: translateY(-50%);
  animation: previewPacket 4.4s ease-in-out infinite;
}

.preview-route i {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.09);
  padding: 0 10px;
  color: rgba(251, 250, 245, 0.88);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.preview-route b {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(110, 231, 168, 0.12), var(--mint), rgba(110, 231, 168, 0.12));
  animation: flowPulse 2.8s ease-in-out infinite;
}

.route-trader::before {
  background: #ffd166;
  box-shadow: 0 0 22px rgba(255, 209, 102, 0.88);
  animation-duration: 3.8s;
}

.route-stack {
  position: relative;
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-left: 18px;
}

.route-stack::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 5px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mint), rgba(255, 255, 255, 0.08));
  content: "";
}

.route-stack::after {
  position: absolute;
  left: 1px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(110, 231, 168, 0.78);
  content: "";
  animation: stackPacket 3.6s ease-in-out infinite;
}

.route-stack span {
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 14px;
  background: rgba(255, 254, 251, 0.08);
  padding: 10px 12px;
  color: rgba(251, 250, 245, 0.86);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
  animation: routeCardPulse 4.6s ease-in-out infinite;
}

.route-stack span:nth-child(2) {
  animation-delay: 0.7s;
}

.route-stack span:nth-child(3) {
  animation-delay: 1.4s;
}

.case-card-meta {
  display: grid;
  gap: 7px;
}

.case-card-meta span {
  display: block;
  border-left: 2px solid rgba(110, 231, 168, 0.52);
  padding-left: 9px;
  color: rgba(251, 250, 245, 0.7);
  font-size: 0.72rem;
  line-height: 1.35;
}

.case-room-list {
  display: grid;
  gap: 8px;
}

.case-room-list span {
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 254, 251, 0.13);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.08), transparent),
    rgba(255, 254, 251, 0.06);
  padding: 9px 10px;
  animation: routeCardPulse 5.2s ease-in-out infinite;
}

.case-room-list span:nth-child(2) {
  animation-delay: 0.8s;
}

.case-room-list span:nth-child(3) {
  animation-delay: 1.6s;
}

.case-room-list b {
  color: rgba(251, 250, 245, 0.9);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-room-list small {
  color: rgba(251, 250, 245, 0.62);
  font-size: 0.7rem;
}

.case-preview-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  padding: 0 13px;
  color: rgba(251, 250, 245, 0.9);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: auto;
}

.mini-flow i {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.09);
  padding: 0 10px;
  color: rgba(251, 250, 245, 0.88);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.mini-flow b {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(110, 231, 168, 0.1), #6ee7a8, rgba(110, 231, 168, 0.1));
  animation: flowPulse 2.8s ease-in-out infinite;
}

.signal-lines {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.signal-lines i {
  display: block;
  width: var(--w);
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6ee7a8, rgba(255, 255, 255, 0.14));
  animation: consolePulse 4s ease-in-out infinite;
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.impact-strip article {
  position: relative;
  min-height: 190px;
  border: 2px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 254, 251, 0.94);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 18px;
}

.impact-strip article::after {
  position: absolute;
  inset: auto -62px -82px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 241, 189, 0.92), transparent 68%);
  content: "";
}

.impact-strip span {
  color: var(--rose-strong);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.impact-strip strong {
  display: block;
  margin: 18px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.impact-strip p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #464e46;
  font-size: 0.94rem;
  line-height: 1.5;
}

.expert-signal-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.expert-signal-strip article {
  position: relative;
  min-height: 230px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(110, 231, 168, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 86% 12%, rgba(110, 231, 168, 0.13), transparent 14rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  background-size: 22px 22px, 22px 22px, auto, auto;
  box-shadow: 0 22px 60px rgba(23, 26, 22, 0.16);
  color: var(--paper);
  overflow: hidden;
  padding: 18px;
}

.expert-signal-strip article::after {
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 231, 168, 0.28), transparent 68%);
  content: "";
}

.expert-signal-strip span {
  color: #f1b5c0;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.expert-signal-strip strong {
  display: block;
  margin: 16px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.expert-signal-strip p {
  position: relative;
  z-index: 1;
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.5;
}

.readiness-matrix {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(110, 231, 168, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(110, 231, 168, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 16%, rgba(255, 241, 189, 0.12), transparent 22rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  background-size: 24px 24px, 24px 24px, auto, auto, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  color: var(--paper);
  overflow: hidden;
  padding: clamp(22px, 4vw, 44px);
}

.readiness-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.readiness-copy h2 {
  color: var(--paper);
}

.readiness-copy p {
  color: rgba(251, 250, 245, 0.74);
  line-height: 1.56;
}

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

.readiness-grid article {
  position: relative;
  min-height: 190px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 20px;
  background: rgba(255, 254, 251, 0.08);
  overflow: hidden;
  padding: 16px;
}

.readiness-grid article::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 12%, rgba(110, 231, 168, 0.12), transparent 36%);
  content: "";
  transform: translateX(-130%);
  animation: cardSweep 6.4s ease-in-out infinite;
}

.readiness-grid article:nth-child(2n)::before {
  animation-delay: 1.3s;
}

.readiness-grid article:nth-child(3n)::before {
  animation-delay: 2.1s;
}

.readiness-grid span {
  position: relative;
  z-index: 1;
  color: #f1b5c0;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.readiness-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 12px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.readiness-grid p {
  position: relative;
  z-index: 1;
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.48;
}

.philosophy-strip {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  border-top: 2px solid rgba(23, 26, 22, 0.16);
  border-bottom: 2px solid rgba(23, 26, 22, 0.16);
  background:
    linear-gradient(90deg, rgba(18, 134, 90, 0.08), transparent 34%),
    rgba(255, 254, 251, 0.5);
  padding: clamp(22px, 3.6vw, 42px) 0;
}

.philosophy-lead {
  display: grid;
  max-width: 960px;
  gap: 10px;
}

.philosophy-lead strong,
.philosophy-grid article > span {
  color: var(--green-strong);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.philosophy-lead span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.5rem);
  line-height: 1.08;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.philosophy-grid article {
  min-height: 100%;
  border: 1px solid rgba(23, 26, 22, 0.14);
  border-radius: 8px;
  background: rgba(255, 254, 251, 0.88);
  padding: clamp(16px, 2vw, 22px);
}

.philosophy-grid article > span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-strong);
}

.philosophy-grid article strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.7vw, 1.46rem);
  line-height: 1.08;
}

.philosophy-grid article p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.company-rail span,
.skill-cloud span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.85);
  padding: 0 12px;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.company-rail span {
  animation: chipBreathe 7s ease-in-out infinite;
}

.company-rail span:nth-child(2) {
  animation-delay: 0.4s;
}

.company-rail span:nth-child(3) {
  animation-delay: 0.8s;
}

.company-rail span:nth-child(4) {
  animation-delay: 1.2s;
}

.company-rail span:nth-child(5) {
  animation-delay: 1.6s;
}

.systems-cinema {
  --cinema-progress: 0;
  --cinema-depth-a: -18px;
  --cinema-depth-b: 22px;
  --cinema-tilt-x: 0deg;
  --cinema-tilt-y: 0deg;
  --cinema-packet-top: 10%;
  --cinema-rail-fill: 7%;
  --cinema-glow-opacity: 0.34;
  position: relative;
  margin-right: 0 !important;
  margin-left: 0 !important;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(110, 231, 168, 0.05) 1px, transparent 1px),
    linear-gradient(115deg, rgba(255, 241, 189, 0.12), transparent 30%, transparent 70%, rgba(36, 122, 165, 0.12)),
    linear-gradient(65deg, transparent 12%, rgba(110, 231, 168, 0.08), transparent 44%),
    linear-gradient(145deg, #090b08, #151b15 48%, #080a08);
  background-size: 30px 30px, 30px 30px, auto, auto, auto;
  color: var(--paper);
  overflow: clip;
  padding: clamp(28px, 5vw, 74px) var(--page-pad);
}

.systems-cinema::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 8%, rgba(110, 231, 168, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.08));
  content: "";
  opacity: var(--cinema-glow-opacity);
  pointer-events: none;
}

.cinema-sticky {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(560px, 1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  width: min(1480px, 100%);
  margin: 0 auto;
}

.cinema-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.cinema-copy .eyebrow {
  color: #f1b5c0;
}

.cinema-copy h2 {
  max-width: 680px;
  color: var(--paper);
  font-size: 3.45rem;
  letter-spacing: 0;
  line-height: 0.98;
}

.cinema-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(251, 250, 245, 0.74);
  font-size: 1.04rem;
  line-height: 1.62;
}

.cinema-step-list {
  display: grid;
  gap: 9px;
  max-width: 520px;
  margin-top: 4px;
}

.cinema-step-list span {
  display: flex;
  min-height: 46px;
  align-items: center;
  border-left: 3px solid rgba(255, 254, 251, 0.16);
  background: linear-gradient(90deg, rgba(255, 254, 251, 0.08), transparent);
  color: rgba(251, 250, 245, 0.62);
  padding: 0 14px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.74rem;
  font-weight: 950;
  line-height: 1.25;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.cinema-step-list span.is-active {
  border-color: var(--mint);
  color: var(--paper);
  transform: translateX(8px);
}

.cinema-viewport {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(500px, 1fr) auto;
  min-height: min(720px, calc(100vh - 104px));
  border: 1px solid rgba(255, 254, 251, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 254, 251, 0.09), rgba(255, 254, 251, 0.025));
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  padding: 18px;
  transform:
    perspective(1100px)
    rotateX(var(--cinema-tilt-x))
    rotateY(var(--cinema-tilt-y));
  transform-style: preserve-3d;
}

.cinema-viewport::before,
.cinema-viewport::after {
  position: absolute;
  width: 74px;
  height: 74px;
  border-color: rgba(255, 241, 189, 0.72);
  content: "";
  pointer-events: none;
}

.cinema-viewport::before {
  top: 16px;
  left: 16px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.cinema-viewport::after {
  right: 16px;
  bottom: 16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.cinema-topline {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 254, 251, 0.12);
  color: rgba(251, 250, 245, 0.58);
  padding: 0 0 14px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.cinema-topline strong {
  color: rgba(251, 250, 245, 0.82);
  font-weight: 950;
}

.cinema-topline b {
  color: var(--mint);
}

.cinema-map {
  position: relative;
  display: grid;
  grid-template-rows: repeat(6, minmax(62px, 1fr));
  gap: 10px;
  min-height: clamp(500px, 54vh, 570px);
  margin-top: 10px;
  padding: 50px 0 20px;
  overflow: visible;
}

.cinema-map::before,
.cinema-map::after {
  position: absolute;
  top: 40px;
  bottom: 18px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.cinema-map::before {
  background: rgba(255, 254, 251, 0.13);
}

.cinema-map::after {
  bottom: auto;
  height: var(--cinema-rail-fill);
  max-height: calc(100% - 54px);
  background: linear-gradient(180deg, var(--mint), rgba(255, 241, 189, 0.92), rgba(241, 181, 192, 0.74));
  box-shadow: 0 0 24px rgba(110, 231, 168, 0.38);
  transform-origin: top center;
}

.cinema-packet {
  position: absolute;
  top: var(--cinema-packet-top);
  left: 50%;
  z-index: 5;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid rgba(16, 19, 15, 0.36);
  border-radius: 999px;
  background: var(--amber);
  box-shadow:
    0 0 28px rgba(255, 241, 189, 0.58),
    0 0 0 9px rgba(255, 241, 189, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.26);
  color: var(--ink);
  padding: 0 12px;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.cinema-packet::before,
.cinema-packet::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.cinema-packet::before {
  top: -34px;
  left: 50%;
  width: 2px;
  height: 26px;
  background: linear-gradient(180deg, transparent, rgba(255, 241, 189, 0.78));
  box-shadow: 0 0 18px rgba(255, 241, 189, 0.46);
  transform: translateX(-50%);
}

.cinema-packet::after {
  inset: -8px;
  border: 1px solid rgba(255, 241, 189, 0.42);
  opacity: 0.74;
  transform: none;
}

.cinema-scanline {
  position: absolute;
  top: var(--cinema-packet-top);
  right: 8%;
  left: 8%;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 231, 168, 0.68), transparent);
  box-shadow: 0 0 24px rgba(110, 231, 168, 0.4);
  opacity: 0.72;
}

.cinema-node {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 5px;
  width: min(390px, 43%);
  min-height: 66px;
  align-content: center;
  border: 1px solid rgba(255, 254, 251, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 254, 251, 0.11), rgba(255, 254, 251, 0.045)),
    rgba(5, 7, 5, 0.5);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  opacity: 0.54;
  padding: 10px 12px;
  transform: translate3d(var(--cinema-depth-a), 0, 20px);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.cinema-node::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 8%, rgba(255, 255, 255, 0.16), transparent 38%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
}

.cinema-node::after {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(110, 231, 168, 0.66));
  content: "";
  opacity: 0.46;
  transform: translateY(-50%);
}

.cinema-node.is-active {
  border-color: rgba(110, 231, 168, 0.62);
  box-shadow:
    0 0 0 1px rgba(110, 231, 168, 0.08) inset,
    0 26px 70px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(110, 231, 168, 0.12);
  opacity: 1;
  transform: translate3d(0, -6px, 40px);
}

.cinema-node.is-active::before {
  animation: cinemaNodeSweep 1.1s ease both;
}

.cinema-node span {
  color: #f1b5c0;
  font-size: 0.63rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cinema-node strong {
  color: var(--paper);
  font-size: 0.78rem;
  line-height: 1.12;
  text-transform: uppercase;
}

.cinema-node small {
  color: rgba(251, 250, 245, 0.62);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.32;
}

.node-request {
  justify-self: start;
}

.node-request::after,
.node-retrieval::after,
.node-answer::after {
  right: -42px;
}

.node-policy {
  justify-self: end;
  transform: translate3d(var(--cinema-depth-b), 0, 20px);
}

.node-policy::after,
.node-agent::after,
.node-observe::after {
  left: -42px;
  background: linear-gradient(90deg, rgba(110, 231, 168, 0.66), transparent);
}

.node-retrieval {
  justify-self: start;
}

.node-agent {
  justify-self: end;
  transform: translate3d(var(--cinema-depth-b), 0, 20px);
}

.node-answer {
  justify-self: start;
}

.node-observe {
  justify-self: end;
  border-color: rgba(255, 241, 189, 0.18);
}

.node-observe.is-active {
  border-color: rgba(255, 241, 189, 0.58);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(255, 241, 189, 0.13);
}

.cinema-telemetry {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(170px, 0.7fr) minmax(170px, 0.6fr) minmax(230px, 1fr);
  gap: 12px;
  align-items: stretch;
  border-top: 1px solid rgba(255, 254, 251, 0.12);
  padding-top: 10px;
}

.cinema-telemetry > div,
.cinema-telemetry pre {
  border: 1px solid rgba(255, 254, 251, 0.12);
  background: rgba(0, 0, 0, 0.18);
  margin: 0;
  padding: 10px 12px;
}

.cinema-telemetry span {
  color: #f1b5c0;
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.cinema-telemetry strong {
  display: block;
  margin-top: 7px;
  color: var(--paper);
  font-size: 0.84rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.cinema-readouts {
  display: grid;
  align-content: center;
  gap: 8px;
}

.cinema-readouts i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--mint) var(--w), rgba(255, 255, 255, 0.1) var(--w)),
    rgba(255, 255, 255, 0.08);
}

.cinema-telemetry pre {
  color: rgba(251, 250, 245, 0.76);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  line-height: 1.45;
  overflow: auto;
  white-space: pre-wrap;
}

.section-intro {
  display: grid;
  gap: 10px;
  padding-top: 22px;
}

.capability-realm {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
  gap: clamp(18px, 4vw, 46px);
  align-items: start;
  border: 2px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 8%, rgba(198, 76, 100, 0.12), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(18, 134, 90, 0.14), transparent 26rem),
    rgba(255, 254, 251, 0.94);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 46px);
}

.capability-heading {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
}

.capability-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #464e46;
  font-size: 1rem;
  line-height: 1.58;
}

.capability-list {
  display: grid;
  gap: 10px;
}

.capability-list article {
  position: relative;
  display: grid;
  grid-template-columns: auto 0.38fr 1fr;
  gap: 14px;
  align-items: start;
  border: 2px solid rgba(23, 26, 22, 0.12);
  border-radius: 20px;
  background: rgba(255, 254, 251, 0.76);
  padding: 16px;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.capability-list article:hover {
  border-color: rgba(23, 26, 22, 0.34);
  box-shadow: 0 20px 48px rgba(23, 26, 22, 0.1);
  transform: translateX(4px);
}

.capability-list span {
  color: var(--rose-strong);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.82rem;
  font-weight: 950;
}

.capability-list strong {
  font-size: 0.86rem;
  text-transform: uppercase;
}

.capability-list p {
  margin: 0;
  color: #464e46;
  font-size: 0.92rem;
  line-height: 1.5;
}

.system-map,
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.system-map article,
.work-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
}

.system-map article::after,
.work-card::after,
.lab-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.62) 44%, transparent 72%);
  content: "";
  pointer-events: none;
  transform: translateX(-130%);
  animation: cardSweep 9s ease-in-out infinite;
}

.system-map article:nth-child(2)::after,
.work-card:nth-child(2)::after,
.lab-card:nth-child(2)::after {
  animation-delay: 1.1s;
}

.system-map article:nth-child(3)::after,
.work-card:nth-child(3)::after,
.lab-card:nth-child(3)::after {
  animation-delay: 2.2s;
}

.system-map article:nth-child(4)::after,
.work-card:nth-child(4)::after,
.lab-card:nth-child(4)::after {
  animation-delay: 3.3s;
}

.system-map article > *,
.work-card > *,
.lab-card > * {
  position: relative;
  z-index: 1;
}

.system-map article {
  background: var(--card-fill, var(--panel));
}

.system-map article,
.work-card {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.system-map article:hover,
.work-card:hover {
  border-color: rgba(23, 26, 22, 0.34);
  box-shadow: 0 30px 80px rgba(23, 26, 22, 0.16);
  transform: translateY(-7px) scale(1.012);
}

.system-map article span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(23, 26, 22, 0.28);
  border-radius: 50%;
  background: rgba(255, 254, 251, 0.74);
  font-weight: 950;
}

.system-map article strong {
  display: block;
  margin: 20px 0 8px;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.system-map article p,
.work-card p,
.work-card li,
.case-panel li,
.lock-panel p {
  color: #464e46;
  font-size: 0.9rem;
  line-height: 1.48;
}

.work-grid {
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
}

.work-card.featured {
  background: linear-gradient(135deg, rgba(255, 241, 189, 0.92), rgba(236, 230, 255, 0.92));
}

.work-topline {
  display: grid;
  gap: 8px;
}

.work-topline span {
  color: var(--rose-strong);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.work-topline strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.7vw, 2.6rem);
  line-height: 0.95;
}

.work-mini-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 8px;
  border: 1px solid rgba(23, 26, 22, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(18, 134, 90, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(36, 122, 165, 0.05) 1px, transparent 1px),
    rgba(255, 254, 251, 0.7);
  background-size: 18px 18px, 18px 18px, auto;
  padding: 10px;
}

.work-mini-flow span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(23, 26, 22, 0.14);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.82);
  color: #263025;
  padding: 0 8px;
  font-size: 0.62rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.work-mini-flow i {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-strong), var(--blue-strong));
}

.work-mini-flow i::after {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--blue-strong);
  border-right: 2px solid var(--blue-strong);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.work-impact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 4px;
}

.work-impact-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(23, 26, 22, 0.13);
  border-radius: 999px;
  background: rgba(23, 26, 22, 0.06);
  color: #2d362c;
  padding: 0 9px;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
}

.work-card ul,
.case-panel ul {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding-left: 18px;
}

.ownership-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 2px;
}

.ownership-row span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(23, 26, 22, 0.14);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.72);
  color: #354235;
  padding: 8px 10px;
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.case-link {
  background: var(--ink);
  color: var(--paper);
}

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

.lab-card,
.archive-card,
.client-work-grid article {
  border: 2px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 254, 251, 0.92);
  box-shadow: var(--shadow);
}

.client-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.client-work-grid article {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 20px;
}

.client-work-grid article::after {
  position: absolute;
  inset: auto -70px -90px auto;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 241, 189, 0.9), transparent 66%);
  content: "";
}

.client-work-grid span {
  color: var(--rose-strong);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.client-work-grid strong {
  display: block;
  margin: 18px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.client-work-grid p {
  position: relative;
  z-index: 1;
  color: #464e46;
  font-size: 0.96rem;
  line-height: 1.5;
}

.lab-card {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 260px;
  padding: 18px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.lab-card:hover {
  border-color: var(--ink);
  box-shadow: 0 28px 70px rgba(23, 26, 22, 0.16);
  transform: translateY(-4px);
}

.lab-card.spotlight {
  background: linear-gradient(135deg, rgba(221, 247, 230, 0.92), rgba(255, 241, 189, 0.9));
}

.lab-card.video-card {
  min-height: 320px;
  border-color: rgba(255, 254, 251, 0.16);
  background: var(--night);
  color: var(--paper);
}

.lab-card.video-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(16, 19, 15, 0.28), rgba(16, 19, 15, 0.84)),
    linear-gradient(90deg, rgba(16, 19, 15, 0.72), rgba(16, 19, 15, 0.26));
  content: "";
  pointer-events: none;
}

.lab-card.video-card::after {
  z-index: 1;
  background: linear-gradient(110deg, transparent 0%, rgba(110, 231, 168, 0.16) 44%, transparent 72%);
}

.lab-card-video,
.lab-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: saturate(1.04) contrast(1.04);
  object-fit: cover;
  opacity: 0.72;
  pointer-events: none;
}

.lab-card.video-card > *:not(.lab-card-video):not(.lab-card-media) {
  position: relative;
  z-index: 2;
}

.lab-card.video-card span {
  color: #6ee7a8;
}

.lab-card.video-card strong {
  color: var(--paper);
  letter-spacing: 0;
}

.lab-card.video-card p {
  color: rgba(251, 250, 245, 0.82);
}

.lab-card.video-card a {
  border-color: rgba(255, 254, 251, 0.22);
  background: rgba(16, 19, 15, 0.58);
  color: var(--paper);
}

.lab-card.gif-card {
  align-content: end;
  min-height: 340px;
  padding-top: 164px;
}

.lab-card.gif-card::before {
  background:
    linear-gradient(180deg, rgba(16, 19, 15, 0.02) 0%, rgba(16, 19, 15, 0.14) 38%, rgba(16, 19, 15, 0.84) 67%, rgba(16, 19, 15, 0.96) 100%),
    linear-gradient(90deg, rgba(16, 19, 15, 0.18), rgba(16, 19, 15, 0.04));
}

.lab-card.gif-card .lab-card-media {
  inset: 0 0 auto;
  height: 58%;
  filter: saturate(1.12) contrast(1.08) brightness(1.04);
  object-position: center top;
  opacity: 0.96;
}

.lab-card.gif-card span,
.lab-card.gif-card strong,
.lab-card.gif-card p,
.lab-card.gif-card a {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.lab-card span {
  color: var(--rose-strong);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lab-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.lab-card p,
.archive-card p {
  margin: 0;
  color: #464e46;
  font-size: 0.92rem;
  line-height: 1.5;
}

.lab-link-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.lab-card a {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  padding: 0 12px;
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.archive-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: center;
  overflow: hidden;
  padding: 22px;
}

.archive-preview {
  border: 2px solid rgba(23, 26, 22, 0.2);
  border-radius: 18px;
  background: var(--ink);
  overflow: hidden;
  transform: rotate(1.5deg);
}

.archive-preview img {
  display: block;
  width: 100%;
  height: auto;
}

.experience-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 22px;
  align-items: start;
  padding: 22px;
}

.experience-band.compact-range {
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1.54fr);
  gap: 16px;
  align-items: center;
  border: 2px solid rgba(23, 26, 22, 0.12);
  border-radius: 20px;
  background: rgba(255, 254, 251, 0.78);
  box-shadow: 0 18px 44px rgba(23, 26, 22, 0.08);
  padding: 16px;
}

.experience-band.compact-range h2 {
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.48rem);
  letter-spacing: 0;
  line-height: 1.08;
}

.experience-band.compact-range .skill-cloud {
  gap: 6px;
}

.experience-band.compact-range .skill-cloud span {
  min-height: 28px;
  padding: 0 9px;
  font-size: 0.62rem;
}

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

.personal-card {
  position: relative;
  min-height: 280px;
  border: 2px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 254, 251, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 22px;
}

.personal-card::before {
  position: absolute;
  inset: auto -90px -110px auto;
  z-index: 0;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: var(--personal-glow, var(--amber));
  opacity: 0.72;
  content: "";
}

.personal-card::after {
  position: absolute;
  inset: 16px 16px auto auto;
  z-index: 0;
  width: 68px;
  height: 68px;
  border: 2px solid rgba(23, 26, 22, 0.28);
  border-radius: 50%;
  background:
    linear-gradient(90deg, rgba(23, 26, 22, 0.18) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 26, 22, 0.18) 1px, transparent 1px),
    rgba(255, 254, 251, 0.7);
  background-size: 12px 12px;
  content: "";
}

.personal-card > * {
  position: relative;
  z-index: 2;
}

.personal-card span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.82);
  padding: 0 10px;
  color: var(--rose-strong);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.personal-card strong {
  display: block;
  max-width: 520px;
  margin: 20px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.personal-card p {
  max-width: 620px;
  color: #464e46;
  font-size: 1rem;
  line-height: 1.55;
}

.personal-card.table-tennis {
  --personal-glow: var(--blue);

  grid-column: 1 / -1;
  min-height: clamp(420px, 48vw, 620px);
  border-color: rgba(255, 254, 251, 0.18);
  background: var(--night);
  color: var(--paper);
}

.personal-card.table-tennis::before {
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(16, 19, 15, 0.86), rgba(16, 19, 15, 0.48) 46%, rgba(16, 19, 15, 0.18)),
    linear-gradient(0deg, rgba(16, 19, 15, 0.72), transparent 52%);
  opacity: 1;
}

.personal-card.table-tennis::after {
  display: none;
}

.personal-card-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  pointer-events: none;
}

.personal-card.table-tennis span {
  border-color: rgba(255, 254, 251, 0.22);
  background: rgba(16, 19, 15, 0.62);
  color: var(--paper);
}

.personal-card.table-tennis strong {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.5rem);
}

.personal-card.table-tennis p {
  max-width: 720px;
  color: rgba(251, 250, 245, 0.82);
}

.personal-card.systems-thinker {
  --personal-glow: var(--amber);

  grid-column: 1 / -1;
  min-height: 210px;
}

.skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 2px solid rgba(255, 254, 251, 0.12);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 241, 189, 0.14), transparent 24rem),
    radial-gradient(circle at 88% 0%, rgba(36, 122, 165, 0.16), transparent 24rem),
    linear-gradient(135deg, var(--night), #090b08);
  color: var(--paper);
  padding: 24px clamp(18px, 4vw, 56px);
}

.site-footer div:first-child {
  display: grid;
  gap: 4px;
}

.site-footer span {
  color: rgba(251, 250, 245, 0.64);
}

.footer-links {
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.22);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  padding: 0 12px;
  color: var(--paper);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.footer-links a:hover {
  border-color: rgba(255, 254, 251, 0.62);
  transform: translateY(-2px);
}

.contact-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  border: 2px solid rgba(255, 254, 251, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 241, 189, 0.18), transparent 24rem),
    radial-gradient(circle at 90% 12%, rgba(110, 231, 168, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--night), #0a0d0a);
  box-shadow: 0 30px 90px rgba(16, 19, 15, 0.24);
  color: var(--paper);
  overflow: hidden;
  padding: clamp(22px, 4vw, 48px);
}

.contact-copy .eyebrow {
  color: #f1b5c0;
}

.contact-copy p {
  max-width: 760px;
  color: rgba(251, 250, 245, 0.72);
  font-size: 1rem;
  line-height: 1.58;
}

.contact-card {
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 24px;
  background: rgba(255, 254, 251, 0.09);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  padding: 22px;
}

.contact-card span {
  color: #f1b5c0;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  margin: 12px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.contact-card p,
.contact-card small {
  color: rgba(251, 250, 245, 0.7);
  line-height: 1.5;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 8px;
}

.contact-actions button,
.ghost-case-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.22);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  color: var(--paper);
  cursor: pointer;
  padding: 0 14px;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.contact-actions button:hover,
.ghost-case-link:hover {
  border-color: rgba(255, 254, 251, 0.58);
  transform: translateY(-2px);
}

.case-shell {
  padding: clamp(20px, 4vw, 54px);
}

.case-hero,
.case-content {
  display: grid;
  gap: 18px;
}

.case-hero {
  margin-bottom: 22px;
}

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

.case-panel {
  padding: 18px;
}

.case-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.deep-case-body {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 14% 12%, rgba(255, 241, 189, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 8%, rgba(36, 122, 165, 0.18), transparent 28rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
  color: var(--paper);
}

.deep-case {
  display: grid;
  gap: 24px;
}

.deep-hero,
.case-map,
.insight-layout,
.dry-run-lab,
.notes-principles {
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 30px;
  background: rgba(255, 254, 251, 0.08);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  padding: clamp(22px, 4vw, 44px);
}

.deep-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 241, 189, 0.16), transparent 22rem),
    radial-gradient(circle at 90% 10%, rgba(110, 231, 168, 0.16), transparent 24rem),
    rgba(255, 254, 251, 0.08);
}

.caesars-case .deep-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(198, 76, 100, 0.2), transparent 22rem),
    radial-gradient(circle at 90% 10%, rgba(36, 122, 165, 0.2), transparent 24rem),
    rgba(255, 254, 251, 0.08);
}

.deep-hero .eyebrow,
.case-map .eyebrow,
.dry-run-lab .eyebrow,
.notes-hero .eyebrow,
.notes-principles .eyebrow {
  color: #f1b5c0;
}

.deep-hero h1,
.notes-hero h1 {
  max-width: 1120px;
}

.deep-hero p,
.case-map p,
.dry-run-lab p,
.notes-hero p {
  max-width: 860px;
  color: rgba(251, 250, 245, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.58;
}

.deep-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.case-sticky-nav {
  position: sticky;
  top: 82px;
  z-index: 7;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 22px;
  background: rgba(4, 6, 5, 0.62);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  padding: 10px;
  backdrop-filter: blur(18px);
}

.case-sticky-nav a,
.case-sticky-nav button,
.replay-button {
  font-family: inherit;
}

.case-sticky-nav a,
.case-sticky-nav button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  color: rgba(251, 250, 245, 0.84);
  cursor: pointer;
  padding: 0 12px;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.case-sticky-nav button,
.replay-button {
  border-color: rgba(110, 231, 168, 0.32);
  background: rgba(110, 231, 168, 0.12);
}

.case-sticky-nav a:hover,
.case-sticky-nav button:hover {
  border-color: rgba(255, 254, 251, 0.5);
  background: rgba(255, 254, 251, 0.14);
  transform: translateY(-2px);
}

.deep-scoreboard {
  display: grid;
  gap: 12px;
}

.deep-scoreboard article {
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.18);
  padding: 18px;
}

.deep-scoreboard strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.deep-scoreboard span {
  display: block;
  margin-top: 8px;
  color: rgba(251, 250, 245, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.map-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}

.map-heading h2,
.dry-run-lab h2,
.notes-principles h2 {
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.architecture-board {
  position: relative;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 12%, rgba(110, 231, 168, 0.12), transparent 18rem),
    rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 18px;
}

.architecture-board::before {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  width: max-content;
  max-width: 220px;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #6ee7a8, #fff1bd, transparent);
  box-shadow: 0 0 30px rgba(110, 231, 168, 0.62);
  color: var(--ink);
  content: attr(data-packet);
  padding: 0 13px;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.architecture-board::before {
  top: 54%;
  left: 18px;
  animation: boardPacket 7s ease-in-out infinite;
}

.architecture-board:not([data-packet])::before {
  content: "live payload";
}

.architecture-board::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent, rgba(110, 231, 168, 0.08), transparent),
    radial-gradient(circle at var(--scan-x, 20%) 50%, rgba(110, 231, 168, 0.12), transparent 12rem);
  content: "";
  opacity: 0.66;
  pointer-events: none;
  animation: boardScan 10s ease-in-out infinite;
}

.architecture-board > * {
  position: relative;
  z-index: 1;
}

.engine-board {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 241, 189, 0.13), transparent 18rem),
    radial-gradient(circle at 88% 8%, rgba(198, 76, 100, 0.16), transparent 18rem),
    rgba(0, 0, 0, 0.22);
}

.board-header {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 254, 251, 0.12);
  padding-bottom: 12px;
}

.board-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b7a;
}

.board-header span:nth-child(2) {
  background: #ffd166;
}

.board-header span:nth-child(3) {
  background: #6ee7a8;
}

.board-header strong {
  margin-left: auto;
  color: rgba(251, 250, 245, 0.56);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
}

.flow-row {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr;
  gap: 10px;
  align-items: center;
}

.second-row {
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  margin-top: 12px;
}

.flow-node {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 150px;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 18px;
  background: rgba(255, 254, 251, 0.09);
  color: var(--paper);
  cursor: pointer;
  padding: 16px;
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  animation: nodeHeartbeat 8.4s ease-in-out infinite;
}

.flow-node::after,
.lab-stage::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 0;
  background: linear-gradient(110deg, transparent 14%, rgba(110, 231, 168, 0.18), transparent 38%);
  content: "";
  opacity: 0.78;
  transform: translateX(-120%);
  animation: cardSweep 7.2s ease-in-out infinite;
  pointer-events: none;
}

.flow-node:nth-of-type(2n)::after,
.lab-stage:nth-of-type(2n)::after {
  animation-delay: 1.2s;
}

.flow-node:nth-of-type(3n)::after,
.lab-stage:nth-of-type(3n)::after {
  animation-delay: 2.1s;
}

.flow-node:nth-of-type(2n) {
  animation-delay: 0.7s;
}

.flow-node:nth-of-type(3n) {
  animation-delay: 1.4s;
}

.flow-node:hover,
.flow-node.is-active {
  border-color: rgba(110, 231, 168, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  transform: translateY(-4px);
}

.case-map.is-replay-running .flow-node:not(.is-replay-focus) {
  opacity: 0.72;
}

.flow-node.is-replay-focus {
  border-color: rgba(255, 241, 189, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 241, 189, 0.28),
    0 24px 64px rgba(0, 0, 0, 0.32),
    0 0 36px rgba(110, 231, 168, 0.2);
  opacity: 1 !important;
  transform: translateY(-8px) scale(1.025);
  animation: replayFocusPulse 1.05s ease-in-out infinite;
}

.flow-node:hover::after,
.flow-node.is-active::after,
.flow-node.is-replay-focus::after,
.lab-stage:hover::after,
.lab-stage.is-active::after {
  opacity: 1;
}

.caesars-case .flow-node:hover,
.caesars-case .flow-node.is-active {
  border-color: rgba(255, 241, 189, 0.72);
}

.flow-node span,
.flow-node strong,
.flow-node small {
  position: relative;
  z-index: 1;
}

.flow-node span,
.pipeline-grid span,
.dry-run-grid span,
.notes-grid span,
.principle-stack span {
  color: #f1b5c0;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.flow-node strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.flow-node small {
  color: rgba(251, 250, 245, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.flow-arrow {
  position: relative;
  display: block;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #6ee7a8, transparent);
  animation: flowPulse 2.8s ease-in-out infinite;
}

.flow-arrow::after,
.motion-pipeline > i::after,
.component-machine i::after,
.concept-mini-flow i::after,
.teaser-mini-system i::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #6ee7a8;
  box-shadow: 0 0 18px rgba(110, 231, 168, 0.86);
  content: "";
  transform: translate(-50%, -50%);
  animation: railDot 2.8s ease-in-out infinite;
}

.caesars-case .flow-arrow {
  background: linear-gradient(90deg, transparent, #ffd166, transparent);
}

.caesars-case .flow-arrow::after {
  background: #ffd166;
  box-shadow: 0 0 18px rgba(255, 209, 102, 0.78);
}

.insight-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 16px;
}

.insight-panel {
  display: grid;
  gap: 14px;
}

.insight-panel h2 {
  color: var(--paper);
}

.io-grid,
.pipeline-grid,
.dry-run-grid,
.notes-grid {
  display: grid;
  gap: 14px;
}

.io-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.io-grid article,
.pipeline-grid article,
.dry-run-grid article,
.notes-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 18px;
  background: rgba(255, 254, 251, 0.08);
  padding: 16px;
}

.io-grid article::before,
.pipeline-grid article::before,
.dry-run-grid article::before,
.concept-detail-grid article::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 12%, rgba(110, 231, 168, 0.12), transparent 34%);
  content: "";
  opacity: 0.82;
  pointer-events: none;
  transform: translateX(-130%);
  animation: cardSweep 8.2s ease-in-out infinite;
}

.io-grid article:nth-child(2)::before,
.pipeline-grid article:nth-child(2)::before,
.dry-run-grid article:nth-child(2)::before,
.concept-detail-grid article:nth-child(2)::before {
  animation-delay: 0.8s;
}

.io-grid article:nth-child(3)::before,
.pipeline-grid article:nth-child(3)::before,
.dry-run-grid article:nth-child(3)::before,
.concept-detail-grid article:nth-child(3)::before {
  animation-delay: 1.6s;
}

.pipeline-grid article:nth-child(4)::before,
.dry-run-grid article:nth-child(4)::before,
.concept-detail-grid article:nth-child(4)::before {
  animation-delay: 2.4s;
}

.io-grid article > *,
.pipeline-grid article > *,
.dry-run-grid article > *,
.concept-detail-grid article > * {
  position: relative;
  z-index: 1;
}

.io-grid p,
.pipeline-grid p,
.dry-run-grid p,
.notes-grid p {
  margin: 8px 0 0;
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.5;
}

.deep-console {
  position: relative;
  overflow: hidden;
  align-self: stretch;
  width: 100%;
}

.deep-console::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  background: #6ee7a8;
  box-shadow: 0 0 26px rgba(110, 231, 168, 0.58);
  color: var(--ink);
  content: "trace live";
  padding: 0 10px;
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
  animation: statusBlink 1.7s ease-in-out infinite;
}

.pipeline-grid,
.dry-run-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pipeline-grid strong,
.dry-run-grid strong,
.notes-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.dry-run-lab {
  display: grid;
  gap: 18px;
}

.production-replay {
  position: relative;
}

.replay-stage {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(320px, 1.2fr) minmax(220px, 0.78fr);
  gap: 14px;
  align-items: stretch;
}

.payload-card,
.trace-track,
.guardrail-grid article,
.reviewer-cockpit,
.reviewer-steps article {
  position: relative;
  overflow: hidden;
}

.payload-card {
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 14%, rgba(110, 231, 168, 0.16), transparent 11rem),
    rgba(255, 254, 251, 0.08);
  padding: 18px;
}

.payload-card::before,
.guardrail-grid article::before,
.reviewer-steps article::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 12%, rgba(255, 255, 255, 0.14), transparent 34%);
  content: "";
  pointer-events: none;
  transform: translateX(-130%);
  animation: cardSweep 7.4s ease-in-out infinite;
}

.payload-card.outgoing::before,
.guardrail-grid article:nth-child(2n)::before,
.reviewer-steps article:nth-child(2n)::before {
  animation-delay: 1s;
}

.payload-card.warm-card {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 241, 189, 0.18), transparent 11rem),
    rgba(255, 254, 251, 0.08);
}

.payload-card span,
.guardrail-grid span,
.trace-step span,
.reviewer-steps span {
  color: #f1b5c0;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.payload-card strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.payload-card pre {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 1px solid rgba(255, 254, 251, 0.12);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(251, 250, 245, 0.82);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  line-height: 1.45;
  overflow: auto;
  padding: 14px;
}

.payload-card > *,
.guardrail-grid article > *,
.reviewer-steps article > * {
  position: relative;
  z-index: 1;
}

.trace-track {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(110, 231, 168, 0.055) 1px, transparent 1px),
    rgba(0, 0, 0, 0.2);
  background-size: 22px 22px;
  padding: 18px;
}

.trace-track::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 42px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, #6ee7a8, #fff1bd, transparent);
  box-shadow: 0 0 26px rgba(110, 231, 168, 0.34);
  content: "";
  animation: traceRail 4.8s ease-in-out infinite;
}

.trace-track::after {
  position: absolute;
  top: 24px;
  left: 32px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #6ee7a8;
  box-shadow: 0 0 26px rgba(110, 231, 168, 0.78);
  content: "";
  animation: tracePacketDrop 5.4s ease-in-out infinite;
}

.warm-track::before {
  background: linear-gradient(180deg, transparent, #ffd166, #f1b5c0, transparent);
}

.warm-track::after {
  background: #ffd166;
  box-shadow: 0 0 26px rgba(255, 209, 102, 0.72);
}

.trace-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255, 254, 251, 0.12);
  border-radius: 18px;
  background: rgba(255, 254, 251, 0.08);
  padding: 14px;
  animation: traceStepGlow 5.4s ease-in-out infinite;
  animation-delay: var(--trace-delay, 0s);
}

.trace-step span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(110, 231, 168, 0.14);
  color: var(--paper);
}

.trace-step strong {
  display: block;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.trace-step p {
  margin: 6px 0 0;
  color: rgba(251, 250, 245, 0.72);
  font-size: 0.88rem;
  line-height: 1.45;
}

.guardrail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.guardrail-grid article {
  min-height: 190px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 20px;
  background: rgba(255, 254, 251, 0.08);
  padding: 16px;
  animation: nodeHeartbeat 8.4s ease-in-out infinite;
}

.guardrail-grid article:nth-child(2n) {
  animation-delay: 0.8s;
}

.guardrail-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.guardrail-grid p {
  margin: 10px 0 0;
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.5;
}

.failure-grid article {
  border-color: rgba(255, 241, 189, 0.2);
}

.decision-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(0, 0, 0, 0.18);
  background-size: 24px 24px;
  overflow: hidden;
  padding: 18px;
}

.decision-heading {
  grid-column: 1 / -1;
}

.decision-heading h3 {
  max-width: 980px;
  margin: 4px 0 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.decision-board article {
  position: relative;
  display: grid;
  min-height: 245px;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 82% 16%, var(--decision-fill, var(--green)), transparent 8rem),
    rgba(255, 254, 251, 0.08);
  overflow: hidden;
  padding: 16px;
  animation: decisionPulse 8.8s ease-in-out infinite;
}

.decision-board article::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 12%, rgba(255, 255, 255, 0.16), transparent 34%);
  content: "";
  pointer-events: none;
  transform: translateX(-130%);
  animation: cardSweep 7.6s ease-in-out infinite;
}

.decision-board article:nth-of-type(2n) {
  animation-delay: 0.8s;
}

.decision-board article:nth-of-type(2n)::before {
  animation-delay: 0.9s;
}

.decision-board article:nth-of-type(3n) {
  animation-delay: 1.6s;
}

.decision-board article:nth-of-type(3n)::before {
  animation-delay: 1.8s;
}

.decision-board article > * {
  position: relative;
  z-index: 1;
}

.decision-board span {
  color: #f1b5c0;
  font-size: 0.66rem;
  font-weight: 950;
  text-transform: uppercase;
}

.decision-board strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.85rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.decision-board p {
  margin: 0;
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.48;
}

.decision-board small {
  align-self: end;
  border-top: 1px solid rgba(255, 254, 251, 0.14);
  color: rgba(251, 250, 245, 0.64);
  padding-top: 10px;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.notes-page {
  background:
    radial-gradient(circle at 14% 8%, rgba(18, 134, 90, 0.1), transparent 30rem),
    radial-gradient(circle at 88% 8%, rgba(198, 76, 100, 0.12), transparent 28rem);
}

.notes-hero {
  display: grid;
  gap: 14px;
  min-height: 62vh;
  align-content: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 10%, rgba(110, 231, 168, 0.14), transparent 26rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  background-size: 28px 28px, 28px 28px, auto, auto;
  color: var(--paper);
  padding: var(--page-pad);
}

.notes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 var(--page-pad);
}

.notes-grid article {
  min-height: 260px;
  border-color: var(--line);
  background: rgba(255, 254, 251, 0.94);
  box-shadow: var(--shadow);
}

.notes-grid strong {
  color: var(--ink);
}

.notes-grid p {
  color: #464e46;
}

.notes-principles {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 22px;
  margin: 0 var(--page-pad);
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 241, 189, 0.18), transparent 24rem),
    linear-gradient(135deg, var(--night), #090b08);
  color: var(--paper);
}

.notes-lab-page {
  gap: 44px;
}

.notes-lab-hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  min-height: 76vh;
  border-radius: 34px;
  overflow: hidden;
}

.notes-hero-copy {
  display: grid;
  gap: 14px;
}

.notes-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.notes-lab-hero .button.primary {
  background: var(--paper) !important;
  color: var(--ink);
}

.notes-lab-hero .button.ghost {
  border-color: rgba(255, 254, 251, 0.22);
  background: rgba(255, 254, 251, 0.08);
  color: var(--paper);
}

.notes-tags {
  margin-top: 6px;
}

.notes-tags span {
  border-color: rgba(255, 254, 251, 0.18);
  background: rgba(255, 254, 251, 0.08);
}

.notes-hero-system {
  min-height: 460px;
}

.system-shell {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at center, rgba(110, 231, 168, 0.14), transparent 9rem),
    radial-gradient(circle at 78% 20%, rgba(255, 241, 189, 0.16), transparent 12rem),
    rgba(255, 254, 251, 0.07);
  overflow: hidden;
}

.system-shell::before,
.system-shell::after {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 254, 251, 0.18);
  border-radius: 50%;
  content: "";
}

.system-shell::after {
  width: 48%;
  animation: orbitSpin 22s linear infinite reverse;
}

.system-core {
  position: relative;
  z-index: 2;
  width: min(270px, 72%);
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 28px;
  background: rgba(16, 19, 15, 0.84);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  padding: 24px;
  text-align: center;
}

.system-core span,
.scale-wall span,
.lab-stage span,
.dry-run-sample span {
  color: #f1b5c0;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.system-core strong {
  display: block;
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.system-spoke {
  position: absolute;
  z-index: 3;
  max-width: 154px;
  border: 1px solid rgba(255, 254, 251, 0.17);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.1);
  color: rgba(251, 250, 245, 0.82);
  padding: 10px 13px;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  animation: floaty 5s ease-in-out infinite;
}

.user-spoke {
  top: 13%;
  left: 9%;
}

.rag-spoke {
  top: 14%;
  right: 8%;
  animation-delay: 0.8s;
}

.tool-spoke {
  right: 7%;
  bottom: 15%;
  animation-delay: 1.4s;
}

.ops-spoke {
  bottom: 13%;
  left: 8%;
  animation-delay: 2s;
}

.system-orbit-dot {
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 24px rgba(255, 241, 189, 0.7);
  animation: orbitDrift 9s ease-in-out infinite;
}

.system-orbit-dot.one {
  top: 25%;
  left: 47%;
}

.system-orbit-dot.two {
  right: 23%;
  bottom: 35%;
  background: #6ee7a8;
  animation-delay: 1.2s;
}

.system-orbit-dot.three {
  bottom: 28%;
  left: 25%;
  background: #f1b5c0;
  animation-delay: 2.2s;
}

.notes-blueprint,
.notes-lab-section,
.notes-scale-lab {
  margin-right: var(--page-pad);
  margin-left: var(--page-pad);
}

.notes-blueprint,
.notes-lab-section {
  border-color: var(--line);
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 241, 189, 0.34), transparent 22rem),
    rgba(255, 254, 251, 0.88);
  box-shadow: var(--shadow);
}

.notes-blueprint .eyebrow,
.notes-lab-section .eyebrow {
  color: var(--rose-strong);
}

.notes-blueprint .map-heading h2,
.notes-lab-section .map-heading h2 {
  color: var(--ink);
}

.notes-blueprint .map-heading p,
.notes-lab-section .map-heading p {
  color: var(--muted);
}

.notes-board {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(110, 231, 168, 0.12), transparent 18rem),
    radial-gradient(circle at 88% 8%, rgba(36, 122, 165, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(16, 19, 15, 0.96), rgba(27, 33, 27, 0.94));
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
}

.notes-flow-row .flow-node {
  min-height: 178px;
}

.notes-inspector {
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 241, 189, 0.14), transparent 20rem),
    radial-gradient(circle at 12% 16%, rgba(110, 231, 168, 0.12), transparent 22rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  color: var(--paper);
}

.notes-concepts article {
  position: relative;
  min-height: 300px;
  cursor: pointer;
  overflow: hidden;
  animation: scaleCardPulse 9s ease-in-out infinite;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.notes-concepts article::after {
  position: absolute;
  right: -46px;
  bottom: -52px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  opacity: 0.62;
  animation: conceptOrb 8s ease-in-out infinite;
}

.notes-concepts article:nth-child(3n + 2)::after {
  background: var(--blue);
  animation-delay: 0.9s;
}

.notes-concepts article:nth-child(3n)::after {
  background: var(--rose);
  animation-delay: 1.8s;
}

.notes-concepts article:nth-child(2n) {
  animation-delay: 0.7s;
}

.notes-concepts article:nth-child(3n) {
  animation-delay: 1.4s;
}

.notes-concepts article:hover,
.notes-concepts article.is-active,
.notes-concepts article:focus-visible {
  border-color: rgba(18, 134, 90, 0.42);
  box-shadow: 0 24px 70px rgba(23, 26, 22, 0.16);
  outline: none;
  transform: translateY(-5px);
}

.notes-concepts article.is-active::before {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  content: "Open below";
  padding: 7px 10px;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.concept-detail-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: stretch;
  margin-right: var(--page-pad);
  margin-left: var(--page-pad);
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 20% 16%, rgba(110, 231, 168, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(255, 241, 189, 0.13), transparent 22rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  background-size: 28px 28px, 28px 28px, auto, auto, auto;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  color: var(--paper);
  overflow: hidden;
  padding: clamp(22px, 4vw, 44px);
}

.concept-detail-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.concept-detail-copy h2 {
  color: var(--paper);
}

.concept-detail-copy p {
  color: rgba(251, 250, 245, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.58;
}

.concept-mini-flow {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
}

.concept-mini-flow::before {
  position: absolute;
  top: -9px;
  left: 4px;
  z-index: 2;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  background: #6ee7a8;
  box-shadow: 0 0 24px rgba(110, 231, 168, 0.68);
  color: var(--ink);
  content: "payload";
  padding: 0 10px;
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
  animation: miniFlowPacket 5.4s ease-in-out infinite;
}

.concept-mini-flow.is-transforming::before {
  animation: miniFlowPacket 1.4s ease-in-out 2;
}

.concept-mini-flow span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.1);
  color: var(--paper);
  padding: 0 13px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  animation: chipBreathe 4s ease-in-out infinite;
}

.concept-mini-flow span:nth-of-type(2) {
  animation-delay: 0.4s;
}

.concept-mini-flow span:nth-of-type(3) {
  animation-delay: 0.8s;
}

.concept-mini-flow span:nth-of-type(4) {
  animation-delay: 1.2s;
}

.concept-mini-flow i {
  position: relative;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #6ee7a8, transparent);
  animation: flowPulse 2.8s ease-in-out infinite;
}

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

.concept-detail-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 20px;
  background: rgba(255, 254, 251, 0.08);
  padding: 16px;
}

.concept-detail-grid article.wide {
  grid-column: 1 / -1;
}

.concept-detail-grid span {
  color: #f1b5c0;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.concept-detail-grid p {
  color: rgba(251, 250, 245, 0.74);
  line-height: 1.5;
}

.kid-explain {
  max-width: 900px;
  border-left: 4px solid #6ee7a8;
  background: rgba(110, 231, 168, 0.08);
  color: rgba(251, 250, 245, 0.82);
  margin: 0 0 16px;
  padding: 12px 14px;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-weight: 800;
  line-height: 1.5;
}

.component-machine {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(130px, 0.85fr) 42px minmax(180px, 1fr) 42px minmax(130px, 0.85fr);
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  border: 1px solid rgba(110, 231, 168, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(110, 231, 168, 0.055) 1px, transparent 1px),
    rgba(0, 0, 0, 0.22);
  background-size: 22px 22px;
  overflow: hidden;
  padding: 14px;
  animation: machineGlow 5.6s ease-in-out infinite;
}

.component-machine::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 54px;
  height: 8px;
  border-radius: 999px;
  background: #6ee7a8;
  box-shadow: 0 0 28px rgba(110, 231, 168, 0.86);
  content: "";
  transform: translateY(-50%);
  animation: machinePacket 4.2s ease-in-out infinite;
}

.component-machine::after {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #6ee7a8;
  box-shadow: 0 0 18px rgba(110, 231, 168, 0.8);
  content: "";
  animation: statusBlink 1.6s ease-in-out infinite;
}

.component-machine.is-transforming::before {
  animation: machinePacket 1.25s ease-in-out 2;
}

.component-machine span,
.component-machine strong {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 76px;
  place-items: center;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 18px;
  background: rgba(255, 254, 251, 0.09);
  color: var(--paper);
  padding: 12px;
  text-align: center;
}

.component-machine span {
  color: rgba(251, 250, 245, 0.82);
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.35;
  text-transform: uppercase;
}

.component-machine strong {
  border-color: rgba(110, 231, 168, 0.42);
  background:
    radial-gradient(circle at 50% 20%, rgba(110, 231, 168, 0.18), transparent 6rem),
    rgba(16, 19, 15, 0.92);
  box-shadow: inset 0 0 30px rgba(110, 231, 168, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.component-machine i {
  position: relative;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #6ee7a8, transparent);
  animation: flowPulse 2.2s ease-in-out infinite;
}

.motion-pipeline {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 18% 16%, rgba(110, 231, 168, 0.1), transparent 20rem),
    linear-gradient(145deg, rgba(16, 19, 15, 0.96), rgba(27, 33, 27, 0.94));
  background-size: 28px 28px, 28px 28px, auto, auto;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  padding: 76px 18px 18px;
}

.motion-pipeline::before {
  position: absolute;
  top: 52px;
  left: 18px;
  right: 18px;
  z-index: 1;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(110, 231, 168, 0.86), rgba(255, 241, 189, 0.88), transparent),
    rgba(255, 254, 251, 0.08);
  content: "";
  box-shadow: 0 0 28px rgba(110, 231, 168, 0.28);
  animation: pipelineRail 5.8s ease-in-out infinite;
}

.motion-pipeline > i {
  position: relative;
  align-self: center;
  flex: 0 0 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #6ee7a8, transparent);
  animation: flowPulse 2.8s ease-in-out infinite;
}

.agent-pipeline > i {
  background: linear-gradient(90deg, transparent, #ffd166, transparent);
}

.lab-stage {
  position: relative;
  overflow: hidden;
  display: grid;
  flex: 1 1 178px;
  min-height: 162px;
  align-content: start;
  gap: 10px;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 20px;
  background: rgba(255, 254, 251, 0.09);
  color: var(--paper);
  cursor: pointer;
  padding: 16px;
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  animation: nodeHeartbeat 8.4s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.lab-stage:hover,
.lab-stage.is-active {
  border-color: rgba(110, 231, 168, 0.78);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  transform: translateY(-4px);
}

.agent-pipeline .lab-stage:hover,
.agent-pipeline .lab-stage.is-active {
  border-color: rgba(255, 241, 189, 0.78);
}

.lab-stage strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.lab-stage small {
  color: rgba(251, 250, 245, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.data-packet {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  color: var(--ink);
  padding: 0 14px;
  font-size: 0.76rem;
  font-weight: 950;
  white-space: nowrap;
  animation: packetTravel 8s ease-in-out infinite;
}

.jira-packet {
  background: #f1b5c0;
}

.dry-run-sample {
  display: grid;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 12%, rgba(110, 231, 168, 0.16), transparent 14rem),
    rgba(0, 0, 0, 0.18);
  padding: 22px;
}

.warm-sample {
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 241, 189, 0.18), transparent 14rem),
    rgba(0, 0, 0, 0.18);
}

.dry-run-sample strong {
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.dry-run-sample p {
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.55;
}

.notes-dry-grid code {
  border: 1px solid rgba(23, 26, 22, 0.12);
  border-radius: 10px;
  background: rgba(23, 26, 22, 0.06);
  color: var(--ink);
  padding: 2px 5px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
}

.notes-scale-lab {
  border: 1px solid rgba(23, 26, 22, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 241, 189, 0.38), transparent 22rem),
    radial-gradient(circle at 92% 10%, rgba(36, 122, 165, 0.16), transparent 24rem),
    rgba(255, 254, 251, 0.9);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 44px);
}

.notes-scale-lab .map-heading h2 {
  color: var(--ink);
}

.notes-scale-lab .map-heading p {
  color: var(--muted);
}

.scale-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.scale-wall article {
  position: relative;
  min-height: 250px;
  border: 1px solid rgba(23, 26, 22, 0.14);
  border-radius: 22px;
  background: rgba(255, 254, 251, 0.72);
  cursor: pointer;
  overflow: hidden;
  padding: 18px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  animation: scaleCardPulse 9s ease-in-out infinite;
  animation-delay: calc((var(--scale-order, 0)) * 0.5s);
}

.scale-wall article::after {
  position: absolute;
  right: -62px;
  bottom: -72px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 134, 90, 0.18), transparent 68%);
  content: "";
}

.scale-wall article:nth-child(2n) {
  animation-delay: 0.8s;
}

.scale-wall article:nth-child(3n) {
  animation-delay: 1.6s;
}

.scale-wall article:hover,
.scale-wall article.is-active,
.scale-wall article:focus-visible {
  border-color: rgba(18, 134, 90, 0.42);
  box-shadow: 0 24px 70px rgba(23, 26, 22, 0.16);
  outline: none;
  transform: translateY(-5px);
}

.scale-wall article.is-active::before {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  content: "Open below";
  padding: 7px 10px;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.scale-wall strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.scale-wall p {
  position: relative;
  z-index: 1;
  color: #464e46;
  line-height: 1.52;
}

.scale-inspector {
  margin-top: 18px;
}

.systems-lab-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: center;
  border: 2px solid rgba(23, 26, 22, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 241, 189, 0.44), transparent 22rem),
    radial-gradient(circle at 90% 18%, rgba(18, 134, 90, 0.14), transparent 24rem),
    rgba(255, 254, 251, 0.92);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 44px);
}

.systems-lab-teaser p {
  color: var(--muted);
  line-height: 1.55;
}

.atlas-console {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, #10130f, #18231e 54%, #162330);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: inset 0 0 0 1px rgba(255, 254, 251, 0.04), 0 28px 80px rgba(23, 26, 22, 0.18);
  color: var(--paper);
  overflow: hidden;
  padding: 18px;
}

.atlas-console::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(110, 231, 168, 0.08) 44%, transparent 60%);
  content: "";
  pointer-events: none;
  transform: translateX(-120%);
  animation: atlasScan 7.5s ease-in-out infinite;
}

.atlas-console-head,
.atlas-map,
.atlas-readouts {
  position: relative;
  z-index: 1;
}

.atlas-console-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 254, 251, 0.12);
  padding-bottom: 12px;
}

.atlas-console-head span,
.atlas-console-head strong {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.atlas-console-head span {
  color: rgba(251, 250, 245, 0.68);
}

.atlas-console-head strong {
  color: #6ee7a8;
}

.atlas-map {
  min-height: 292px;
}

.atlas-node,
.atlas-core {
  position: absolute;
  display: grid;
  align-content: center;
  border: 1px solid rgba(255, 254, 251, 0.16);
  background: rgba(255, 254, 251, 0.09);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  text-align: left;
}

.atlas-node {
  width: 136px;
  min-height: 88px;
  border-radius: 18px;
  padding: 14px;
  animation: atlasNodeFocus 7s ease-in-out infinite;
  animation-delay: var(--atlas-delay, 0s);
}

.atlas-node span,
.atlas-core span,
.atlas-core small {
  color: rgba(251, 250, 245, 0.64);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.64rem;
  font-weight: 950;
  text-transform: uppercase;
}

.atlas-node strong,
.atlas-core strong {
  display: block;
  margin-top: 6px;
  color: var(--paper);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.atlas-core {
  top: 50%;
  left: 50%;
  width: min(44%, 250px);
  min-height: 148px;
  border-color: rgba(110, 231, 168, 0.48);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(18, 134, 90, 0.34), rgba(36, 122, 165, 0.28)),
    rgba(255, 254, 251, 0.1);
  padding: 18px;
  transform: translate(-50%, -50%);
  animation: atlasCorePulse 4.8s ease-in-out infinite;
}

.atlas-core strong {
  font-size: clamp(1.3rem, 2.7vw, 2rem);
  line-height: 1;
  text-transform: none;
}

.atlas-core small {
  margin-top: 10px;
  color: rgba(251, 250, 245, 0.72);
}

.atlas-docs {
  --atlas-delay: 0s;

  top: 30px;
  left: 0;
}

.atlas-vector {
  --atlas-delay: 0.9s;

  top: 30px;
  right: 0;
}

.atlas-tools {
  --atlas-delay: 1.8s;

  right: 10px;
  bottom: 26px;
}

.atlas-observe {
  --atlas-delay: 2.7s;

  bottom: 26px;
  left: 10px;
}

.atlas-rail {
  position: absolute;
  z-index: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(110, 231, 168, 0.84), transparent);
  box-shadow: 0 0 20px rgba(110, 231, 168, 0.32);
  transform-origin: left center;
  animation: atlasRailPulse 3.6s ease-in-out infinite;
}

.rail-docs {
  top: 88px;
  left: 132px;
  width: calc(50% - 188px);
}

.rail-vector {
  top: 88px;
  right: 132px;
  width: calc(50% - 188px);
  animation-delay: 0.7s;
}

.rail-tools {
  right: 138px;
  bottom: 88px;
  width: calc(50% - 186px);
  animation-delay: 1.4s;
}

.rail-observe {
  bottom: 88px;
  left: 138px;
  width: calc(50% - 186px);
  animation-delay: 2.1s;
}

.atlas-packet {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(16, 19, 15, 0.12);
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  color: var(--ink);
  padding: 0 10px;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.packet-ingest {
  top: 76px;
  left: 116px;
  animation: atlasPacketIngest 6.4s ease-in-out infinite;
}

.packet-tool {
  right: 106px;
  bottom: 76px;
  background: var(--blue);
  animation: atlasPacketTool 6.4s ease-in-out infinite;
  animation-delay: 1.2s;
}

.packet-trace {
  bottom: 76px;
  left: 112px;
  background: var(--green);
  animation: atlasPacketTrace 6.4s ease-in-out infinite;
  animation-delay: 2.2s;
}

.atlas-readouts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border-top: 1px solid rgba(255, 254, 251, 0.12);
  padding-top: 12px;
}

.atlas-readouts span {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 254, 251, 0.12);
  border-radius: 14px;
  background: rgba(255, 254, 251, 0.06);
  padding: 10px;
  color: rgba(251, 250, 245, 0.72);
  font-size: 0.72rem;
  line-height: 1.25;
}

.atlas-readouts b {
  color: #6ee7a8;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.reviewer-cockpit {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: stretch;
  border: 2px solid rgba(23, 26, 22, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 18%, rgba(18, 134, 90, 0.16), transparent 24rem),
    radial-gradient(circle at 92% 18%, rgba(36, 122, 165, 0.16), transparent 24rem),
    linear-gradient(145deg, var(--night), var(--night-soft));
  box-shadow: var(--shadow);
  color: var(--paper);
  padding: clamp(22px, 4vw, 44px);
}

.reviewer-cockpit::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  pointer-events: none;
}

.reviewer-copy,
.reviewer-steps {
  position: relative;
  z-index: 1;
}

.reviewer-copy {
  display: grid;
  align-content: center;
  gap: 12px;
}

.reviewer-copy p:not(.eyebrow) {
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.55;
}

.recruiter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.recruiter-actions .button.primary {
  border-color: rgba(255, 254, 251, 0.48);
  background: var(--paper) !important;
  color: var(--ink);
}

.recruiter-actions .button.ghost {
  border-color: rgba(255, 254, 251, 0.2);
  background: rgba(255, 254, 251, 0.08);
  color: var(--paper);
}

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

.reviewer-steps article {
  min-height: 190px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 16%, var(--review-fill, var(--green)), transparent 9rem),
    rgba(255, 254, 251, 0.08);
  padding: 16px;
  animation: nodeHeartbeat 8.4s ease-in-out infinite;
}

.reviewer-steps article:nth-child(2n) {
  animation-delay: 0.8s;
}

.reviewer-steps strong {
  display: block;
  margin-top: 12px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.reviewer-steps p {
  color: rgba(251, 250, 245, 0.72);
  line-height: 1.5;
}

.interviewer-brief {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: stretch;
  border: 2px solid rgba(23, 26, 22, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 241, 189, 0.46), transparent 23rem),
    radial-gradient(circle at 90% 12%, rgba(18, 134, 90, 0.12), transparent 26rem),
    linear-gradient(135deg, rgba(255, 254, 251, 0.98), rgba(251, 250, 245, 0.92));
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: clamp(22px, 4vw, 44px);
}

.interviewer-brief::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 26, 22, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 26, 22, 0.04) 1px, transparent 1px);
  background-size: 26px 26px;
  content: "";
  pointer-events: none;
}

.interviewer-brief > * {
  position: relative;
  z-index: 1;
}

.brief-header {
  display: grid;
  align-content: center;
  gap: 12px;
}

.brief-header h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.85rem);
}

.brief-header p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.56;
}

.brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.brief-actions .button.ghost {
  background: rgba(255, 254, 251, 0.82);
}

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

.brief-card {
  position: relative;
  display: grid;
  min-height: 172px;
  align-content: start;
  gap: 9px;
  border: 1px solid rgba(23, 26, 22, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 14%, rgba(36, 122, 165, 0.12), transparent 10rem),
    rgba(255, 254, 251, 0.9);
  box-shadow: 0 18px 44px rgba(23, 26, 22, 0.08);
  overflow: hidden;
  padding: 16px;
}

.brief-card.primary {
  grid-column: 1 / -1;
  min-height: 0;
  border-color: rgba(18, 134, 90, 0.22);
  background:
    radial-gradient(circle at 88% 12%, rgba(18, 134, 90, 0.14), transparent 12rem),
    linear-gradient(135deg, rgba(255, 241, 189, 0.76), rgba(236, 230, 255, 0.7));
}

.brief-card.safety {
  border-left: 5px solid var(--green-strong);
}

.brief-card span {
  color: var(--rose-strong);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.brief-card strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.78rem);
  line-height: 1;
}

.brief-card p {
  margin: 0;
  color: #464e46;
  font-size: 0.92rem;
  line-height: 1.5;
}

.teaser-mini-system {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(23, 26, 22, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(23, 26, 22, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(23, 26, 22, 0.045) 1px, transparent 1px),
    rgba(255, 254, 251, 0.72);
  background-size: 24px 24px;
  padding: 22px;
}

.teaser-mini-system span {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  border: 1px solid rgba(23, 26, 22, 0.14);
  border-radius: 18px;
  background: var(--ink);
  color: var(--paper);
  padding: 0 16px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  animation: chipBreathe 4s ease-in-out infinite;
}

.teaser-mini-system span:nth-of-type(2) {
  animation-delay: 0.4s;
}

.teaser-mini-system span:nth-of-type(3) {
  animation-delay: 0.8s;
}

.teaser-mini-system span:nth-of-type(4) {
  animation-delay: 1.2s;
}

.teaser-mini-system span:nth-of-type(5) {
  animation-delay: 1.6s;
}

.teaser-mini-system i {
  position: relative;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green-strong), transparent);
  animation: flowPulse 2.8s ease-in-out infinite;
}

.principle-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.principle-stack span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  padding: 0 13px;
  color: rgba(251, 250, 245, 0.88);
}

.case-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 42px);
  border: 0;
  border-radius: 18px;
  background: var(--panel);
}

.case-frame[hidden],
.lock-wrap[hidden] {
  display: none;
}

.case-lock-body {
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(110, 231, 168, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 16% 12%, rgba(110, 231, 168, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(36, 122, 165, 0.16), transparent 30rem),
    radial-gradient(circle at 60% 88%, rgba(255, 241, 189, 0.1), transparent 36rem),
    var(--night);
  background-size: 26px 26px, 26px 26px, auto, auto, auto, auto;
  color: var(--paper);
}

.case-lock-body::before {
  position: fixed;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at 72% 36%, rgba(110, 231, 168, 0.1), transparent 18rem),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.055), transparent);
  content: "";
  opacity: 0.74;
  pointer-events: none;
  animation: lockRoomSweep 11s ease-in-out infinite alternate;
}

.lock-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: center;
  min-height: calc(100vh - 96px);
  overflow: hidden;
  padding: clamp(20px, 5vw, 70px);
}

.lock-wrap::before,
.lock-wrap::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.lock-wrap::before {
  top: 12%;
  right: 8%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(110, 231, 168, 0.18), transparent 66%);
  animation: lockOrb 10s ease-in-out infinite;
}

.lock-wrap::after {
  bottom: 10%;
  left: 12%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 241, 189, 0.14), transparent 68%);
  animation: lockOrb 12s ease-in-out infinite reverse;
}

.lock-wrap > * {
  position: relative;
  z-index: 1;
}

.lock-panel {
  position: relative;
  display: grid;
  gap: 16px;
  min-width: 0;
  max-width: 680px;
  border: 1px solid rgba(255, 254, 251, 0.15);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 241, 189, 0.12), transparent 16rem),
    linear-gradient(145deg, rgba(255, 254, 251, 0.1), rgba(255, 254, 251, 0.035));
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  backdrop-filter: blur(18px);
}

.lock-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 10%, rgba(255, 255, 255, 0.11), transparent 42%);
  content: "";
  pointer-events: none;
  transform: translateX(-120%);
  animation: cardSweep 8.5s ease-in-out infinite;
}

.lock-panel h1 {
  color: var(--paper);
  font-size: clamp(2.55rem, 5.4vw, 4.85rem);
  letter-spacing: -0.065em;
  overflow-wrap: anywhere;
}

.lock-panel p {
  max-width: 620px;
  margin: 0;
  color: rgba(251, 250, 245, 0.75);
  font-size: 1rem;
  line-height: 1.6;
}

.lock-panel .eyebrow {
  color: #f1b5c0;
}

.lock-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lock-proof-strip span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.08);
  padding: 0 11px;
  color: rgba(251, 250, 245, 0.88);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lock-proof-strip span::before {
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 18px rgba(110, 231, 168, 0.78);
  content: "";
  animation: lockBlink 2.5s ease-in-out infinite;
}

.lock-form {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.lock-form label {
  color: rgba(251, 250, 245, 0.7);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lock-form input {
  min-height: 52px;
  border: 1px solid rgba(255, 254, 251, 0.18);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.1);
  box-shadow: inset 0 0 0 1px rgba(110, 231, 168, 0.04);
  padding: 0 18px;
  color: var(--paper);
  font: inherit;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.lock-form input:focus {
  border-color: rgba(110, 231, 168, 0.58);
  background: rgba(255, 254, 251, 0.13);
  box-shadow: 0 0 0 4px rgba(110, 231, 168, 0.12);
}

.lock-form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--mint);
  color: #10130f;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.lock-form button:hover {
  box-shadow: 0 18px 42px rgba(110, 231, 168, 0.18);
  transform: translateY(-2px);
}

.lock-error {
  min-height: 20px;
  color: #f1b5c0;
  font-size: 0.82rem;
  font-weight: 800;
}

.lock-access-note {
  border-left: 2px solid rgba(110, 231, 168, 0.54);
  padding-left: 12px;
  font-size: 0.88rem !important;
}

.lock-visual {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.lock-window {
  position: relative;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 254, 251, 0.17);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(110, 231, 168, 0.18), transparent 16rem),
    linear-gradient(145deg, rgba(255, 254, 251, 0.1), rgba(255, 254, 251, 0.045));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  padding: 18px;
}

.lock-window::after {
  position: absolute;
  inset: auto -90px -90px auto;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 231, 168, 0.18), transparent 68%);
  content: "";
  pointer-events: none;
}

.gate-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(255, 254, 251, 0.12);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.gate-flow::before {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 26px rgba(110, 231, 168, 0.9);
  content: "";
  transform: translateY(-50%);
  animation: gatePacket 4.8s ease-in-out infinite;
}

.lock-wrap--caesars .gate-flow::before {
  background: #ffd166;
  box-shadow: 0 0 26px rgba(255, 209, 102, 0.9);
}

.gate-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  min-height: 118px;
  align-content: center;
  border: 1px solid rgba(255, 254, 251, 0.16);
  border-radius: 18px;
  background: rgba(255, 254, 251, 0.08);
  padding: 12px;
  animation: gateNodePulse 5.5s ease-in-out infinite;
}

.gate-flow span:nth-of-type(2) {
  animation-delay: 0.45s;
}

.gate-flow span:nth-of-type(3) {
  animation-delay: 0.9s;
}

.gate-flow span:nth-of-type(4) {
  animation-delay: 1.35s;
}

.gate-flow span:nth-of-type(5) {
  animation-delay: 1.8s;
}

.gate-flow b {
  color: var(--paper);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gate-flow small {
  color: rgba(251, 250, 245, 0.62);
  font-size: 0.74rem;
  line-height: 1.35;
}

.gate-flow i {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 10%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(110, 231, 168, 0.04), rgba(110, 231, 168, 0.54), rgba(110, 231, 168, 0.04));
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
  animation: flowPulse 2.8s ease-in-out infinite;
}

.gate-flow i:nth-of-type(1) {
  left: 18%;
}

.gate-flow i:nth-of-type(2) {
  left: 36%;
  animation-delay: 0.35s;
}

.gate-flow i:nth-of-type(3) {
  left: 54%;
  animation-delay: 0.7s;
}

.gate-flow i:nth-of-type(4) {
  left: 72%;
  animation-delay: 1.05s;
}

.gate-caption {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(251, 250, 245, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
}

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

.unlock-preview-grid article {
  position: relative;
  min-height: 188px;
  border: 1px solid rgba(255, 254, 251, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(110, 231, 168, 0.08), transparent),
    rgba(255, 254, 251, 0.075);
  overflow: hidden;
  padding: 16px;
  animation: routeCardPulse 5.5s ease-in-out infinite;
}

.unlock-preview-grid article:nth-child(2) {
  animation-delay: 0.8s;
}

.unlock-preview-grid article:nth-child(3) {
  animation-delay: 1.6s;
}

.unlock-preview-grid article::after {
  position: absolute;
  inset: auto -54px -70px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 231, 168, 0.16), transparent 68%);
  content: "";
}

.unlock-preview-grid span {
  color: #f1b5c0;
  font-size: 0.7rem;
  font-weight: 950;
}

.unlock-preview-grid strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--paper);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.unlock-preview-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(251, 250, 245, 0.68);
  font-size: 0.84rem;
  line-height: 1.45;
}

[hidden] {
  display: none !important;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  42% {
    transform: translateY(-13px) scale(1.06);
  }

  58% {
    transform: translateY(3px) scale(0.98);
  }
}

@keyframes floatyCenter {
  0%,
  100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }

  42% {
    transform: translateX(-50%) translateY(-13px) scale(1.06);
  }

  58% {
    transform: translateX(-50%) translateY(3px) scale(0.98);
  }
}

@keyframes heroRise {
  from {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroAurora {
  0% {
    --glow-x: 14%;
    opacity: 0.48;
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }

  52% {
    --glow-x: 52%;
    opacity: 0.72;
  }

  100% {
    --glow-x: 86%;
    opacity: 0.54;
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes aiWordFall {
  0% {
    opacity: 0;
    transform: translate3d(-10px, -14vh, 0) scale(0.92);
  }

  12% {
    opacity: 1;
  }

  72% {
    opacity: 0.82;
  }

  100% {
    opacity: 0;
    transform: translate3d(14px, 118vh, 0) scale(1.04);
  }
}

@keyframes orbitHalo {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.025);
  }
}

@keyframes portraitScan {
  0%,
  58% {
    opacity: 0;
    transform: translateX(-140%);
  }

  70% {
    opacity: 0.58;
  }

  86% {
    opacity: 0;
    transform: translateX(140%);
  }

  100% {
    opacity: 0;
    transform: translateX(140%);
  }
}

@keyframes consoleTrace {
  0%,
  100% {
    opacity: 0;
    transform: translateX(-46%) scaleX(0.58);
  }

  35% {
    opacity: 0.95;
  }

  68% {
    opacity: 0.2;
    transform: translateX(46%) scaleX(1);
  }
}

@keyframes portraitFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes chipBreathe {
  0%,
  76%,
  100% {
    transform: translateY(0);
    box-shadow: none;
  }

  12% {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(23, 26, 22, 0.12);
  }
}

@keyframes cinemaNodeSweep {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  28% {
    opacity: 0.75;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes cardSweep {
  0%,
  64%,
  100% {
    transform: translateX(-130%);
  }

  82% {
    transform: translateX(130%);
  }
}

@keyframes boardPacket {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0) scale(0.94);
  }

  10%,
  72% {
    opacity: 1;
  }

  42% {
    transform: translateX(min(52vw, 780px)) scale(1.02);
  }

  70% {
    opacity: 1;
    transform: translateX(min(72vw, 1120px)) scale(0.98);
  }
}

@keyframes boardScan {
  0%,
  100% {
    --scan-x: 8%;
    opacity: 0.42;
  }

  50% {
    --scan-x: 92%;
    opacity: 0.82;
  }
}

@keyframes nodeHeartbeat {
  0%,
  72%,
  100% {
    filter: saturate(1) brightness(1);
  }

  10% {
    filter: saturate(1.24) brightness(1.05);
  }
}

@keyframes railDot {
  0%,
  100% {
    left: 0;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  76% {
    left: 100%;
    opacity: 1;
  }
}

@keyframes railDotVertical {
  0%,
  100% {
    top: 0;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  76% {
    top: 100%;
    opacity: 1;
  }
}

@keyframes miniFlowPacket {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0) translateY(0);
  }

  14%,
  78% {
    opacity: 1;
  }

  56% {
    transform: translateX(min(60vw, 430px)) translateY(-2px);
  }
}

@keyframes machineGlow {
  0%,
  100% {
    border-color: rgba(110, 231, 168, 0.18);
    box-shadow: none;
  }

  48% {
    border-color: rgba(110, 231, 168, 0.38);
    box-shadow: inset 0 0 34px rgba(110, 231, 168, 0.07);
  }
}

@keyframes statusBlink {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0.76);
  }

  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes pipelineRail {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleX(0.32);
    transform-origin: left center;
  }

  46% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes traceRail {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleY(0.2);
    transform-origin: top center;
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes tracePacketDrop {
  0%,
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.72);
  }

  12%,
  78% {
    opacity: 1;
  }

  68% {
    transform: translateY(min(42vh, 420px)) scale(1.08);
  }
}

@keyframes traceStepGlow {
  0%,
  72%,
  100% {
    border-color: rgba(255, 254, 251, 0.12);
    transform: translateX(0);
  }

  12% {
    border-color: rgba(110, 231, 168, 0.48);
    transform: translateX(4px);
  }
}

@keyframes decisionPulse {
  0%,
  76%,
  100% {
    border-color: rgba(255, 254, 251, 0.14);
    filter: saturate(1);
  }

  12% {
    border-color: rgba(110, 231, 168, 0.42);
    filter: saturate(1.18);
  }
}

@keyframes replayFocusPulse {
  0%,
  100% {
    filter: saturate(1.12) brightness(1.03);
  }

  50% {
    filter: saturate(1.35) brightness(1.11);
  }
}

@keyframes scaleCardPulse {
  0%,
  78%,
  100% {
    filter: saturate(1);
  }

  12% {
    filter: saturate(1.18);
  }
}

@keyframes conceptOrb {
  0%,
  100% {
    opacity: 0.52;
    transform: translate(0, 0) scale(1);
  }

  45% {
    opacity: 0.78;
    transform: translate(-14px, -10px) scale(1.12);
  }
}

@keyframes lockBlink {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.86);
  }

  44% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes previewPacket {
  0%,
  100% {
    opacity: 0;
    transform: translate(0, -50%) scale(0.72);
  }

  12%,
  76% {
    opacity: 1;
  }

  58% {
    transform: translate(min(48vw, 560px), -50%) scale(1.08);
  }
}

@keyframes stackPacket {
  0%,
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.74);
  }

  14%,
  76% {
    opacity: 1;
  }

  62% {
    transform: translateY(112px) scale(1.1);
  }
}

@keyframes routeCardPulse {
  0%,
  72%,
  100% {
    border-color: rgba(255, 254, 251, 0.14);
    transform: translateX(0);
  }

  12% {
    border-color: rgba(110, 231, 168, 0.42);
    transform: translateX(4px);
  }
}

@keyframes lockRoomSweep {
  0%,
  100% {
    opacity: 0.45;
    transform: translateX(-3%) scale(1);
  }

  50% {
    opacity: 0.82;
    transform: translateX(3%) scale(1.04);
  }
}

@keyframes lockOrb {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  48% {
    transform: translate(-18px, 16px) scale(1.16);
  }
}

@keyframes gatePacket {
  0%,
  100% {
    opacity: 0;
    transform: translate(0, -50%) scale(0.72);
  }

  10%,
  78% {
    opacity: 1;
  }

  60% {
    transform: translate(min(58vw, 760px), -50%) scale(1.08);
  }
}

@keyframes gatePacketVertical {
  0%,
  100% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.72);
  }

  10%,
  78% {
    opacity: 1;
  }

  60% {
    transform: translate(-50%, min(64vh, 560px)) scale(1.08);
  }
}

@keyframes gateNodePulse {
  0%,
  72%,
  100% {
    border-color: rgba(255, 254, 251, 0.16);
    filter: saturate(1);
    transform: translateY(0);
  }

  12% {
    border-color: rgba(110, 231, 168, 0.46);
    filter: saturate(1.2);
    transform: translateY(-3px);
  }
}

@keyframes consolePulse {
  0%,
  100% {
    filter: saturate(1);
    opacity: 0.72;
  }

  45% {
    filter: saturate(1.8);
    opacity: 1;
  }
}

@keyframes flowPulse {
  0%,
  100% {
    transform: scaleX(0.7);
    opacity: 0.46;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitDrift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  35% {
    transform: translate(22px, -18px) scale(1.28);
  }

  68% {
    transform: translate(-16px, 18px) scale(0.92);
  }
}

@keyframes atlasScan {
  0%,
  100% {
    opacity: 0;
    transform: translateX(-120%);
  }

  16%,
  62% {
    opacity: 1;
  }

  72% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes atlasCorePulse {
  0%,
  100% {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22), 0 0 0 rgba(110, 231, 168, 0);
  }

  50% {
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3), 0 0 34px rgba(110, 231, 168, 0.22);
  }
}

@keyframes atlasNodeFocus {
  0%,
  70%,
  100% {
    border-color: rgba(255, 254, 251, 0.16);
    filter: saturate(1);
    transform: translateY(0);
  }

  12% {
    border-color: rgba(110, 231, 168, 0.56);
    filter: saturate(1.28);
    transform: translateY(-3px);
  }
}

@keyframes atlasRailPulse {
  0%,
  100% {
    opacity: 0.28;
    transform: scaleX(0.48);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes atlasPacketIngest {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }

  14%,
  72% {
    opacity: 1;
  }

  58% {
    transform: translateX(min(24vw, 220px));
  }
}

@keyframes atlasPacketTool {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }

  14%,
  72% {
    opacity: 1;
  }

  58% {
    transform: translateX(max(-24vw, -220px));
  }
}

@keyframes atlasPacketTrace {
  0%,
  100% {
    opacity: 0;
    transform: translateX(0);
  }

  14%,
  72% {
    opacity: 1;
  }

  58% {
    transform: translateX(min(24vw, 220px));
  }
}

@keyframes packetTravel {
  0%,
  100% {
    transform: translateX(0);
  }

  48% {
    transform: translateX(min(68vw, 900px));
  }

  62% {
    transform: translateX(min(68vw, 900px)) scale(1.06);
  }
}

@media (max-width: 1100px) {
  .hero,
  .experience-band,
  .work-grid,
  .case-grid,
  .personal-grid,
  .contact-stage,
  .impact-strip,
  .proof-stage,
  .client-work-grid,
  .expert-signal-strip,
  .philosophy-grid,
  .readiness-matrix,
  .readiness-grid,
  .cinema-sticky,
  .cinema-telemetry,
  .capability-realm,
  .lab-grid,
  .archive-card,
  .reviewer-cockpit,
  .reviewer-steps,
  .interviewer-brief,
  .brief-grid,
  .deep-hero,
  .notes-lab-hero,
  .systems-lab-teaser,
  .replay-stage,
  .concept-detail-stage,
  .concept-detail-grid,
  .insight-layout,
  .io-grid,
  .pipeline-grid,
  .dry-run-grid,
  .notes-grid,
  .guardrail-grid,
  .decision-board,
  .scale-wall,
  .notes-principles,
  .lock-wrap {
    grid-template-columns: 1fr;
  }

  .lock-panel {
    max-width: none;
  }

  .flow-row,
  .second-row,
  .component-machine {
    grid-template-columns: 1fr;
  }

  .flow-arrow,
  .component-machine i {
    width: 2px;
    height: 28px;
    justify-self: center;
  }

  .flow-arrow::after,
  .component-machine i::after {
    top: 0;
    left: 50%;
    animation-name: railDotVertical;
  }

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

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

  .case-sticky-nav {
    top: 74px;
  }

  .capability-heading {
    position: static;
  }

  .cinema-copy h2 {
    max-width: 900px;
    font-size: 3rem;
  }

  .cinema-copy p:not(.eyebrow) {
    max-width: 820px;
  }

  .cinema-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 900px;
  }

  .cinema-viewport {
    min-height: 640px;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 7px;
  }

  .nav-links a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .metric-strip,
  .system-map,
  .proof-wall,
  .unlock-preview-grid,
  .capability-list article {
    grid-template-columns: 1fr;
  }

  .lock-wrap {
    padding: 22px;
  }

  .lock-panel,
  .lock-visual,
  .lock-window,
  .unlock-preview-grid {
    width: 100%;
    max-width: calc(100vw - 44px);
  }

  .lock-panel h1 {
    font-size: clamp(1.95rem, 8.4vw, 2.85rem);
    line-height: 1;
  }

  .gate-flow {
    grid-template-columns: 1fr;
  }

  .gate-flow::before {
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: gatePacketVertical;
  }

  .gate-flow span {
    min-height: 76px;
  }

  .gate-flow i {
    position: static;
    width: 2px;
    height: 20px;
    justify-self: center;
    transform: none;
    background: linear-gradient(180deg, rgba(110, 231, 168, 0.04), rgba(110, 231, 168, 0.54), rgba(110, 231, 168, 0.04));
  }

  .case-preview-stage {
    width: calc(100vw - (var(--page-pad) * 2));
    max-width: calc(100vw - (var(--page-pad) * 2));
    padding: 20px 42px 20px 20px;
  }

  .case-preview-stage .proof-copy,
  .case-preview-stage .proof-copy h2,
  .case-preview-stage .proof-copy p,
  .case-preview-note,
  .proof-wall,
  .showcase-window {
    max-width: calc(100vw - 86px);
  }

  .showcase-window.large {
    min-height: 300px;
  }

  .case-preview-stage .proof-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.32rem);
    line-height: 1;
  }

  .proof-copy p {
    font-size: 0.94rem;
  }

  .showcase-window {
    padding: 14px;
  }

  .case-preview-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .case-preview-card:not(.large) > strong,
  .showcase-window > strong {
    font-size: clamp(1.35rem, 5.6vw, 1.74rem);
    line-height: 1;
  }

  .preview-route {
    gap: 7px;
  }

  .preview-route b {
    display: none;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .hero h1 {
    max-width: calc(100vw - (var(--page-pad) * 2));
    font-size: clamp(2.05rem, 9.2vw, 3.25rem);
    line-height: 1;
    overflow-wrap: anywhere;
    text-wrap: wrap;
  }

  .hero .hero-summary {
    max-width: calc(100vw - (var(--page-pad) * 2));
    font-size: 0.98rem;
  }

  .hero-trust-strip,
  .hero-actions,
  .metric-strip {
    max-width: calc(100vw - (var(--page-pad) * 2));
  }

  .notes-hero-system {
    min-height: 390px;
  }

  .system-spoke {
    max-width: 126px;
    font-size: 0.62rem;
  }

  .motion-pipeline {
    padding-top: 70px;
  }

  .data-packet {
    animation-name: packetTravelSmall;
  }

  .ai-word-rain span {
    opacity: 0.42;
  }

  .systems-cinema {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .cinema-sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .cinema-copy h2 {
    font-size: 2.22rem;
    line-height: 1.04;
  }

  .cinema-step-list {
    grid-template-columns: 1fr;
  }

  .cinema-step-list span.is-active {
    transform: none;
  }

  .cinema-viewport {
    min-height: auto;
    padding: 14px;
    transform: none;
  }

  .cinema-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .cinema-map {
    display: grid;
    min-height: auto;
    gap: 10px;
  }

  .cinema-map::before,
  .cinema-map::after,
  .cinema-node::after {
    display: none;
  }

  .cinema-packet,
  .cinema-scanline {
    display: none;
  }

  .cinema-node,
  .node-request,
  .node-policy,
  .node-retrieval,
  .node-agent,
  .node-answer,
  .node-observe {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 104px;
    transform: none;
  }

  .cinema-node.is-active {
    transform: none;
  }

  .cinema-telemetry {
    grid-template-columns: 1fr;
  }

  .atlas-console {
    min-height: auto;
    padding: 14px;
  }

  .atlas-console-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .atlas-map {
    display: grid;
    min-height: auto;
    gap: 10px;
    margin-top: 14px;
  }

  .atlas-rail,
  .atlas-packet {
    display: none;
  }

  .atlas-node,
  .atlas-core,
  .atlas-docs,
  .atlas-vector,
  .atlas-tools,
  .atlas-observe {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 86px;
    transform: none;
  }

  .atlas-core {
    order: -1;
  }

  .atlas-readouts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-copy,
  .hero-trust-strip,
  .hero-actions,
  .metric-strip {
    width: min(100%, 340px);
    max-width: 340px;
  }

  .hero h1,
  .hero .hero-summary {
    max-width: 340px;
  }

  .hero h1 {
    font-size: clamp(2rem, 8.4vw, 3rem);
  }
}

@keyframes packetTravelSmall {
  0%,
  100% {
    transform: translateX(0);
  }

  52% {
    transform: translateX(230px);
  }
}

@keyframes machinePacket {
  0%,
  100% {
    left: 16px;
    opacity: 0;
    transform: translateY(-50%) scaleX(0.4);
  }

  12% {
    opacity: 1;
  }

  45% {
    left: 50%;
    transform: translate(-50%, -50%) scaleX(1);
  }

  72% {
    left: calc(100% - 70px);
    opacity: 1;
    transform: translateY(-50%) scaleX(0.7);
  }

  86% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after,
  .portrait-orbit::before,
  .portrait-orbit::after,
  .hero-console::after,
  .system-shell::after,
  .system-spoke,
  .system-orbit-dot,
  .ai-word-rain span,
  .architecture-board::before,
  .architecture-board::after,
  .case-lock-body::before,
  .lock-wrap::before,
  .lock-wrap::after,
  .lock-panel::after,
  .lock-proof-strip span::before,
  .gate-flow::before,
  .gate-flow span,
  .gate-flow i,
  .unlock-preview-grid article,
  .flow-node,
  .flow-node::after,
  .flow-arrow,
  .flow-arrow::after,
  .data-packet,
  .component-machine::before,
  .component-machine::after,
  .component-machine i,
  .component-machine i::after,
  .motion-pipeline::before,
  .motion-pipeline > i,
  .motion-pipeline > i::after,
  .trace-track::before,
  .trace-track::after,
  .trace-step,
  .payload-card::before,
  .guardrail-grid article,
  .guardrail-grid article::before,
  .decision-board article,
  .decision-board article::before,
  .lock-chip::before,
  .preview-route::before,
  .preview-route b,
  .route-stack::after,
  .route-stack span,
  .case-room-list span,
  .reviewer-cockpit::before,
  .reviewer-steps article,
  .reviewer-steps article::before,
  .proof-bg-video,
  .lab-card-video,
  .lab-card-media,
  .personal-card-video,
  .systems-cinema::before,
  .cinema-packet,
  .cinema-scanline,
  .cinema-node.is-active::before,
  .atlas-console::after,
  .atlas-node,
  .atlas-core,
  .atlas-rail,
  .atlas-packet,
  .lab-stage,
  .lab-stage::after,
  .concept-mini-flow::before,
  .concept-mini-flow i,
  .concept-mini-flow i::after,
  .notes-concepts article,
  .notes-concepts article::after,
  .io-grid article::before,
  .pipeline-grid article::before,
  .dry-run-grid article::before,
  .concept-detail-grid article::before,
  .scale-wall article {
    animation: none;
  }

  .systems-cinema {
    min-height: auto;
  }

  .personal-card-video,
  .lab-card-video,
  .lab-card-media {
    display: none;
  }

  .cinema-sticky {
    position: relative;
    top: auto;
  }

  .proof-bg-video {
    display: none;
  }
}
