:root {
  --ink: #11130d;
  --ink-2: #1b1e15;
  --paper: #f7f5ee;
  --paper-2: #eeece3;
  --card: #fcfbf7;
  --line: rgba(17, 19, 13, 0.14);
  --muted: #66695d;
  --lime: #92d238;
  --green: #356d0e;
  --coral: #ef755d;
  --blue: #2f5cc8;
  --white: #f5f8ef;
  --radius: 24px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.modal-open {
  overflow: hidden;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 16px;
}
.site-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(17, 19, 13, 0.08);
  background: rgba(247, 245, 238, 0.92);
  backdrop-filter: blur(14px);
}
.operator-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 38px;
  padding: 8px 18px;
  background: var(--ink);
  color: #f7f5ee;
  font-size: 12px;
  text-decoration: none;
  margin-top: 72px;
}
.operator-note span {
  color: #a8d76e;
  font-weight: 800;
}
.operator-note strong {
  font-weight: 600;
}
.capability-section {
  background: #11130d;
  color: #f7f5ee;
}
.capability-section .split-heading > p {
  color: #adb2a6;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  border-top: 1px solid #30342b;
  border-left: 1px solid #30342b;
}
.capability-grid a {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid #30342b;
  border-bottom: 1px solid #30342b;
  color: inherit;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.capability-grid a:hover {
  background: #191c15;
  transform: translateY(-2px);
}
.capability-grid span,
.capability-grid b {
  color: #91ce41;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.capability-grid h3 {
  margin: 42px 0 10px;
  font-size: 23px;
}
.capability-grid p {
  min-height: 62px;
  color: #adb2a6;
  font-size: 14px;
  line-height: 1.55;
}
.operating-section {
  background: #eceee5;
}
.operating-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.operating-copy h2 {
  max-width: 530px;
  font-size: clamp(38px, 4vw, 62px);
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.operating-copy p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.65;
}
.operating-copy ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.operating-copy li {
  margin: 11px 0;
  font-size: 14px;
  font-weight: 700;
}
.operating-copy li:before {
  content: "✓";
  margin-right: 10px;
  color: var(--green);
}
.decision-feed {
  overflow: hidden;
  border: 1px solid #252a20;
  border-radius: 20px;
  background: #10120c;
  color: #f6f7ef;
  box-shadow: 0 22px 52px rgba(17, 19, 13, 0.15);
}
.decision-feed-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 20px;
  border-bottom: 1px solid #2c3126;
  font-size: 13px;
}
.decision-feed-head small {
  margin-left: auto;
  color: #a3a99b;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.feed-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(151, 216, 63, 0.13);
}
.feed-message {
  display: flex;
  gap: 12px;
  padding: 20px;
  border-bottom: 1px solid #2c3126;
}
.feed-message img {
  border-radius: 50%;
  object-fit: cover;
}
.feed-message strong {
  font-size: 12px;
}
.feed-message p {
  margin: 7px 0;
  color: #d7dbd0;
  font-size: 14px;
  line-height: 1.5;
}
.feed-message span {
  color: #9bd54e;
  font-size: 11px;
  font-weight: 800;
}
.feed-message-human {
  background: #191c15;
}
.feed-footer {
  padding: 13px 20px;
  color: #a3a99b;
  font-size: 11px;
}
.hero-network-art {
  position: absolute;
  z-index: 0;
  right: max(-280px, calc((100vw - 1440px) / 2 - 140px));
  top: 52px;
  width: min(790px, 58vw);
  height: auto;
  opacity: 0.18;
  mix-blend-mode: multiply;
  pointer-events: none;
  user-select: none;
}
.hero .shell {
  position: relative;
  z-index: 1;
}
.nav-inner {
  width: min(1240px, calc(100% - 36px));
  height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.logo {
  font-weight: 900;
  font-size: 15px;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.logo span {
  color: var(--green);
}
.navlinks {
  display: flex;
  gap: 24px;
  margin-left: auto;
}
.navlinks a {
  font-size: 12px;
  text-decoration: none;
  color: var(--muted);
}
.navlinks a:hover {
  color: var(--ink);
}
.nav-mobile-cta {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  padding: 13px 20px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.button:hover {
  background: #244f08;
  transform: translateY(-1px);
}
.button-small {
  font-size: 11px;
  padding: 10px 15px;
}
.hero-human {
  max-width: 590px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.hero-human a {
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: var(--green);
  text-underline-offset: 3px;
}
.button-dark {
  background: var(--ink);
}
.button-dark:hover {
  background: #2a2e22;
}
.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 34px;
  height: 34px;
  padding: 7px;
}
.nav-toggle span {
  display: block;
  height: 1px;
  background: var(--ink);
  margin: 6px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 850;
  color: var(--green);
}
.eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(146, 210, 56, 0.13);
}
.eyebrow-dark {
  color: #cbe4aa;
}
.section {
  padding: 112px 0;
}
.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 80px;
  align-items: end;
}
.split-heading h2,
.monitor-heading h2,
.dashboard-copy h2,
.engagement-copy h2,
.faq-layout h2,
.contact-copy h2 {
  font-size: clamp(36px, 5.5vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 20px 0 0;
}
.split-heading > p {
  font-size: 15px;
  color: var(--muted);
  margin: 0 0 4px;
  max-width: 520px;
}
.reveal,
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.in,
.reveal-stagger.in > * {
  opacity: 1;
  transform: none;
}
.reveal-stagger.in > *:nth-child(2) {
  transition-delay: 0.06s;
}
.reveal-stagger.in > *:nth-child(3) {
  transition-delay: 0.12s;
}
.reveal-stagger.in > *:nth-child(4) {
  transition-delay: 0.18s;
}

.hero {
  min-height: 920px;
  padding: 112px 0 32px;
  background: var(--paper);
  position: relative;
  overflow: hidden;
}
.section-grid:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.2;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(146, 210, 56, 0.11);
  filter: blur(70px);
  right: -180px;
  top: -140px;
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 64px;
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(54px, 7.1vw, 98px);
  line-height: 0.91;
  letter-spacing: -0.075em;
  margin: 26px 0 0;
  max-width: 760px;
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--green);
}
.hero-copy > p {
  font-size: 18px;
  color: var(--muted);
  max-width: 640px;
  margin: 26px 0 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.text-link {
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}
.text-link span {
  color: var(--green);
}
.hero-guardrail {
  border-left: 2px solid var(--lime);
  padding-left: 14px;
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-guardrail strong {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hero-guardrail span {
  font-size: 12px;
  color: var(--muted);
}
.team-stage {
  height: 570px;
  background: var(--ink);
  border: 1px solid #25291d;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  box-shadow: 0 30px 80px rgba(17, 19, 13, 0.2);
}
.team-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(146, 210, 56, 0.32) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  opacity: 0.18;
}
.stage-head {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 22px;
  right: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #92988a;
}
.live-label {
  display: flex;
  gap: 7px;
  align-items: center;
}
.live-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(146, 210, 56, 0.1);
  animation: ping 2s infinite;
}
.stage-orbit {
  position: absolute;
  width: 285px;
  height: 285px;
  border: 1px dashed rgba(146, 210, 56, 0.35);
  border-radius: 50%;
  left: 50%;
  top: 51%;
  translate: -50% -50%;
  animation: spin 22s linear infinite;
}
.stage-orbit:after {
  content: "";
  position: absolute;
  inset: 43px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.stage-center {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 51%;
  translate: -50% -50%;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #181b13;
  border: 1px solid #353c29;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 0 10px rgba(146, 210, 56, 0.025);
}
.stage-center span {
  font-size: 9px;
  color: var(--lime);
  letter-spacing: 0.1em;
}
.stage-center strong {
  font-size: 13px;
  margin-top: 5px;
}
.stage-center small {
  font-size: 9px;
  color: #858b7e;
  margin-top: 3px;
}
.stage-agent {
  position: absolute;
  z-index: 3;
  width: 130px;
  text-align: center;
}
.stage-agent:before {
  content: "";
  position: absolute;
  width: 108px;
  height: 108px;
  left: 11px;
  top: 0;
  border: 1px dashed rgba(146, 210, 56, 0.5);
  border-radius: 34px;
  animation: spin 9s linear infinite;
}
.stage-agent img {
  width: 98px;
  height: 98px;
  object-fit: cover;
  border-radius: 30px;
  margin: 6px auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.38);
}
.stage-agent > span {
  display: block;
  font-size: 11px;
  font-weight: 800;
}
.stage-agent > small {
  display: block;
  color: #888f80;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.stage-max {
  left: 40px;
  top: 108px;
}
.stage-reese {
  right: 38px;
  top: 112px;
}
.stage-sam {
  left: 46px;
  bottom: 86px;
}
.stage-jordan {
  right: 44px;
  bottom: 82px;
}
.agent-motion-reese:before,
.agent-motion-jordan:before {
  animation-direction: reverse;
}
.agent-motion-sam:after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 22px;
  right: 22px;
  top: 12px;
  height: 1px;
  background: var(--lime);
  box-shadow: 0 0 8px var(--lime);
  animation: scan 3.7s ease-in-out infinite;
}
.stage-ticker {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  border-top: 1px solid #282d21;
  background: #13160f;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 18px;
  overflow: hidden;
  white-space: nowrap;
}
.stage-ticker span {
  font-size: 8px;
  color: #92988a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.stage-ticker span:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lime);
  margin-right: 7px;
}
.hero-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.hero-metrics > div {
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.hero-metrics > div:last-child {
  border-right: 0;
}
.hero-metrics strong {
  font-size: 30px;
  letter-spacing: -0.05em;
}
.hero-metrics span {
  font-size: 10px;
  text-transform: uppercase;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.section-intro {
  background: var(--card);
}
.value-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.value-rail article {
  padding: 28px 22px;
  min-height: 230px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.value-rail article:last-child {
  border-right: 0;
}
.value-rail article > span {
  font-size: 10px;
  color: var(--green);
}
.value-rail h3 {
  font-size: 20px;
  margin: auto 0 10px;
  letter-spacing: -0.03em;
}
.value-rail p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.team-section {
  background: var(--paper);
}
.memory-callout {
  margin-top: 56px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--card);
}
.memory-callout strong {
  font-size: 12px;
}
.memory-callout p {
  font-size: 11px;
  color: var(--muted);
  margin: 2px 0 0;
}
.memory-pulse {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--green);
  position: relative;
  flex: 0 0 auto;
}
.memory-pulse:after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: var(--lime);
  animation: ping-core 2s ease-in-out infinite;
}
.agent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}
.agent-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  padding: 14px;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.agent-card:hover,
.agent-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(53, 109, 14, 0.45);
  box-shadow: 0 18px 44px rgba(17, 19, 13, 0.08);
}
.agent-card-head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.agent-portrait {
  width: 82px;
  height: 82px;
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.agent-portrait img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: 23px;
  position: relative;
  z-index: 2;
}
.agent-portrait:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 27px;
  border: 1px dashed rgba(53, 109, 14, 0.45);
  animation: spin 10s linear infinite;
}
.agent-portrait:after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 11px;
  right: 11px;
  top: 9px;
  height: 1px;
  background: var(--lime);
  box-shadow: 0 0 7px var(--lime);
  opacity: 0;
}
.agent-card[data-agent="sam"] .agent-portrait:after,
.agent-card[data-agent="vera"] .agent-portrait:after {
  opacity: 0.8;
  animation: scan-small 3.8s ease-in-out infinite;
}
.agent-card[data-agent="reese"] .agent-portrait:before,
.agent-card[data-agent="jordan"] .agent-portrait:before {
  animation-direction: reverse;
}
.agent-card[data-agent="kai"] .agent-portrait:before {
  animation: signal 3s ease-in-out infinite;
}
.agent-card[data-agent="christian"] .agent-portrait:before {
  border-style: solid;
  animation: review 2.8s ease-in-out infinite;
}
.agent-card-name small {
  display: block;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  color: var(--green);
}
.agent-card-name h3 {
  font-size: 19px;
  margin: 2px 0 0;
}
.agent-card-name span {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.agent-card-bio {
  font-size: 12px;
  color: var(--muted);
  min-height: 54px;
  margin: 16px 2px 12px;
}
.agent-card-footer {
  border-top: 1px solid var(--line);
  padding: 11px 2px 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
}
.agent-card-footer span:first-child {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.agent-card-footer span:last-child {
  font-size: 16px;
}
.agent-overlay {
  position: fixed;
  z-index: 300;
  inset: 0;
  background: rgba(13, 15, 10, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.agent-overlay.open {
  display: flex;
}
.agent-modal {
  width: min(680px, 100%);
  max-height: min(760px, 90vh);
  overflow: auto;
  background: var(--paper);
  border-radius: 28px;
  padding: 28px;
  position: relative;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.35);
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 21px;
  cursor: pointer;
}
.modal-profile {
  display: flex;
  gap: 18px;
  align-items: center;
}
.modal-avatar {
  width: 104px;
  height: 104px;
}
.modal-avatar img {
  width: 94px;
  height: 94px;
  border-radius: 29px;
}
.modal-code {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: var(--green);
  font-weight: 850;
}
.modal-profile h3 {
  font-size: 34px;
  letter-spacing: -0.05em;
  margin: 3px 0;
}
.modal-profile p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.modal-bio {
  font-size: 16px;
  line-height: 1.55;
  margin: 26px 0;
}
.modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.modal-grid > div {
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 15px;
  background: var(--card);
}
.modal-grid span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--green);
  font-weight: 850;
}
.modal-grid p {
  font-size: 11px;
  margin: 6px 0 0;
  color: var(--muted);
}
.modal-footer {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  font-size: 10px;
  color: var(--muted);
  display: flex;
  gap: 8px;
}
.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  margin-top: 4px;
  box-shadow: 0 0 0 5px rgba(146, 210, 56, 0.12);
}

.monitor-section {
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.monitor-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
}
.monitor-heading h2 {
  max-width: 780px;
}
.monitor-heading > p {
  font-size: 13px;
  color: #949a8d;
  margin: 0;
  max-width: 490px;
}
.monitor-console {
  margin-top: 58px;
  border: 1px solid #2b3024;
  border-radius: 26px;
  background: #0a0c08;
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}
.monitor-console > header {
  height: 58px;
  border-bottom: 1px solid #252a20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.console-brand {
  font-size: 11px;
  font-weight: 900;
}
.console-brand span {
  color: var(--lime);
}
.console-brand i {
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #3e4437;
  margin: 0 10px;
  vertical-align: middle;
}
.console-live {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #92988a;
  display: flex;
  gap: 8px;
  align-items: center;
}
.console-live > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  animation: ping 2s infinite;
}
.console-live time {
  border-left: 1px solid #33392d;
  padding-left: 8px;
}
.console-body {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
}
.guardrail-panel,
.decision-panel {
  padding: 30px;
}
.guardrail-panel {
  border-right: 1px solid #252a20;
}
.panel-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.panel-title span,
.panel-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #899080;
}
.panel-title h3 {
  font-size: 19px;
  margin: 5px 0 0;
}
.watch-pill {
  border: 1px solid rgba(146, 210, 56, 0.25);
  color: var(--lime) !important;
  border-radius: 999px;
  padding: 5px 8px;
}
.guardrail-number {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 24px;
}
.guardrail-number strong {
  font-size: 42px;
  color: var(--lime);
  letter-spacing: -0.05em;
}
.guardrail-number span {
  font-size: 10px;
  color: #8f9586;
}
.guardrail-track {
  height: 5px;
  background: #23271e;
  border-radius: 999px;
  margin-top: 18px;
  position: relative;
}
.guardrail-track span {
  display: block;
  height: 100%;
  width: 89%;
  background: var(--lime);
  border-radius: inherit;
  transition: width 0.8s ease;
}
.guardrail-track i {
  position: absolute;
  left: 96%;
  top: -4px;
  width: 1px;
  height: 13px;
  background: var(--coral);
}
.micro-chart {
  height: 128px;
  margin-top: 25px;
}
.micro-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.micro-chart path {
  fill: none;
  vector-effect: non-scaling-stroke;
}
.chart-threshold {
  stroke: var(--coral);
  stroke-width: 1;
  stroke-dasharray: 4 5;
  opacity: 0.8;
}
.chart-path {
  stroke: #d1d5ca;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: draw 2.2s ease both;
}
.guardrail-meta {
  display: flex;
  gap: 18px;
  color: #7c8275;
  font-size: 9px;
}
.guardrail-meta i {
  display: inline-block;
  width: 13px;
  height: 1px;
  margin-right: 5px;
  vertical-align: middle;
}
.line-current {
  background: #d1d5ca;
}
.line-limit {
  background: var(--coral);
}
.decision-panel {
  display: flex;
  flex-direction: column;
}
.decision-owner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.mini-portrait {
  width: 56px;
  height: 56px;
  position: relative;
}
.mini-portrait img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 17px;
}
.mini-portrait:before {
  content: "";
  position: absolute;
  inset: -2px;
  border: 1px dashed var(--lime);
  border-radius: 20px;
  animation: spin 7s linear infinite;
}
.decision-owner strong {
  font-size: 11px;
}
.decision-owner span {
  display: block;
  font-size: 9px;
  color: var(--lime);
  text-transform: uppercase;
  margin-top: 3px;
}
.decision-panel blockquote {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.025em;
  margin: auto 0 22px;
}
.decision-chain {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  font-size: 8px;
  color: #8f9586;
  text-transform: uppercase;
}
.decision-chain i {
  color: var(--lime);
  font-style: normal;
}
.decision-panel button {
  border: 1px solid #343a2f;
  background: #191c15;
  color: #9ca293;
  border-radius: 10px;
  padding: 10px;
  margin-top: 14px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.heartbeat-bar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-top: 1px solid #252a20;
  border-bottom: 1px solid #252a20;
}
.heartbeat-item {
  padding: 12px 10px;
  border-right: 1px solid #252a20;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.heartbeat-item:last-child {
  border-right: 0;
}
.heartbeat-item img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 9px;
}
.heartbeat-item strong {
  display: block;
  font-size: 9px;
}
.heartbeat-item span {
  display: block;
  font-size: 7px;
  color: var(--lime);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-stream {
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 8px;
  color: #7f8578;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.event-stream:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime);
  margin-right: 9px;
}
.simulation-note {
  text-align: center;
  color: #72786b;
  font-size: 9px;
  margin: 12px 0 0;
}

.dashboard-section {
  background: var(--paper-2);
}
.dashboard-layout {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 70px;
  align-items: center;
}
.dashboard-copy p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 25px;
}
.dashboard-copy ul {
  padding: 0;
  list-style: none;
  margin: 26px 0;
}
.dashboard-copy li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.dashboard-copy li:before {
  content: "✓";
  color: var(--green);
  margin-right: 8px;
  font-weight: 900;
}
.dashboard-window {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 30px 70px rgba(17, 19, 13, 0.13);
  overflow: hidden;
}
.window-bar {
  height: 38px;
  background: var(--ink);
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 5px;
}
.window-bar > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b5144;
}
.window-bar i {
  color: #777e70;
  font-size: 8px;
  font-style: normal;
  margin-left: auto;
}
.window-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px 16px;
}
.window-top small {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  color: var(--green);
}
.window-top strong {
  display: block;
  font-size: 16px;
  margin-top: 3px;
}
.sample-chip {
  font-size: 8px;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--muted);
}
.window-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 24px;
}
.window-stats div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 11px;
}
.window-stats span {
  display: block;
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
}
.window-stats strong {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
.window-team {
  display: flex;
  padding: 20px 24px 10px;
}
.window-team > div {
  position: relative;
  margin-right: -6px;
}
.window-team img {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  object-fit: cover;
  border: 2px solid var(--card);
}
.window-team span {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  right: 0;
  bottom: 0;
  border: 1px solid var(--card);
}
.window-chart {
  margin: 12px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}
.window-chart > span {
  font-size: 8px;
  text-transform: uppercase;
  color: var(--muted);
}
.window-chart svg {
  width: 100%;
  height: 105px;
  margin-top: 10px;
}
.window-chart path {
  fill: none;
  stroke: var(--green);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.proof-section {
  background: var(--card);
}
.protected-case {
  border: 1px solid var(--line);
  border-radius: 28px;
  margin-top: 52px;
  overflow: hidden;
  background: var(--paper);
}
.case-identity {
  height: 116px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.blurred-mark {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  filter: blur(5px);
}
.blurred-mark span {
  width: 8px;
  height: 28px;
  background: var(--lime);
  border-radius: 8px;
  transform: rotate(18deg);
}
.blurred-mark span:nth-child(2) {
  height: 40px;
  background: var(--coral);
}
.blurred-mark span:nth-child(3) {
  height: 22px;
  background: #fff;
}
.case-identity > div:nth-child(2) span {
  display: block;
  font-size: 9px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.case-identity > div:nth-child(2) strong {
  font-size: 20px;
}
.case-reveal {
  position: absolute;
  inset: 0;
  background: var(--ink);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.case-identity:hover .case-reveal,
.case-identity:focus .case-reveal {
  opacity: 1;
}
.case-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.case-methods > div {
  padding: 28px;
  border-right: 1px solid var(--line);
}
.case-methods > div:last-child {
  border-right: 0;
}
.case-methods span {
  font-size: 9px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.case-methods strong {
  display: block;
  font-size: 19px;
  margin-top: 12px;
}
.case-methods p {
  font-size: 11px;
  color: var(--muted);
  margin: 8px 0 0;
}
.protected-case footer {
  border-top: 1px solid var(--line);
  padding: 14px 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  color: var(--muted);
}
.protected-case footer a {
  color: var(--green);
  font-weight: 800;
}
.process-list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  border-top: 1px solid var(--line);
}
.process-list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.process-list > li > span {
  color: var(--green);
  font-size: 11px;
}
.process-list small {
  font-size: 9px;
  color: var(--green);
  text-transform: uppercase;
}
.process-list h3 {
  font-size: 24px;
  margin: 3px 0;
}
.process-list p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
  max-width: 560px;
}

.engagement-section {
  background: var(--ink);
  color: var(--white);
}
.engagement-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.engagement-copy p {
  font-size: 14px;
  color: #969c8e;
  max-width: 510px;
  margin-top: 24px;
}
.price-panel {
  border: 1px solid #30362a;
  border-radius: 26px;
  padding: 30px;
  background: #151810;
}
.price-top > span {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--lime);
  letter-spacing: 0.08em;
}
.price-top strong {
  display: block;
  font-size: 58px;
  letter-spacing: -0.07em;
  margin-top: 8px;
}
.price-top strong small {
  font-size: 14px;
  color: #8e9486;
  letter-spacing: 0;
}
.price-top p {
  font-size: 13px;
  color: #bbc1b4;
  margin: 0;
}
.price-panel ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.price-panel li {
  border-top: 1px solid #2b3025;
  padding: 11px 0;
  font-size: 10px;
  color: #969c8e;
}
.price-panel li:before {
  content: "•";
  color: var(--lime);
  margin-right: 8px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.faq-list summary {
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.faq-list summary:after {
  content: "+";
  color: var(--green);
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list p {
  font-size: 12px;
  color: var(--muted);
  max-width: 600px;
}
.contact-section {
  padding: 110px 0;
  background: var(--paper-2);
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.contact-copy p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
}
.lead-form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  padding: 11px 12px;
  color: var(--ink);
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  resize: vertical;
}
.lead-form .button {
  width: 100%;
  margin-top: 4px;
}
.lead-form > p {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin: 10px 0 0;
}
.lead-form > p a {
  color: var(--green);
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
}
.site-footer {
  padding: 30px 0;
  background: var(--ink);
  color: var(--white);
}
.site-footer .shell {
  display: flex;
  align-items: center;
  gap: 25px;
}
.site-footer p {
  font-size: 10px;
  color: #858b7e;
}
.site-footer > div > div {
  margin-left: auto;
  display: flex;
  gap: 18px;
  align-items: center;
}
.site-footer a,
.site-footer span {
  font-size: 9px;
  color: #858b7e;
  text-decoration: none;
}
.site-footer .logo {
  color: #fff;
  font-size: 13px;
}
.privacy-bar {
  position: fixed;
  z-index: 200;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(920px, calc(100% - 36px));
  margin: auto;
  padding: 15px 16px;
  border: 1px solid #34382f;
  border-radius: 14px;
  background: #11130d;
  color: #f7f5ee;
  box-shadow: 0 18px 48px rgba(17, 19, 13, 0.25);
}
.privacy-bar[hidden] {
  display: none;
}
.privacy-bar div {
  display: grid;
  gap: 2px;
  flex: 1;
}
.privacy-bar strong {
  font-size: 13px;
}
.privacy-bar span,
.privacy-bar a {
  color: #b7bcae;
  font-size: 11px;
}
.privacy-bar a {
  white-space: nowrap;
}
.privacy-bar button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: #91ce41;
  color: #11130d;
  padding: 9px 15px;
  font-weight: 900;
  cursor: pointer;
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #5d9e24;
  outline-offset: 3px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(146, 210, 56, 0.35);
  }
  60% {
    box-shadow: 0 0 0 7px rgba(146, 210, 56, 0);
  }
}
@keyframes ping-core {
  50% {
    transform: scale(0.65);
    opacity: 0.55;
  }
}
@keyframes scan {
  0%,
  15% {
    transform: translateY(0);
    opacity: 0;
  }
  35% {
    opacity: 0.8;
  }
  80%,
  100% {
    transform: translateY(82px);
    opacity: 0;
  }
}
@keyframes scan-small {
  0%,
  15% {
    transform: translateY(0);
    opacity: 0;
  }
  35% {
    opacity: 0.8;
  }
  80%,
  100% {
    transform: translateY(56px);
    opacity: 0;
  }
}
@keyframes signal {
  50% {
    transform: scale(1.07);
    opacity: 0.55;
  }
}
@keyframes review {
  50% {
    box-shadow: 0 0 0 7px rgba(47, 92, 200, 0.08);
    border-color: rgba(47, 92, 200, 0.5);
  }
}
@keyframes draw {
  from {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
  }
  to {
    stroke-dasharray: 1200;
    stroke-dashoffset: 0;
  }
}
@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }
  .hero-layout,
  .dashboard-layout,
  .engagement-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .team-stage {
    height: 590px;
  }
  .hero-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .hero-metrics > div:nth-child(2) {
    border-right: 0;
  }
  .split-heading,
  .monitor-heading,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .value-rail {
    grid-template-columns: 1fr 1fr;
  }
  .value-rail article:nth-child(2) {
    border-right: 0;
  }
  .value-rail article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .agent-grid {
    grid-template-columns: 1fr 1fr;
  }
  .console-body {
    grid-template-columns: 1fr;
  }
  .guardrail-panel {
    border-right: 0;
    border-bottom: 1px solid #252a20;
  }
  .decision-panel blockquote {
    margin: 30px 0;
  }
  .heartbeat-bar {
    grid-template-columns: repeat(4, 1fr);
  }
  .heartbeat-item:nth-child(4) {
    border-right: 0;
  }
  .heartbeat-item:nth-child(-n + 4) {
    border-bottom: 1px solid #252a20;
  }
  .case-methods {
    grid-template-columns: 1fr;
  }
  .case-methods > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .case-methods > div:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 720px) {
  .operator-note {
    margin-top: 64px;
  }
  .privacy-bar {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .privacy-bar div {
    flex-basis: 100%;
  }
  .privacy-bar a {
    flex: 1;
  }
  .privacy-bar button {
    min-height: 44px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
  }
  .capability-grid a {
    min-height: 0;
  }
  .operator-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 10px 18px;
    line-height: 1.3;
  }
  .operating-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .operating-copy h2 {
    font-size: clamp(38px, 12vw, 56px);
  }
  .hero-network-art {
    top: 66px;
    right: -215px;
    width: 570px;
    opacity: 0.1;
  }
  .shell {
    width: min(100% - 28px, 1180px);
  }
  .site-nav {
    height: 64px;
  }
  .nav-inner {
    height: 64px;
  }
  .nav-toggle {
    display: block;
    margin-left: auto;
  }
  .nav-cta {
    display: none;
  }
  .navlinks {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 58px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 18px 50px rgba(17, 19, 13, 0.14);
  }
  .navlinks.open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .navlinks a {
    padding: 11px;
    border-bottom: 1px solid var(--line);
  }
  .navlinks a:last-child {
    border-bottom: 0;
  }
  .navlinks .nav-mobile-cta {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    border: 0;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-weight: 800;
  }
  .navlinks .nav-mobile-cta:hover {
    background: #244f08;
    color: #fff;
  }
  .section {
    padding: 84px 0;
  }
  .hero {
    padding: 88px 0 24px;
  }
  .hero-copy h1 {
    font-size: clamp(48px, 15vw, 74px);
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .team-stage {
    height: 510px;
    border-radius: 24px;
  }
  .stage-orbit {
    width: 220px;
    height: 220px;
  }
  .stage-center {
    width: 112px;
    height: 112px;
  }
  .stage-agent {
    width: 102px;
  }
  .stage-agent:before {
    width: 88px;
    height: 88px;
    left: 7px;
  }
  .stage-agent img {
    width: 80px;
    height: 80px;
    border-radius: 24px;
  }
  .stage-max {
    left: 18px;
    top: 98px;
  }
  .stage-reese {
    right: 16px;
    top: 100px;
  }
  .stage-sam {
    left: 20px;
    bottom: 74px;
  }
  .stage-jordan {
    right: 18px;
    bottom: 74px;
  }
  .hero-metrics > div {
    display: block;
  }
  .hero-metrics span {
    display: block;
  }
  .value-rail,
  .agent-grid {
    grid-template-columns: 1fr;
  }
  .value-rail article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 170px;
  }
  .value-rail article:last-child {
    border-bottom: 0;
  }
  .agent-card {
    padding: 12px;
  }
  .agent-card-bio {
    min-height: 0;
  }
  .modal-grid {
    grid-template-columns: 1fr;
  }
  .agent-modal {
    padding: 20px;
  }
  .modal-profile h3 {
    font-size: 27px;
  }
  .monitor-console {
    border-radius: 18px;
  }
  .monitor-console > header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    height: 68px;
  }
  .console-live time {
    display: none;
  }
  .guardrail-panel,
  .decision-panel {
    padding: 20px;
  }
  .guardrail-number {
    display: block;
  }
  .guardrail-number span {
    display: block;
  }
  .heartbeat-bar {
    grid-template-columns: 1fr 1fr;
  }
  .heartbeat-item:nth-child(2n) {
    border-right: 0;
  }
  .heartbeat-item {
    border-bottom: 1px solid #252a20;
  }
  .case-identity {
    height: 100px;
  }
  .case-methods > div {
    padding: 20px;
  }
  .protected-case footer {
    flex-direction: column;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .site-footer .shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer > div > div {
    margin-left: 0;
    flex-wrap: wrap;
  }
  .split-heading h2,
  .monitor-heading h2,
  .dashboard-copy h2,
  .engagement-copy h2,
  .faq-layout h2,
  .contact-copy h2 {
    font-size: clamp(38px, 12vw, 56px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .stage-orbit,
  .stage-agent:before,
  .agent-portrait:before,
  .agent-portrait:after,
  .mini-portrait:before,
  .live-label i,
  .console-live > span,
  .memory-pulse:after,
  .chart-path {
    animation: none !important;
  }
  .button {
    transition: none;
  }
}
