.synergy-body {
  overflow-x: hidden;
}

.synergy-body .doc-eyebrow {
  letter-spacing: 0;
}

.synergy-page {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 4.5rem 1.5rem 7rem;
}

.synergy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  gap: 2rem;
  align-items: end;
  min-height: 74vh;
  padding: 1.5rem 0 4rem;
}

.synergy-mark {
  width: 72px;
  height: 72px;
  display: block;
  margin-bottom: 1.5rem;
}

.synergy-hero h1,
.synergy-section-heading h2,
.synergy-loop-section h2,
.synergy-footer-cta h2 {
  font-family: var(--serif);
  font-weight: 800;
  line-height: 1.02;
  color: var(--text);
}

.synergy-hero h1 {
  max-width: 920px;
  font-size: 5rem;
  margin-bottom: 1.35rem;
}

.synergy-hero p,
.synergy-section-heading p,
.synergy-loop-section > p,
.synergy-footer-cta > p {
  color: var(--text-dim);
}

.synergy-hero-copy > p {
  max-width: 760px;
  font-size: 1.16rem;
  line-height: 1.65;
}

.synergy-hero-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.synergy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.05rem;
  border: 1px solid rgba(244, 163, 0, 0.26);
  border-radius: 8px;
  color: var(--text);
  text-decoration: none;
  font-weight: 650;
  line-height: 1.1;
  background: rgba(255, 255, 255, 0.035);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.synergy-button:hover {
  color: var(--gold-bright);
  border-color: rgba(244, 163, 0, 0.58);
  background: rgba(244, 163, 0, 0.08);
}

.synergy-button.primary {
  color: #0a0a0b;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  border-color: transparent;
}

.synergy-button.primary:hover {
  color: #0a0a0b;
  background: linear-gradient(135deg, #ffc24a, var(--gold-bright));
}

.synergy-hero-proof {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(244, 163, 0, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 163, 0, 0.11), rgba(99, 102, 241, 0.045)),
    rgba(18, 18, 21, 0.86);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.synergy-hero-proof div {
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 7px;
  background: rgba(10, 10, 11, 0.58);
}

.synergy-hero-proof span,
.section-kicker,
.inspector-eyebrow,
.inspector-block span,
.synergy-link-grid span {
  display: block;
  margin-bottom: 0.32rem;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.synergy-hero-proof strong {
  display: block;
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.45;
}

.synergy-stage-section,
.synergy-grid-section,
.synergy-loop-section,
.synergy-footer-cta {
  margin-top: 4rem;
}

#living-model {
  scroll-margin-top: 5.5rem;
}

.synergy-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr);
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 1.2rem;
}

.synergy-section-heading h2,
.synergy-loop-section h2,
.synergy-footer-cta h2 {
  font-size: 3rem;
}

.synergy-section-heading p {
  max-width: 540px;
  font-size: 1rem;
  line-height: 1.6;
}

.synergy-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 163, 0, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(244, 163, 0, 0.06), transparent 24%, rgba(34, 211, 238, 0.045) 58%, transparent 80%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    rgba(13, 13, 17, 0.96);
  background-size: auto, 44px 44px, 44px 44px, auto;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42);
}

.synergy-stage::before {
  content: "";
  position: absolute;
  inset: 56px 0 220px 0;
  pointer-events: none;
  background:
    linear-gradient(27deg, transparent 0 45%, rgba(244, 163, 0, 0.07) 46%, transparent 49%),
    linear-gradient(153deg, transparent 0 51%, rgba(34, 211, 238, 0.06) 52%, transparent 55%);
  opacity: 0.8;
}

.synergy-toolbar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 11, 0.72);
}

.synergy-toolbar button {
  min-height: 36px;
  padding: 0.42rem 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.035);
  font-family: var(--mono);
  font-size: 0.72rem;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.synergy-toolbar button:hover,
.synergy-toolbar button:focus-visible {
  color: var(--gold-bright);
  border-color: rgba(244, 163, 0, 0.46);
  background: rgba(244, 163, 0, 0.08);
  outline: none;
}

.toolbar-divider {
  width: 1px;
  height: 28px;
  margin: 0 0.15rem;
  background: rgba(255, 255, 255, 0.12);
}

.synergy-toolbar .layer-toggle {
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
}

.synergy-toolbar .layer-toggle[aria-pressed="true"] {
  color: var(--text);
  border-color: rgba(244, 163, 0, 0.38);
  background: rgba(244, 163, 0, 0.08);
}

.example-strip {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 11, 0.45);
}

.example-strip span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.example-strip button {
  min-height: 34px;
  padding: 0.38rem 0.72rem;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 7px;
  color: var(--text-dim);
  background: rgba(34, 211, 238, 0.045);
  font-family: var(--mono);
  font-size: 0.72rem;
  cursor: pointer;
}

.example-strip button:hover,
.example-strip button:focus-visible,
.example-strip button.is-running {
  color: var(--text);
  border-color: rgba(244, 163, 0, 0.58);
  background: rgba(244, 163, 0, 0.08);
  outline: none;
}

.example-strip p {
  min-width: min(100%, 360px);
  margin-left: auto;
  color: var(--text-dim);
  font-size: 0.82rem;
  line-height: 1.35;
}

.system-pulse-rail {
  display: grid;
  grid-template-columns: minmax(180px, 0.3fr) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: stretch;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.055), transparent 48%),
    rgba(10, 10, 11, 0.35);
}

.system-pulse-heading {
  min-width: 0;
  padding: 0.62rem 0.75rem;
  border: 1px solid rgba(34, 211, 238, 0.12);
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.035);
}

.system-pulse-heading span {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.system-pulse-heading p {
  color: var(--text-dim);
  font-size: 0.82rem;
  line-height: 1.35;
}

.system-pulse-feed {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 0.55rem;
  list-style: none;
}

.system-pulse-feed li {
  min-width: 0;
}

.system-pulse-feed button {
  width: 100%;
  min-height: 86px;
  display: grid;
  gap: 0.18rem;
  align-content: start;
  padding: 0.62rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: var(--text);
  text-align: left;
  background: rgba(255, 255, 255, 0.026);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.system-pulse-feed button:hover,
.system-pulse-feed button:focus-visible {
  border-color: rgba(34, 211, 238, 0.45);
  background: rgba(34, 211, 238, 0.06);
  outline: none;
}

.system-pulse-feed li.is-new button {
  border-color: rgba(255, 183, 48, 0.58);
  background:
    linear-gradient(135deg, rgba(244, 163, 0, 0.12), rgba(34, 211, 238, 0.04)),
    rgba(255, 255, 255, 0.035);
  animation: pulse-feed-arrive 420ms ease-out;
}

.system-pulse-feed span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.64rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.system-pulse-feed strong {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.22;
}

.system-pulse-feed em {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.28;
}

.synergy-map-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 760px;
}

.synergy-map-viewport {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  cursor: grab;
  touch-action: none;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(244, 163, 0, 0.08), transparent 21%),
    radial-gradient(ellipse at 52% 48%, rgba(34, 211, 238, 0.055), transparent 45%);
}

.synergy-map-viewport.is-dragging {
  cursor: grabbing;
}

.synergy-map-world {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1180px;
  height: 780px;
  margin-left: -590px;
  margin-top: -390px;
  transform-origin: center;
  will-change: transform;
}

.synergy-map-edges,
.synergy-map-nodes,
.organism-field,
.map-core-label {
  position: absolute;
  inset: 0;
}

.synergy-map-edges {
  overflow: visible;
  pointer-events: none;
}

.map-edge {
  fill: none;
  stroke: rgba(181, 181, 176, 0.25);
  stroke-width: 1.25;
  opacity: 0.12;
  stroke-linecap: round;
  stroke-dasharray: 8 12 2 12;
  animation: signal-flow 3.8s linear infinite;
  transition: opacity 180ms ease, stroke 180ms ease, stroke-width 180ms ease;
}

.map-edge.flow-feed {
  stroke: rgba(52, 211, 153, 0.55);
  animation-duration: 3.1s;
}

.map-edge.flow-read {
  stroke: rgba(34, 211, 238, 0.55);
  animation-duration: 3.4s;
}

.map-edge.flow-act {
  stroke: rgba(255, 183, 48, 0.62);
  animation-duration: 2.8s;
}

.map-edge.flow-proof {
  stroke: rgba(139, 92, 246, 0.58);
  animation-duration: 3.2s;
}

.map-edge.flow-learn {
  stroke: rgba(244, 163, 0, 0.7);
  animation-duration: 4.2s;
}

.map-edge.flow-guard {
  stroke: rgba(248, 113, 113, 0.52);
  stroke-dasharray: 3 10 2 10;
  animation-duration: 4.6s;
}

.map-edge.flow-method {
  stroke: rgba(255, 183, 48, 0.48);
  stroke-dasharray: 5 11 2 11;
}

.map-edge.variant-method-loop,
.map-edge.is-arterial.variant-method-loop {
  opacity: 0.34;
  stroke-width: 1.65;
  stroke-dasharray: 8 14;
  filter: drop-shadow(0 0 8px rgba(255, 183, 48, 0.14));
}

.map-edge.variant-method-bridge,
.map-edge.is-arterial.variant-method-bridge {
  opacity: 0.24;
  stroke: rgba(245, 245, 240, 0.4);
  stroke-width: 1.35;
  stroke-dasharray: 2 12;
}

.map-edge.priority-p0 {
  opacity: 0.38;
  stroke-width: 1.95;
}

.map-edge.priority-p1 {
  opacity: 0.3;
  stroke-width: 1.65;
}

.map-edge.priority-p2 {
  opacity: 0.2;
}

.map-edge.priority-p3 {
  opacity: 0.12;
}

.map-edge.priority-p4 {
  opacity: 0.07;
  stroke-width: 1;
}

.map-edge.is-arterial {
  opacity: 0.54;
  stroke-width: 1.75;
}

.map-edge.is-arterial.priority-p0 {
  opacity: 0.64;
  stroke-width: 2.05;
}

.map-edge.is-arterial.priority-p1 {
  opacity: 0.48;
  stroke-width: 1.85;
}

.map-edge.is-arterial.priority-p2 {
  opacity: 0.34;
}

.map-edge.is-arterial.priority-p3,
.map-edge.is-arterial.priority-p4 {
  opacity: 0.18;
}

.map-edge.variant-method-loop,
.map-edge.is-arterial.variant-method-loop {
  opacity: 0.34;
  stroke-width: 1.65;
  stroke-dasharray: 8 14;
  filter: drop-shadow(0 0 8px rgba(255, 183, 48, 0.14));
}

.map-edge.variant-method-bridge,
.map-edge.is-arterial.variant-method-bridge {
  opacity: 0.24;
  stroke: rgba(245, 245, 240, 0.4);
  stroke-width: 1.35;
  stroke-dasharray: 2 12;
}

.map-edge.is-primary {
  stroke-width: 2.8;
  opacity: 0.98;
  filter: drop-shadow(0 0 8px rgba(255, 183, 48, 0.28));
}

.map-edge.is-primary.is-outgoing {
  stroke: rgba(255, 183, 48, 0.96);
}

.map-edge.is-primary.is-incoming {
  stroke: rgba(34, 211, 238, 0.92);
}

.map-edge.is-secondary {
  stroke-width: 2;
  opacity: 0.78;
}

.map-edge.is-dimmed {
  opacity: 0.1;
}

.map-edge.is-layer-hidden:not(.is-sequence-active):not(.is-sequence-complete):not(.is-ambient-active) {
  opacity: 0;
  animation: none;
  marker-end: none;
}

.map-edge.is-sequence-path {
  opacity: 1;
  stroke-width: 3.1;
  filter: drop-shadow(0 0 10px rgba(255, 183, 48, 0.32));
}

.synergy-stage.is-sequencing .map-edge {
  opacity: 0;
  animation: none;
}

.synergy-stage.is-sequencing .map-edge.is-sequence-complete {
  opacity: 0.22;
  stroke-width: 1.8;
}

.synergy-stage.is-sequencing .map-edge.is-sequence-active {
  opacity: 1;
  stroke-width: 2.2;
  stroke-dasharray: none;
  animation: none;
  stroke: rgba(255, 183, 48, 0.5);
  filter: drop-shadow(0 0 12px rgba(255, 183, 48, 0.38));
}

.map-edge.is-ambient-active {
  opacity: 1;
  stroke-width: 2.35;
  stroke: rgba(255, 183, 48, 0.8);
  stroke-dasharray: none;
  filter: drop-shadow(0 0 10px rgba(255, 183, 48, 0.38));
}

.sequence-packet,
.sequence-packet-trail,
.ambient-packet-head {
  fill: var(--gold-bright);
  stroke: rgba(255, 247, 224, 0.92);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 10px rgba(255, 183, 48, 0.82));
  pointer-events: none;
}

.sequence-packet-trail {
  fill: rgba(255, 183, 48, 0.36);
  stroke: transparent;
  filter: drop-shadow(0 0 6px rgba(255, 183, 48, 0.48));
}

.sequence-packet-dash {
  stroke: var(--gold-bright);
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 12px rgba(255, 183, 48, 0.9));
  pointer-events: none;
}

.ambient-packet-tail {
  stroke: var(--gold-bright);
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 10px rgba(255, 183, 48, 0.8));
  pointer-events: none;
}

.organism-field {
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(var(--map-spread, 1));
}

.field-skin {
  width: 1080px;
  height: 700px;
  border: 1px solid rgba(52, 211, 153, 0.18);
  border-radius: 48% 52% 55% 45% / 47% 44% 56% 53%;
  box-shadow: 0 0 55px rgba(52, 211, 153, 0.055) inset;
}

.field-nervous {
  width: 870px;
  height: 545px;
  border: 1px solid rgba(34, 211, 238, 0.24);
  border-radius: 55% 45% 49% 51% / 42% 54% 46% 58%;
  transform: translate(-50%, -50%) rotate(-7deg) scale(var(--map-spread, 1));
}

.field-core {
  width: 455px;
  height: 285px;
  border: 1px solid rgba(244, 163, 0, 0.3);
  border-radius: 46% 54% 43% 57% / 53% 42% 58% 47%;
  background: rgba(244, 163, 0, 0.035);
  animation: organism-breathe 4.8s ease-in-out infinite;
}

.field-action {
  width: 710px;
  height: 410px;
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 43% 57% 51% 49% / 59% 45% 55% 41%;
  transform: translate(-50%, -50%) rotate(8deg) scale(var(--map-spread, 1));
}

.map-core-label {
  inset: 50% auto auto 50%;
  z-index: 560;
  width: 182px;
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(244, 163, 0, 0.38);
  border-radius: 8px;
  color: var(--text);
  text-align: center;
  background:
    linear-gradient(160deg, rgba(244, 163, 0, 0.17), rgba(34, 211, 238, 0.06)),
    rgba(10, 10, 11, 0.88);
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}

.map-core-label::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(255, 183, 48, 0.22);
  border-radius: 8px;
  animation: tissue-pulse 2.8s ease-in-out infinite;
}

.map-core-label span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.map-core-label strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.05;
}

.sequence-callout {
  position: absolute;
  z-index: 980;
  width: 230px;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(244, 163, 0, 0.45);
  border-radius: 8px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(244, 163, 0, 0.14), rgba(34, 211, 238, 0.06)),
    rgba(10, 10, 11, 0.9);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35), 0 0 26px rgba(244, 163, 0, 0.09);
  transform: translate(22px, -42px);
  animation: callout-arrive 240ms ease-out;
  pointer-events: none;
}

.sequence-callout[hidden] {
  display: none;
}

.sequence-callout span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.sequence-callout strong {
  display: block;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.2;
}

.sequence-callout p {
  margin-top: 0.35rem;
  color: var(--text-dim);
  font-size: 0.78rem;
  line-height: 1.35;
}

.map-node {
  position: absolute;
  display: grid;
  gap: 0.22rem;
  min-width: 122px;
  max-width: 178px;
  padding: 0.62rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: var(--text);
  text-align: left;
  background: rgba(17, 17, 21, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: border-color 180ms ease, background 180ms ease, opacity 180ms ease, filter 180ms ease, transform 180ms ease;
  will-change: left, top, transform;
}

.synergy-stage.is-sequencing .map-node {
  opacity: 0.18;
  filter: saturate(0.58);
}

.map-node::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 8px;
  top: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.68;
  animation: node-pulse 2.6s ease-in-out infinite;
  animation-delay: var(--pulse-delay, 0ms);
}

.node-pin {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(10, 10, 11, 0.96);
  box-shadow: 0 0 0 2px rgba(10, 10, 11, 0.9), 0 0 10px color-mix(in srgb, currentColor 24%, transparent);
  opacity: 0.28;
  pointer-events: none;
  transition: opacity 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.node-pin.is-connected {
  background: currentColor;
  opacity: 0.86;
  box-shadow: 0 0 0 2px rgba(10, 10, 11, 0.92), 0 0 13px color-mix(in srgb, currentColor 38%, transparent);
}

.pin-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pin-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

.pin-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.pin-left {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.map-node:hover,
.map-node:focus-visible {
  border-color: rgba(244, 163, 0, 0.65);
  background: rgba(27, 22, 15, 0.94);
  outline: none;
}

.map-node span {
  color: var(--text-muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0;
}

.map-node strong {
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.1;
}

.map-node em {
  color: var(--text-dim);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.25;
}

.node-layer em,
.node-support em {
  display: none;
}

.node-method {
  color: var(--gold-bright);
  border-color: rgba(244, 163, 0, 0.34);
  min-width: 124px;
  max-width: 132px;
  padding: 0.55rem 0.62rem;
}

.node-foundation {
  color: #22d3ee;
  border-color: rgba(34, 211, 238, 0.36);
  min-width: 166px;
}

.node-pilot {
  color: var(--gold);
  border-color: rgba(244, 163, 0, 0.28);
}

.node-layer {
  color: #34d399;
  border-color: rgba(52, 211, 153, 0.26);
  min-width: 145px;
}

.node-support {
  color: #a78bfa;
  border-color: rgba(167, 139, 250, 0.22);
  min-width: 112px;
  max-width: 154px;
}

.map-node.priority-p0 {
  opacity: 1;
  filter: saturate(1.08) contrast(1.04);
  border-width: 1.2px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42), 0 0 28px rgba(34, 211, 238, 0.055);
}

.map-node.priority-p0 span {
  color: rgba(255, 183, 48, 0.92);
}

.map-node.priority-p0 strong {
  font-size: 0.96rem;
}

.map-node.priority-p1 {
  opacity: 0.88;
  filter: saturate(0.98);
}

.map-node.priority-p2 {
  opacity: 0.74;
  filter: saturate(0.84);
}

.map-node.priority-p3 {
  opacity: 0.58;
  filter: saturate(0.72);
}

.map-node.node-method.priority-p3 {
  opacity: 0.76;
  filter: saturate(0.9);
}

.map-node.priority-p4 {
  opacity: 0.42;
  filter: saturate(0.62);
}

.map-node.priority-p4 strong {
  color: rgba(245, 245, 240, 0.82);
}

.map-node.priority-p4 span {
  color: rgba(181, 181, 176, 0.5);
}

.map-node:hover,
.map-node:focus-visible {
  opacity: 1;
  filter: saturate(1.06);
}

.map-node:hover .node-pin,
.map-node:focus-visible .node-pin,
.map-node.is-active .node-pin,
.map-node.is-related .node-pin,
.map-node.is-sequence-visited .node-pin,
.map-node.is-sequence-source .node-pin,
.map-node.is-sequence-current .node-pin,
.map-node.is-ambient-source .node-pin,
.map-node.is-ambient-target .node-pin {
  opacity: 0.95;
  background: rgba(18, 18, 22, 0.98);
  box-shadow: 0 0 0 2px rgba(10, 10, 11, 0.94), 0 0 14px color-mix(in srgb, currentColor 42%, transparent);
}

.map-node:hover .node-pin.is-connected,
.map-node:focus-visible .node-pin.is-connected,
.map-node.is-active .node-pin.is-connected,
.map-node.is-related .node-pin.is-connected,
.map-node.is-sequence-visited .node-pin.is-connected,
.map-node.is-sequence-source .node-pin.is-connected,
.map-node.is-sequence-current .node-pin.is-connected,
.map-node.is-ambient-source .node-pin.is-connected,
.map-node.is-ambient-target .node-pin.is-connected {
  background: currentColor;
  opacity: 1;
}

.map-node.is-active {
  opacity: 1;
  filter: saturate(1.12);
  border-color: var(--gold-bright);
  background:
    linear-gradient(135deg, rgba(244, 163, 0, 0.18), rgba(34, 211, 238, 0.08)),
    rgba(18, 18, 22, 0.98);
  box-shadow: 0 0 0 1px rgba(244, 163, 0, 0.2), 0 24px 54px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%) scale(1.05);
}

.map-node.is-sequence-visited {
  opacity: 1;
  border-color: rgba(244, 163, 0, 0.48);
  filter: saturate(1.08);
}

.map-node.is-sequence-source {
  opacity: 1;
  filter: saturate(1.1);
}

.map-node.is-sequence-source::before {
  content: "";
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(255, 183, 48, 0.8);
  border-radius: 10px;
  animation: source-ring 900ms ease-out infinite;
  pointer-events: none;
}

.map-node.is-sequence-current {
  border-color: var(--gold-bright);
  background:
    linear-gradient(135deg, rgba(244, 163, 0, 0.22), rgba(34, 211, 238, 0.08)),
    rgba(18, 18, 22, 0.98);
  box-shadow: 0 0 0 1px rgba(244, 163, 0, 0.3), 0 0 34px rgba(244, 163, 0, 0.2);
  animation: node-arrive 420ms ease-out;
}

.map-node.is-ambient-source,
.map-node.is-ambient-target {
  opacity: 1;
  filter: saturate(1.08);
  border-color: rgba(255, 183, 48, 0.62);
  background:
    linear-gradient(135deg, rgba(244, 163, 0, 0.16), rgba(34, 211, 238, 0.06)),
    rgba(18, 18, 22, 0.98);
  box-shadow: 0 0 0 1px rgba(244, 163, 0, 0.2), 0 0 22px rgba(244, 163, 0, 0.14);
}

.map-node.is-ambient-source::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(255, 183, 48, 0.66);
  border-radius: 10px;
  animation: ambient-source-ring 760ms ease-out infinite;
  pointer-events: none;
}

.map-node.is-ambient-target {
  animation: ambient-target-hit 620ms ease-out;
}

.map-node.is-related {
  opacity: 0.92;
  filter: saturate(1);
  border-color: rgba(34, 211, 238, 0.62);
}

.map-node.is-dimmed {
  opacity: 0.34;
  filter: saturate(0.72);
}

.synergy-stage.is-sequencing .map-node.is-sequence-visited,
.synergy-stage.is-sequencing .map-node.is-sequence-current,
.synergy-stage.is-sequencing .map-node.is-sequence-source {
  opacity: 1;
}

.synergy-stage.is-paused .map-edge,
.synergy-stage.is-paused .map-node::after,
.synergy-stage.is-paused .map-node.is-ambient-source::before,
.synergy-stage.is-paused .map-core-label::after,
.synergy-stage.is-paused .field-core {
  animation-play-state: paused;
}

.synergy-inspector {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 183, 48, 0.07), transparent 38%),
    rgba(10, 10, 11, 0.56);
}

.inspector-summary {
  align-self: stretch;
  padding: 0.9rem;
  border: 1px solid rgba(244, 163, 0, 0.14);
  border-radius: 8px;
  background: rgba(244, 163, 0, 0.035);
}

.synergy-inspector h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.05;
}

.inspector-tagline {
  margin-top: 0.75rem;
  color: var(--text-dim);
  font-size: 1rem;
  line-height: 1.5;
}

.inspector-block {
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.inspector-block p,
.inspector-block li {
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.55;
}

.inspector-block ul {
  display: grid;
  gap: 0.36rem;
  list-style: none;
}

.inspector-block li::before {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.46rem;
  border-radius: 999px;
  background: var(--gold);
  vertical-align: 0.07rem;
}

.synergy-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.synergy-value-grid article,
.loop-strip div,
.synergy-link-grid a {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.synergy-value-grid article {
  min-height: 250px;
  padding: 1.05rem;
}

.synergy-value-grid span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.78rem;
}

.synergy-value-grid h3 {
  margin: 1rem 0 0.75rem;
  color: var(--text);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.15;
}

.synergy-value-grid p {
  color: var(--text-dim);
  font-size: 0.94rem;
  line-height: 1.55;
}

.synergy-loop-section,
.synergy-footer-cta {
  padding: 2rem;
  border: 1px solid rgba(244, 163, 0, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(244, 163, 0, 0.1), transparent 34%),
    rgba(19, 19, 22, 0.68);
}

.synergy-loop-section h2,
.synergy-footer-cta h2 {
  max-width: 920px;
  margin-bottom: 1.2rem;
}

.loop-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.loop-strip div {
  min-height: 160px;
  padding: 1rem;
}

.loop-strip strong {
  display: block;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.15;
  margin-bottom: 0.65rem;
}

.loop-strip span {
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.5;
}

.synergy-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.synergy-link-grid a {
  min-height: 124px;
  padding: 1rem;
  color: var(--text);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.synergy-link-grid a:hover {
  border-color: rgba(244, 163, 0, 0.5);
  background: rgba(244, 163, 0, 0.07);
}

.synergy-link-grid strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
}

@keyframes signal-flow {
  to {
    stroke-dashoffset: -116;
  }
}

@keyframes sequence-dash {
  to {
    stroke-dashoffset: -64;
  }
}

@keyframes node-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.82);
  }
  45% {
    opacity: 0.95;
    transform: scale(1.25);
  }
}

@keyframes tissue-pulse {
  0%, 100% {
    opacity: 0.18;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.55;
    transform: scale(1.07);
  }
}

@keyframes organism-breathe {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.99);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.03);
  }
}

@keyframes source-ring {
  0% {
    opacity: 0.9;
    transform: scale(0.94);
  }
  100% {
    opacity: 0;
    transform: scale(1.24);
  }
}

@keyframes ambient-source-ring {
  0% {
    opacity: 0.72;
    transform: scale(0.95);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes ambient-target-hit {
  0% {
    transform: translate(-50%, -50%) scale(0.98);
  }
  44% {
    transform: translate(-50%, -50%) scale(1.06);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes node-arrive {
  0% {
    transform: translate(-50%, -50%) scale(0.94);
  }
  55% {
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes callout-arrive {
  from {
    opacity: 0;
    transform: translate(18px, -30px);
  }
  to {
    opacity: 1;
    transform: translate(22px, -42px);
  }
}

@keyframes pulse-feed-arrive {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1050px) {
  .synergy-hero,
  .synergy-section-heading,
  .synergy-map-wrap {
    grid-template-columns: 1fr;
  }

  .synergy-hero {
    min-height: auto;
  }

  .synergy-hero h1 {
    font-size: 3.65rem;
  }

  .synergy-map-wrap {
    min-height: 0;
  }

  .synergy-stage::before {
    inset: 56px 0 340px 0;
  }

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

  .system-pulse-rail {
    grid-template-columns: 1fr;
  }

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

  .inspector-summary {
    grid-column: 1 / -1;
  }

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

@media (max-width: 720px) {
  .synergy-page {
    padding: 3.2rem 1rem 5rem;
  }

  #living-model {
    scroll-margin-top: 7rem;
  }

  .synergy-hero {
    padding-bottom: 2.5rem;
  }

  .synergy-hero h1,
  .synergy-section-heading h2,
  .synergy-loop-section h2,
  .synergy-footer-cta h2 {
    font-size: 2.35rem;
  }

  .synergy-hero-copy > p {
    font-size: 1rem;
  }

  .synergy-map-viewport {
    min-height: 560px;
  }

  .example-strip p {
    margin-left: 0;
  }

  .system-pulse-feed {
    grid-template-columns: 1fr;
  }

  .synergy-inspector {
    grid-template-columns: 1fr;
  }

  .map-node {
    min-width: 116px;
    max-width: 144px;
    padding: 0.55rem 0.6rem;
  }

  .map-node strong {
    font-size: 0.82rem;
  }

  .map-node em {
    display: none;
  }

  .synergy-value-grid,
  .loop-strip,
  .synergy-link-grid {
    grid-template-columns: 1fr;
  }

  .synergy-loop-section,
  .synergy-footer-cta {
    padding: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .synergy-button,
  .synergy-toolbar button,
  .map-node,
  .map-edge,
  .sequence-packet,
  .ambient-packet-head,
  .ambient-packet-tail,
  .map-node::after,
  .map-node.is-sequence-source::before,
  .map-node.is-ambient-source::before,
  .map-core-label::after,
  .field-core,
  .sequence-callout,
  .system-pulse-feed li.is-new button,
  .synergy-link-grid a {
    animation: none;
    transition: none;
  }
}
