:root {
  --or-ink: #10141a;
  --or-ink-soft: #192231;
  --or-paper: #f4f5f2;
  --or-surface: #ffffff;
  --or-muted: #687384;
  --or-line: rgba(16, 20, 26, 0.1);
  --or-blue: #2f6fe0;
  --or-blue-soft: #eaf1ff;
  --or-green: #21845a;
  --or-green-soft: #e4f5ec;
  --or-amber: #c08320;
  --or-amber-soft: #fff1d8;
  --or-red: #c94f48;
  --or-red-soft: #fbe9e7;
  --or-radius: 28px;
  --or-shadow: 0 30px 90px rgba(23, 33, 48, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.page-etl-orchestration {
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 88% 7%, rgba(47, 111, 224, 0.12), transparent 27rem),
    radial-gradient(circle at 4% 31%, rgba(44, 157, 124, 0.08), transparent 30rem),
    var(--or-paper);
  color: var(--or-ink);
  font-family: var(--font-brand), ui-sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-etl-orchestration button,
.page-etl-orchestration a {
  font: inherit;
}

.page-etl-orchestration button {
  color: inherit;
}

.page-etl-orchestration button:focus-visible,
.page-etl-orchestration a:focus-visible {
  outline: 2px solid var(--or-blue);
  outline-offset: 3px;
}

.page-etl-orchestration ::selection {
  background: var(--or-blue);
  color: #fff;
}

.or-page {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.or-shell {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}

.or-ambient {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.or-ambient::before,
.or-ambient::after {
  position: absolute;
  border-radius: 48% 52% 64% 36% / 54% 44% 56% 46%;
  content: "";
  filter: blur(88px);
  opacity: 0.46;
}

.or-ambient::before {
  width: 520px;
  height: 520px;
  top: -260px;
  right: -150px;
  background: rgba(75, 137, 232, 0.24);
}

.or-ambient::after {
  width: 460px;
  height: 460px;
  top: 42%;
  left: -220px;
  background: rgba(53, 155, 117, 0.16);
}

.or-hero {
  position: relative;
  padding-block: 150px 112px;
}

.or-hero-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 48px;
  align-items: end;
}

.or-eyebrow {
  margin: 0 0 18px;
  color: var(--or-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.or-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(54px, 7.1vw, 102px);
  line-height: 0.92;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.or-hero-copy {
  max-width: 470px;
  margin: 0 0 8px;
  color: #455161;
  font-size: 18px;
  line-height: 1.7;
}

.or-capability-strip {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.or-capability-strip span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding-inline: 14px;
  border: 1px solid var(--or-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #4d5867;
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

.or-capability-strip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--or-blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 224, 0.1);
}

/* The control room now holds Hawk-ETL's own canvas, so the chrome around it
   speaks the product's palette instead of the page's marketing blue: the
   accent, the greens and the reds are the tokens orchestration-builder.css
   defines. The override stops at `.or-studio` — the rest of the page keeps the
   site identity. */
.or-studio {
  --or-blue: #5e5ce6;
  --or-blue-soft: #eeeefc;
  --or-green: #248a3d;
  --or-red: #ff3b30;
  --or-line: rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 64px;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 26, 0.11);
  border-radius: var(--or-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--or-shadow);
}

.or-studio-toolbar {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 18px 12px 22px;
  border-bottom: 1px solid var(--or-line);
  background: rgba(250, 251, 252, 0.9);
}

.or-file,
.or-studio-meta,
.or-socket-state,
.or-canvas-title,
.or-run-state {
  display: flex;
  align-items: center;
}

.or-file {
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.or-file strong {
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-file small {
  color: #8a94a2;
  font-size: 10px;
}

.or-studio-meta {
  flex: 0 0 auto;
  gap: 14px;
  color: #778291;
  font-size: 10px;
}

.or-socket-state {
  gap: 8px;
  color: var(--or-green);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.or-socket-state i,
.or-run-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--or-green);
  box-shadow: 0 0 0 5px rgba(33, 132, 90, 0.11);
  animation: orLivePulse 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.or-version {
  padding: 6px 9px;
  border: 1px solid var(--or-line);
  border-radius: 999px;
  color: #4b5665;
  font-weight: 700;
}

.or-studio-body {
  display: grid;
  grid-template-columns: 228px minmax(0, 1fr) 226px;
  min-height: 485px;
}

.or-trigger-panel,
.or-inspector {
  position: relative;
  z-index: 2;
  padding: 24px 20px;
  background: rgba(250, 251, 252, 0.84);
}

.or-trigger-panel {
  border-right: 1px solid var(--or-line);
}

.or-inspector {
  border-left: 1px solid var(--or-line);
}

.or-panel-kicker {
  display: block;
  color: #8994a4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.or-trigger-options {
  display: grid;
  gap: 7px;
  margin-top: 16px;
}

.or-trigger {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--or-line);
  border-radius: 12px;
  background: #fff;
  padding: 9px 11px;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms ease,
    background 180ms ease;
}

.or-trigger::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border: 1.5px solid #98a3b1;
  border-radius: 50%;
  content: "";
}

.or-trigger span {
  display: block;
  font-size: 11px;
  font-weight: 700;
}

.or-trigger small {
  display: block;
  margin-top: 2px;
  color: #919aa7;
  font-size: 8px;
}

.or-trigger:hover {
  transform: translateX(2px);
}

.or-trigger[aria-pressed="true"] {
  border-color: rgba(47, 111, 224, 0.28);
  background: var(--or-blue-soft);
  color: #1758ad;
}

.or-trigger[aria-pressed="true"]::before {
  border-color: var(--or-blue);
  background: var(--or-blue);
  box-shadow: 0 0 0 4px rgba(47, 111, 224, 0.11);
}

.or-schedule-card {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--or-line);
  border-radius: 14px;
  background: #fff;
}

.or-schedule-card span {
  color: #8b95a2;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.or-schedule-card strong {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  letter-spacing: -0.02em;
}

.or-schedule-card p {
  min-height: 43px;
  margin: 7px 0 0;
  color: var(--or-muted);
  font-size: 10px;
  line-height: 1.45;
}

.or-next-run {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid var(--or-line);
  color: #566170;
  font-size: 9px;
}

.or-next-run b {
  color: var(--or-green);
  font-size: 9px;
}

.or-run-actions {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

/* The run control is the only thing to press in this panel, so it is sized and
   lit like it: full width, a glyph that moves on hover, and a press that the
   finger can feel. */
.or-run-button,
.or-retry-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms ease,
    filter 180ms ease;
}

.or-run-button {
  background: linear-gradient(135deg, #6e6cf0, var(--or-blue));
  box-shadow:
    0 10px 24px rgba(94, 92, 230, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff;
}

.or-retry-button {
  min-height: 46px;
  background: var(--or-red);
  box-shadow: 0 10px 24px rgba(255, 59, 48, 0.24);
  color: #fff;
  font-size: 11px;
}

/* The retry control is revealed by the `hidden` property, and the display rule
   above would otherwise outrank the user agent's `[hidden] { display: none }`. */
.or-run-actions [hidden] {
  display: none !important;
}

.or-run-button__glyph {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.or-run-button__glyph svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

/* A light sweep that only crosses the button while the pointer is on it. */
.or-run-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  content: "";
  transform: skewX(-18deg);
  transition: left 620ms ease;
}

.or-run-button:hover,
.or-retry-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.or-run-button:hover {
  box-shadow:
    0 16px 32px rgba(94, 92, 230, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.or-run-button:hover::after {
  left: 115%;
}

.or-run-button:hover .or-run-button__glyph,
.or-retry-button:hover .or-run-button__glyph {
  transform: scale(1.12);
}

.or-run-button:active,
.or-retry-button:active {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 4px 12px rgba(94, 92, 230, 0.24);
}

.or-run-button:focus-visible,
.or-retry-button:focus-visible {
  outline: 2px solid var(--or-blue);
  outline-offset: 3px;
}

/* While the timeline plays the button says so and refuses a second start. */
.or-run-button.is-running {
  cursor: progress;
  filter: none;
  transform: none;
  box-shadow: 0 6px 16px rgba(94, 92, 230, 0.2);
  opacity: 0.86;
}

.or-run-button.is-running::after {
  left: -60%;
}

.or-run-button.is-running .or-run-button__glyph {
  animation: or-run-pulse 1.1s ease-in-out infinite;
}

@keyframes or-run-pulse {
  0%,
  100% {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.18);
  }
  50% {
    transform: scale(1.16);
    background: rgba(255, 255, 255, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .or-run-button,
  .or-retry-button,
  .or-run-button__glyph,
  .or-run-button::after {
    transition: none;
  }

  .or-run-button.is-running .or-run-button__glyph {
    animation: none;
  }
}

.or-canvas-panel {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.or-canvas-head {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 54px;
  flex: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(16, 20, 26, 0.07);
  background: #fff;
}

.or-canvas-title {
  gap: 9px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.or-canvas-title i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #5e5ce6;
}

.or-canvas-head > span {
  color: #86868b;
  font-size: 9px;
}

/* The canvas below the head is Hawk-ETL's run graph and brings its own
   surface: the #f5f5f7 ground, the 22px dot grid and the zoom transform all
   live in assets/orch-hawk-exact.css. All this rule owes it is a box to fill. */
.or-canvas-scroll {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 360px;
  flex: 1 1 auto;
}

.or-inspector-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
}

.or-inspector-title i {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--or-blue-soft);
  color: var(--or-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.or-inspector-title strong {
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-inspector-title small {
  display: block;
  margin-top: 3px;
  color: #8b95a3;
  font-size: 8px;
}

.or-inspector-copy {
  min-height: 64px;
  margin: 15px 0 0;
  color: var(--or-muted);
  font-size: 10px;
  line-height: 1.55;
}

.or-inspector-grid {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.or-inspector-stat {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border: 1px solid var(--or-line);
  border-radius: 11px;
  background: #fff;
}

.or-inspector-stat span {
  color: #8a94a2;
  font-size: 8px;
}

.or-inspector-stat strong {
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-variable-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.or-variable-row span {
  padding: 6px 8px;
  border-radius: 7px;
  background: #edf0f4;
  color: #5c6776;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
}

.or-studio-runbar {
  display: grid;
  min-height: 60px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 10px 20px;
  border-top: 1px solid var(--or-line);
  background: #fbfbfa;
}

.or-run-message {
  min-width: 0;
  overflow: hidden;
  color: #4f5b6b;
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-run-state {
  gap: 8px;
  color: var(--or-green);
  font-size: 9px;
  font-weight: 700;
}

.or-run-metric {
  display: flex;
  gap: 18px;
}

.or-run-metric span {
  color: #8c96a4;
  font-size: 8px;
}

.or-run-metric b {
  display: block;
  margin-top: 2px;
  color: var(--or-ink);
  font-size: 11px;
}

.or-section {
  position: relative;
  padding-block: 120px;
}

.or-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}

.or-section h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

.or-section-lead {
  max-width: 470px;
  margin: 0;
  color: var(--or-muted);
  font-size: 17px;
  line-height: 1.68;
}

.or-run-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 24%, rgba(47, 111, 224, 0.22), transparent 30rem),
    radial-gradient(circle at 15% 90%, rgba(33, 132, 90, 0.14), transparent 26rem),
    var(--or-ink);
  color: #fff;
}

.or-run-section .or-eyebrow {
  color: #76a7ff;
}

.or-run-section .or-section-lead {
  color: rgba(255, 255, 255, 0.61);
}

.or-run-console {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background: rgba(8, 13, 20, 0.74);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.28);
}

.or-console-toolbar {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.or-console-id {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.or-console-id i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--or-blue);
  box-shadow: 0 0 0 6px rgba(47, 111, 224, 0.13);
}

.or-console-id strong {
  overflow: hidden;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-console-meta {
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
}

.or-console-meta b {
  color: #73d7a6;
  font-weight: 700;
}

.or-console-body {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  min-height: 610px;
}

.or-run-timeline {
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.or-run-timeline > p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.or-run-task {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 0;
  background: transparent;
  padding: 0 0 24px;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.or-run-task:not(:last-child)::after {
  position: absolute;
  width: 1px;
  height: 22px;
  bottom: 1px;
  left: 15px;
  background: rgba(255, 255, 255, 0.16);
  content: "";
}

.or-run-task-index {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
}

.or-run-task strong {
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
}

.or-run-task small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
}

.or-run-task-state {
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.or-run-task[data-demo-state="success"] .or-run-task-index,
.or-run-task[data-demo-state="success"] .or-run-task-state {
  border-color: rgba(61, 180, 125, 0.25);
  background: rgba(33, 132, 90, 0.18);
  color: #78dca9;
}

.or-run-task[data-demo-state="running"] .or-run-task-index,
.or-run-task[data-demo-state="running"] .or-run-task-state {
  border-color: rgba(95, 151, 244, 0.32);
  background: rgba(47, 111, 224, 0.22);
  color: #8cb6ff;
}

.or-run-task.is-selected {
  transform: translateX(4px);
}

.or-run-task.is-selected strong {
  color: #8cb6ff;
}

.or-run-detail {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, 0.025) 80px);
}

.or-run-detail::before {
  position: absolute;
  width: 100%;
  height: 90px;
  top: -90px;
  left: 0;
  background: linear-gradient(transparent, rgba(75, 132, 227, 0.07), transparent);
  content: "";
  animation: orConsoleScan 8s linear infinite;
}

.or-run-detail-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.or-run-detail-top span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.or-run-detail h3 {
  margin: 11px 0 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(22px, 3vw, 36px);
  letter-spacing: -0.04em;
}

.or-detail-pill {
  padding: 8px 10px;
  border: 1px solid rgba(95, 151, 244, 0.24);
  border-radius: 999px;
  background: rgba(47, 111, 224, 0.16);
  color: #91b9ff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.or-run-progress {
  position: relative;
  height: 5px;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.or-run-progress i {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--or-blue), #73a9ff);
  box-shadow: 0 0 18px rgba(47, 111, 224, 0.38);
  animation: orProgressBreathe 2.1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.or-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.or-detail-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.or-detail-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
}

.or-detail-grid strong {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-log-window {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: #0b1017;
}

.or-log-title {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.or-log-lines {
  display: grid;
  gap: 10px;
  padding: 16px;
  color: #a9b6c8;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  line-height: 1.55;
}

.or-log-lines span {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
}

.or-log-lines i {
  color: #59677a;
  font-style: normal;
}

.or-log-lines b {
  color: #72d6a4;
  font-weight: 600;
}

.or-worker-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.or-worker {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
}

.or-worker i {
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.or-worker i::before,
.or-worker i::after {
  position: absolute;
  width: 4px;
  height: 4px;
  left: 5px;
  border-radius: 50%;
  background: #73d7a6;
  content: "";
}

.or-worker i::before {
  top: 6px;
}

.or-worker i::after {
  top: 15px;
}

.or-worker strong,
.or-worker small {
  display: block;
}

.or-worker strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
}

.or-worker small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 7px;
}

/* This section now carries the product's schedule inspector, so — like the
   control room above — its accent is Hawk-ETL's rather than the page's
   marketing blue. The override is scoped to the section. */
.or-schedule-section {
  --or-blue: #5e5ce6;
  --or-blue-soft: #eeeefc;
  background:
    radial-gradient(circle at 75% 50%, rgba(94, 92, 230, 0.09), transparent 28rem),
    #f7f7f4;
}

/* The board pairs the product's schedule inspector with a month view of what
   it just produced: the panel writes the cron, the calendar reads it back. The
   panel itself is styled by orch-hawk-exact.css (`.orsch-inspector`) — what
   lives here is only the shell around the two. */
.orsch-board {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--or-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(24, 35, 51, 0.1);
}

.orsch-inspector {
  padding: 26px 24px;
  border-right: 1px solid var(--or-line);
  background: #fafaf8;
}

.orsch-calendar {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 26px 28px 22px;
}

.orsch-cal-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.orsch-cal-head strong {
  color: #1d1d1f;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.orsch-cal-key {
  display: flex;
  gap: 14px;
  color: #86868b;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.orsch-cal-key span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.orsch-cal-key i {
  width: 8px;
  height: 8px;
  border-radius: 3px;
}

.orsch-cal-key i.is-run {
  background: #5e5ce6;
}

.orsch-cal-key i.is-today {
  border: 1.5px solid #5e5ce6;
}

.orsch-cal-grid {
  display: grid;
  flex: 1 1 auto;
  gap: 4px;
  /* The header row keeps its text height; the day rows share whatever is left,
     so the month fills the column instead of leaving a gap under the last week
     whose length changes from month to month. */
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: minmax(44px, 1fr);
}

.orsch-cal-grid .orsch-cal-dow {
  grid-row: 1;
}

.orsch-cal-dow {
  padding-bottom: 2px;
  color: #86868b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

/* One cell per day of the displayed month; the leading blanks keep the first
   of the month under its weekday. */
.orsch-cal-day {
  position: relative;
  display: flex;
  min-height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.025);
  color: #86868b;
  font-size: 11px;
  font-weight: 600;
}

.orsch-cal-day.is-empty {
  background: none;
}

.orsch-cal-day.is-run {
  background: rgba(94, 92, 230, 0.1);
  color: #4b49c8;
}

.orsch-cal-day.is-today {
  border-color: #5e5ce6;
  color: #1d1d1f;
}

/* The fire time rides under the date, so a run day says when as well as
   whether — that is the whole promise of the section's heading. */
.orsch-cal-day b {
  font: 500 8.5px/1 ui-monospace, "SF Mono", Menlo, monospace;
  color: #5e5ce6;
  letter-spacing: -0.01em;
}

.orsch-cal-day.is-run.is-today {
  background: #5e5ce6;
  color: #fff;
}

.orsch-cal-day.is-run.is-today b {
  color: rgba(255, 255, 255, 0.85);
}

/* Three numbers the visitor can read without parsing the grid. */
.orsch-cal-metrics {
  display: grid;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--or-line);
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orsch-cal-metrics span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}

.orsch-cal-metrics small {
  color: #86868b;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.orsch-cal-metrics b {
  overflow: hidden;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-final {
  padding-block: 112px 128px;
}

.or-final-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--or-line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 85% 20%, rgba(47, 111, 224, 0.15), transparent 18rem),
    radial-gradient(circle at 10% 100%, rgba(33, 132, 90, 0.1), transparent 20rem),
    #fff;
  padding: clamp(44px, 7vw, 88px);
  box-shadow: 0 26px 80px rgba(24, 35, 51, 0.1);
}

.or-final-card::after {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -90px;
  bottom: -130px;
  border: 1px solid rgba(47, 111, 224, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(47, 111, 224, 0.04),
    0 0 0 76px rgba(47, 111, 224, 0.025);
  content: "";
}

.or-final h2 {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.or-final-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 34px;
}

.or-final-row p {
  max-width: 570px;
  margin: 0;
  color: var(--or-muted);
  font-size: 16px;
  line-height: 1.65;
}

.or-final-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}

.or-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  border: 1px solid var(--or-line);
  border-radius: 999px;
  background: #fff;
  color: var(--or-ink);
  font-size: 12px;
  font-weight: 700;
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background 180ms ease;
}

.or-cta-primary {
  border-color: var(--or-ink);
  background: var(--or-ink);
  color: #fff;
}

.or-cta:hover {
  transform: translateY(-2px);
}

.or-cta-primary:hover {
  background: var(--or-blue);
}

@keyframes orLivePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.56;
    transform: scale(0.82);
  }
}

@keyframes orConsoleScan {
  to {
    transform: translateY(760px);
  }
}

@keyframes orProgressBreathe {
  50% {
    opacity: 0.7;
    transform: scaleX(0.97);
    transform-origin: left;
  }
}

@keyframes orReveal {
  from {
    opacity: 0;
    transform: translateY(44px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@supports (animation-timeline: view()) {
  .or-reveal {
    animation: orReveal linear both;
    animation-timeline: view();
    animation-range: entry 12% cover 34%;
  }
}

@media (max-width: 1100px) {
  .or-hero-intro,
  .or-section-head {
    grid-template-columns: 1fr;
  }

  .or-hero-copy,
  .or-section-lead {
    max-width: 680px;
  }

  .or-studio-body {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .or-inspector {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: 24px;
    border-top: 1px solid var(--or-line);
    border-left: 0;
  }

  .or-inspector > .or-panel-kicker,
  .or-inspector > .or-inspector-title,
  .or-inspector > .or-inspector-copy {
    grid-column: 1;
  }

  .or-inspector-grid {
    grid-column: 2;
    grid-row: 1 / span 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .or-variable-row {
    grid-column: 1;
  }

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

@media (max-width: 820px) {
  .or-shell {
    width: min(100% - 40px, 1280px);
  }

  .or-hero {
    padding-block: 116px 88px;
  }

  .or-hero h1 {
    font-size: clamp(47px, 13.4vw, 72px);
  }

  .or-hero-copy {
    font-size: 16px;
  }

  .or-studio {
    margin-top: 44px;
    border-radius: 22px;
  }

  .or-studio-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding: 15px 16px;
  }

  .or-studio-meta {
    width: 100%;
    justify-content: space-between;
  }

  .or-studio-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .or-trigger-panel {
    border-right: 0;
    border-bottom: 1px solid var(--or-line);
  }

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

  .or-trigger {
    min-height: 58px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .or-schedule-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 16px;
  }

  .or-schedule-card p {
    min-height: 0;
  }

  .or-next-run {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    padding-left: 16px;
    border-top: 0;
    border-left: 1px solid var(--or-line);
  }

  .orch-graph-canvas-inner {
    overscroll-behavior-inline: contain;
  }

  .or-inspector {
    display: block;
    border-top: 1px solid var(--or-line);
  }

  .or-inspector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  .or-studio-runbar {
    grid-template-columns: 1fr auto;
  }

  .or-run-metric {
    display: none;
  }

  .or-section {
    padding-block: 88px;
  }

  .or-section-head {
    gap: 24px;
    margin-bottom: 38px;
  }

  .or-section h2 {
    font-size: clamp(43px, 12vw, 66px);
  }

  .or-section-lead {
    font-size: 15px;
  }

  .or-console-body {
    grid-template-columns: 1fr;
  }

  .or-run-timeline {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .orsch-inspector {
    border-right: 0;
    border-bottom: 1px solid var(--or-line);
  }

  .or-final-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .or-shell {
    width: calc(100% - 32px);
  }

  .or-hero {
    padding-block: 108px 72px;
  }

  .or-hero h1 {
    font-size: clamp(43px, 13.4vw, 58px);
    line-height: 0.94;
  }

  .or-capability-strip span {
    width: 100%;
  }

  .or-trigger-panel,
  .or-inspector,
  .or-run-timeline,
  .or-run-detail,
  .orsch-inspector,
  .orsch-calendar {
    padding: 22px 18px;
  }

  .or-trigger-options {
    grid-template-columns: 1fr;
  }

  .or-trigger {
    min-height: 44px;
    align-items: center;
    flex-direction: row;
  }

  .or-trigger small {
    margin-top: 0;
  }

  .or-schedule-card {
    display: block;
  }

  .or-next-run {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 11px;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid var(--or-line);
    border-left: 0;
  }

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

  .or-studio-runbar {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .or-run-state {
    display: none;
  }

  .or-console-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .or-console-meta {
    width: 100%;
    justify-content: space-between;
  }

  .or-run-task {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .or-run-task-state {
    grid-column: 2;
    width: max-content;
  }

  .or-run-detail-top {
    flex-direction: column;
  }

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

  .or-log-lines span {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
  }

  /* Three metric tiles do not survive a phone's width; stack them and let the
     calendar cells shrink to the smallest square that still reads. */
  .orsch-cal-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .orsch-cal-day {
    min-height: 36px;
    border-radius: 7px;
  }

  .or-final {
    padding-block: 80px 96px;
  }

  .or-final-card {
    padding: 40px 24px;
    border-radius: 24px;
  }

  .or-final h2 {
    font-size: 43px;
  }

  .or-final-actions,
  .or-cta {
    width: 100%;
  }
}

/* 2026-08-13 — trigger clarity and a quieter, product-like execution stream. */
.or-trigger-panel { padding:22px 16px;background:#f8fafc; }
.or-trigger-options { gap:6px;margin-top:13px; }
.or-trigger { min-height:42px;border-radius:10px;box-shadow:none; }
.or-trigger:hover,
.or-trigger:focus-visible { transform:translateX(2px);box-shadow:0 5px 14px rgba(40,65,120,.08); }
.or-trigger[aria-pressed="true"] { border-color:#8eacd0;background:#edf4fb;box-shadow:inset 3px 0 0 #3275b9; }
.or-schedule-card { margin-top:13px;padding:13px;border-radius:12px;box-shadow:0 5px 16px rgba(36,54,82,.04); }
.or-schedule-card strong { font-size:14px; }
.or-schedule-card p { min-height:0;font-size:9.5px; }
.or-next-run b { color:#286a9f;font-family:var(--or-mono,monospace); }
.or-countdown { margin-top:11px;padding-top:10px; }
.or-countdown b { min-width:48px;text-align:right;font-size:14px;font-variant-numeric:tabular-nums; }
.or-planned-state { margin-bottom:9px;padding:5px 8px;box-shadow:none; }
.or-planned-state[hidden],
.or-countdown[hidden] { display:none; }
.or-upstream-card { margin-top:12px;padding:11px;border-color:#ccd9e8;border-radius:10px;background:#f7f9fc;box-shadow:none; }
.or-upstream-kicker { display:block;margin-bottom:11px;color:#78879a !important;font-size:7px !important;letter-spacing:.13em !important; }
.or-upstream-node { grid-template-columns:8px minmax(0,1fr);padding:8px;border:1px solid #dbe4ee;border-radius:8px;background:#fff; }
.or-upstream-node.is-source i { background:#3275b9;box-shadow:0 0 0 4px rgba(50,117,185,.1); }
.or-upstream-node.is-target { border-color:#bcd4c9;background:#f7fcf9; }
.or-upstream-node.is-target i { background:#218766;box-shadow:0 0 0 4px rgba(33,135,102,.1); }
.or-upstream-node b { overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap; }
.or-upstream-node small { font-size:6.7px; }
.or-upstream-link { height:25px;margin:4px 0 4px 11px;background:#9fb1c7; }
.or-upstream-link i { border-color:#7289a6; }
.or-upstream-link em { position:absolute;top:7px;left:11px;color:#218766;font:800 6.5px/1 var(--or-mono,monospace);letter-spacing:.08em; }
.or-upstream-card p { margin-top:9px;font-size:8.5px; }

.or-schedule-section .orsch-manual-card { display:grid;gap:9px;margin-top:12px;padding:15px;border:1px solid #d7e2ee;border-radius:12px;background:#fff;box-shadow:0 6px 18px rgba(35,55,82,.05); }
.or-schedule-section .orsch-manual-card[hidden] { display:none; }
.orsch-manual-card__state { display:flex;align-items:center;gap:7px;color:#24784a;font-size:7px;letter-spacing:.1em; }
.orsch-manual-card__state i { width:7px;height:7px;border-radius:50%;background:#2f9a65;box-shadow:0 0 0 4px rgba(47,154,101,.1); }
.orsch-manual-card > strong { color:#25364b;font-size:12px; }
.orsch-manual-card > p { margin:0;color:#738095;font-size:9px;line-height:1.5; }
.orsch-manual-card > button { display:flex;min-height:38px;align-items:center;justify-content:space-between;padding:8px 11px;border:1px solid #3275b9;border-radius:8px;color:#fff;background:#3275b9;font-size:9px;font-weight:750;cursor:pointer;transition:background .18s ease,transform .18s ease; }
.orsch-manual-card > button:hover { background:#27659f;transform:translateY(-1px); }
.orsch-manual-card > button.is-running b { animation:orsch-manual-arrow .7s ease-in-out 2; }
.orsch-manual-card > small { color:#78879a;font-size:7.5px; }
@keyframes orsch-manual-arrow { 50% { transform:translateX(4px); } }

.or-chaos-section { padding-block:clamp(88px,7vw,118px);background:#f5f7fa; }
.or-chaos-section::before { opacity:.16;background-size:40px 40px; }
.or-chaos-head h2 { font-size:clamp(2.25rem,4.2vw,4.15rem); }
.or-chaos-stage {
  min-height:480px;
  margin-top:clamp(42px,5vw,64px);
  border-color:#d9e1ea;
  border-radius:22px;
  background:#f9fbfd;
  box-shadow:0 16px 44px rgba(33,51,75,.08),inset 0 1px 0 #fff;
}
.or-chaos-stage::before { opacity:.22;mask-image:none;background:repeating-linear-gradient(90deg,transparent 0 79px,rgba(74,94,119,.035) 79px 80px); }
.or-chaos-stage::after,
.or-chaos-pulse,
.or-chaos-orbit { display:none !important; }
.or-chaos-guide-lines path { stroke-width:1.35;opacity:.46; }
.or-chaos-output-rail { stroke-width:1.5;opacity:.55; }
.or-chaos-stage-label { top:22px;color:#607086; }
.or-chaos-stage-label--in { left:24px; }
.or-chaos-stage-label--out { right:24px; }
.or-chaos-chip { border-color:#dce3eb;border-radius:7px;background:#fff;box-shadow:0 4px 11px rgba(38,56,80,.06); }
.or-chaos-chip.is-naked { color:#627187; }
.or-chaos-core-card { border-color:#cbd6e2;border-radius:15px;background:#fff;box-shadow:0 14px 34px rgba(31,53,82,.11),inset 0 1px 0 #fff; }
.or-chaos-core-card::after { display:none; }
.or-chaos-status { bottom:calc(100% + 12px);min-height:28px;padding:6px 10px;border-color:#d2deeb;background:#fff;box-shadow:0 5px 15px rgba(33,66,108,.07);backdrop-filter:none; }
.or-chaos-status-dot { box-shadow:0 0 0 3px rgba(13,96,200,.08); }
.or-chaos-running { border:1px solid #cddff5;background:#f1f6fc; }
.or-chaos-config { background:#e4e9ef; }
.or-chaos-config span { background:#fbfcfd; }
.or-chaos-run-strip { background:#263446; }
.or-output-pod { border-color:#d5dee8;border-radius:11px;background:#fff;box-shadow:0 8px 22px rgba(32,52,84,.09);backdrop-filter:none; }
.or-chaos-stage-footer { color:#7b899b; }

@media (max-width:900px) {
  .or-chaos-stage { border-radius:18px; }
}

/* Real operator marks and a conventional Hawk run-summary card. */
.or-chaos-chip-mark,
.or-output-kind,
.or-operator-logo {
  display:grid;
  overflow:hidden;
  place-items:center;
  border:1px solid #dbe3ec;
  background:#fff;
}
.or-chaos-chip-mark { width:32px;min-width:32px;height:23px;padding:3px;border-radius:6px; }
.or-chaos-chip-mark img,
.or-output-kind img,
.or-operator-logo img { display:block;max-width:100%;max-height:100%;object-fit:contain; }
.or-chaos-chip-mark.is-generic { border-color:#d8e0e9;color:#526175;background:#f7f9fb;font-size:7px; }
.or-chaos-chip-mark.is-oracle img { width:29px; }
.or-chaos-chip-mark.is-python img { width:19px;height:20px; }
.or-chaos-chip-mark.is-bash img,
.or-chaos-chip-mark.is-kafka img,
.or-chaos-chip-mark.is-jupyter img { width:19px;height:19px; }
.or-chaos-chip-mark.is-dbt img { width:21px;height:21px; }
.or-chaos-chip-mark.is-spark img { width:24px;height:19px; }
.or-chaos-chip-mark.is-mssql img,
.or-chaos-chip-mark.is-file img { width:20px;height:20px; }
.or-chaos-chip-mark.is-hawk img,
.or-output-kind.is-hawk img { width:76px;max-width:none;height:26px;object-position:left center; }

.or-chaos-core-shell { width:min(420px,35vw); }
.or-chaos-core-card { overflow:hidden;border:1px solid #cfd8e3;border-radius:13px;background:#fff;box-shadow:0 12px 30px rgba(32,49,73,.1); }
.or-chaos-core-header {
  display:grid;
  min-height:70px;
  grid-template-columns:76px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:13px 14px;
  border-bottom:1px solid #e3e8ef;
  text-align:left;
}
.or-chaos-hawk-mark { width:76px;height:28px;overflow:hidden;border-radius:0;background:transparent;box-shadow:none; }
.or-chaos-hawk-mark img { width:103px;max-width:none;height:28px;object-fit:contain;object-position:left center; }
.or-chaos-core-brand { justify-items:start;gap:2px; }
.or-chaos-core-brand small { color:#7d8999;font-size:.47rem;letter-spacing:.1em; }
.or-chaos-core-brand strong { max-width:190px;color:#172132;font-size:.76rem;text-align:left; }
.or-chaos-core-brand em { overflow:hidden;max-width:190px;color:#8a96a5;font:500 .48rem/1.2 var(--or-mono,monospace);text-overflow:ellipsis;white-space:nowrap; }
.or-chaos-running { position:static;padding:5px 7px;border:1px solid #bcdccf;border-radius:6px;color:#196849;background:#f0f8f4;font-size:.44rem; }
.or-chaos-running i { background:#218766; }

.or-chaos-run-overview { display:grid;gap:11px;padding:14px; }
.or-chaos-run-overview__head { display:flex;align-items:center;justify-content:space-between;gap:12px; }
.or-chaos-run-overview__head > span { display:grid;gap:3px; }
.or-chaos-run-overview__head small { color:#8793a3;font-size:.46rem;font-weight:800;letter-spacing:.1em; }
.or-chaos-run-overview__head strong { color:#263448;font-size:.67rem; }
.or-chaos-status { position:static;display:inline-flex;min-height:0;gap:6px;padding:0;border:0;border-radius:0;color:#627085;background:transparent;box-shadow:none;font-size:.52rem;transform:none;backdrop-filter:none; }
.or-chaos-status-dot { width:5px;height:5px;background:#3275b9;box-shadow:none;animation:none; }
.or-chaos-progress { height:6px;overflow:hidden;border-radius:999px;background:#e9edf2; }
.or-chaos-progress i { display:block;width:57%;height:100%;border-radius:inherit;background:#3275b9; }
.or-chaos-current-task { display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border:1px solid #dce4ed;border-radius:9px;background:#f8fafc; }
.or-operator-logo { width:52px;height:34px;padding:6px;border-radius:7px; }
.or-operator-logo.is-oracle img { width:42px; }
.or-chaos-current-task > span:nth-child(2) { display:grid;min-width:0;gap:3px; }
.or-chaos-current-task small { color:#8a96a5;font-size:.43rem;font-weight:800;letter-spacing:.09em; }
.or-chaos-current-task strong { overflow:hidden;color:#253348;font:650 .6rem/1.2 var(--or-mono,monospace);text-overflow:ellipsis;white-space:nowrap; }
.or-chaos-current-task em { color:#3275b9;font:700 .58rem/1 var(--or-mono,monospace); }
.or-chaos-run-meta { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e3e8ef;background:#f8fafc; }
.or-chaos-run-meta > span { display:grid;gap:3px;padding:9px 11px;border-right:1px solid #e3e8ef; }
.or-chaos-run-meta > span:last-child { border-right:0; }
.or-chaos-run-meta small { color:#8995a4;font-size:.42rem;font-weight:800;letter-spacing:.09em; }
.or-chaos-run-meta b { overflow:hidden;color:#3d4b5f;font:650 .5rem/1.2 var(--or-mono,monospace);text-overflow:ellipsis;white-space:nowrap; }

.or-output-kind { min-width:38px;height:38px;padding:6px;border-radius:8px; }
.or-output-kind img { width:27px;height:27px; }
.or-output-kind.is-oracle img { width:31px;height:auto; }
.or-output-kind.is-python img { width:22px;height:27px; }
.or-output-kind.is-dbt img { width:27px;height:27px; }
.or-output-kind.is-spark img { width:29px;height:23px; }
.or-output-kind.is-mssql img,
.or-output-kind.is-file img,
.or-output-kind.is-bash img { width:25px;height:25px; }
.or-output-kind.is-generic { color:#536175;background:#f4f6f8;font-size:.48rem; }

@media (max-width:1080px) {
  .or-chaos-core-shell { width:min(380px,38vw); }
  .or-chaos-core-header { grid-template-columns:64px minmax(0,1fr) auto; }
  .or-chaos-hawk-mark { width:64px; }
}

/* Minimal orchestration core: one square, one Hawk mark, one pipeline name. */
.page-etl-orchestration .or-chaos-core-shell {
  width: 238px;
  height: 238px;
}
.page-etl-orchestration .or-chaos-core-card {
  display: grid;
  width: 100%;
  height: 100%;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 28px;
  border: 1px solid #cbd6e2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(32,49,73,.12);
}
.page-etl-orchestration .or-chaos-core-card::after { display: none; }
.page-etl-orchestration .or-chaos-core-card > .or-chaos-hawk-mark {
  display: block;
  width: 154px;
  height: 92px;
  overflow: hidden;
}
.page-etl-orchestration .or-chaos-core-card > .or-chaos-hawk-mark img {
  display: block;
  width: 320px;
  max-width: none;
  height: 88px;
  object-fit: contain;
  object-position: left center;
}
.page-etl-orchestration .or-chaos-pipeline-name {
  max-width: 100%;
  overflow: hidden;
  color: #1e2b3d;
  font: 750 14px/1.25 var(--or-mono,monospace);
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .or-mobile-core {
    width: min(230px, calc(100vw - 92px));
    min-height: 230px;
    gap: 13px;
    padding: 25px;
  }
  .or-mobile-core-logo { display: block; width: 145px; height: 88px; overflow: hidden; }
  .or-mobile-core-logo img { display: block; width: 300px; max-width: none; height: 84px; object-fit: contain; object-position: left center; }
  .or-mobile-core strong { font-size: .78rem; }
}

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

  .or-socket-state i,
  .or-run-state i,
  .or-run-detail::before,
  .or-run-progress i,
  .or-reveal {
    animation: none !important;
    transition: none !important;
  }

  .or-reveal-noop {
    display: none;
  }
}

/* Render and responsive hardening */
.page-etl-orchestration .or-run-button {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.page-etl-orchestration .or-retry-button {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}

.or-reveal {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.or-console-body {
  min-height: 540px;
}

.or-cta,
.site-footer a {
  text-decoration: none;
}

.orch-graph-canvas-inner {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.22) transparent;
}

.orch-graph-canvas-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.orch-graph-canvas-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
}

.orch-graph-canvas-inner::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

/* Static executable-action flow */
.or-actions-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(47, 111, 224, 0.22), transparent 28rem),
    radial-gradient(circle at 8% 92%, rgba(33, 132, 90, 0.13), transparent 24rem),
    var(--or-ink);
  color: #fff;
}

.or-actions-section .or-eyebrow { color: #78a9ff; }
.or-actions-section .or-section-lead { color: rgba(255, 255, 255, 0.62); }

.or-action-flow {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    rgba(7, 12, 18, 0.74);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.or-action-flow::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(111, 160, 239, 0.16) 0.75px, transparent 0.75px);
  background-size: 25px 25px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
}

.or-action-flow-head {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 62px;
  grid-template-columns: minmax(210px, 0.74fr) 230px minmax(420px, 1.36fr);
  gap: 60px;
  align-items: center;
  padding-inline: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.or-action-flow-head span:nth-child(2) { color: #83adf5; text-align: center; }
.or-action-flow-head span:last-child { text-align: right; }

.or-action-stage {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(210px, 0.74fr) 230px minmax(420px, 1.36fr);
  gap: 60px;
  align-items: center;
  padding: 36px 34px;
}

.or-action-wires {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.or-action-wire {
  fill: none;
  stroke: rgba(111, 160, 239, 0.45);
  stroke-width: 1.25;
  stroke-dasharray: 5 8;
  vector-effect: non-scaling-stroke;
  animation: orActionWire 9s linear infinite;
}

.or-action-packet { fill: #74a8ff; filter: drop-shadow(0 0 5px rgba(88, 145, 239, 0.62)); }
.or-action-packet-green { fill: #6dd2a0; filter: drop-shadow(0 0 5px rgba(61, 180, 125, 0.62)); }

.or-trigger-stack,
.or-engine-wrap,
.or-action-grid { position: relative; z-index: 2; }

.or-trigger-stack { display: grid; gap: 12px; }

.or-flow-trigger {
  display: grid;
  min-width: 0;
  min-height: 78px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.or-flow-trigger > i,
.or-action-card > i {
  display: grid;
  place-items: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-style: normal;
  font-weight: 800;
}

.or-flow-trigger > i {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(117, 166, 244, 0.22);
  border-radius: 11px;
  background: rgba(47, 111, 224, 0.16);
  color: #8ab5ff;
  font-size: 8px;
}

.or-flow-trigger strong,
.or-flow-trigger small,
.or-action-card strong,
.or-action-card small { display: block; }

.or-flow-trigger strong { font-size: 11px; }
.or-flow-trigger small { margin-top: 4px; color: rgba(255, 255, 255, 0.42); font-size: 8px; line-height: 1.35; }

.or-flow-trigger > b {
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.46);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
  font-weight: 600;
}

.or-engine-wrap { display: grid; min-height: 400px; place-items: center; }

.or-engine-orbit {
  position: absolute;
  border: 1px solid rgba(117, 166, 244, 0.22);
  border-radius: 50%;
}

.or-engine-orbit::before,
.or-engine-orbit::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid var(--or-ink);
  border-radius: 50%;
  background: #79aaff;
  content: "";
}

.or-engine-orbit-a { width: 214px; height: 214px; animation: orEngineSpin 18s linear infinite; }
.or-engine-orbit-a::before { top: 23px; right: 26px; }
.or-engine-orbit-a::after { bottom: 19px; left: 31px; background: #66ce9a; }
.or-engine-orbit-b {
  width: 176px;
  height: 176px;
  border-style: dashed;
  border-color: rgba(117, 166, 244, 0.28);
  animation: orEngineSpin 13s linear reverse infinite;
}
.or-engine-orbit-b::before { top: -4px; left: 50%; }
.or-engine-orbit-b::after { display: none; }

.or-engine-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 144px;
  height: 144px;
  place-content: center;
  border-radius: 44px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(145deg, #f8fbff, #dfeaff);
  color: var(--or-ink);
  box-shadow: 0 26px 60px rgba(4, 10, 18, 0.42), inset 0 1px 0 #fff;
  text-align: center;
}

.or-engine-core span { color: var(--or-blue); font-size: 10px; font-weight: 800; letter-spacing: 0.16em; }
.or-engine-core strong { display: block; margin-top: 6px; font-size: 13px; letter-spacing: -0.01em; }
.or-engine-core small { display: block; margin-top: 11px; color: #748092; font-size: 6px; font-weight: 800; letter-spacing: 0.1em; }

.or-engine-caption {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  text-align: center;
}

.or-engine-caption b,
.or-engine-caption span { display: block; }
.or-engine-caption b { color: #86b2fb; font-size: 7px; letter-spacing: 0.13em; }
.or-engine-caption span { max-width: 220px; margin: 7px auto 0; color: rgba(255, 255, 255, 0.42); font-size: 8px; line-height: 1.4; }

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

.or-action-card {
  display: grid;
  min-width: 0;
  min-height: 114px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.035));
  padding: 15px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.or-action-card > i { width: 42px; height: 42px; border-radius: 12px; background: rgba(47, 111, 224, 0.19); color: #8cb6ff; font-size: 9px; }
.or-action-card:nth-child(2) > i,
.or-action-card:nth-child(3) > i { background: rgba(33, 132, 90, 0.18); color: #74d3a4; }
.or-action-card:nth-child(5) > i,
.or-action-card:nth-child(6) > i { background: rgba(192, 131, 32, 0.16); color: #e0b467; }
.or-action-card strong { font-size: 11px; line-height: 1.25; }
.or-action-card small {
  margin-top: 7px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-action-flow-foot {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 12px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.018);
}

.or-action-flow-foot span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.48); font-size: 8px; }
.or-action-flow-foot i { width: 5px; height: 5px; border-radius: 50%; background: #75a9ff; box-shadow: 0 0 0 4px rgba(47, 111, 224, 0.11); }

@keyframes orActionWire { to { stroke-dashoffset: -78; } }
@keyframes orEngineSpin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .or-action-flow-head { display: none; }
  .or-action-stage { grid-template-columns: 210px 200px minmax(350px, 1fr); gap: 34px; padding-inline: 24px; }
  .or-engine-orbit-a { width: 190px; height: 190px; }
  .or-engine-orbit-b { width: 156px; height: 156px; }
  .or-engine-core { width: 132px; height: 132px; border-radius: 38px; }
}

@media (max-width: 820px) {
  .or-action-stage { grid-template-columns: minmax(0, 1fr); gap: 48px; padding: 30px 24px 38px; }
  .or-action-stage::before {
    position: absolute;
    width: 1px;
    top: 86px;
    bottom: 86px;
    left: 50%;
    background: repeating-linear-gradient(to bottom, rgba(111, 160, 239, 0.45) 0 5px, transparent 5px 13px);
    content: "";
  }
  .or-action-wires { display: none; }
  .or-trigger-stack,
  .or-action-grid { width: 100%; max-width: 620px; margin-inline: auto; }
  .or-trigger-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .or-engine-wrap { min-height: 310px; }
  .or-engine-caption { bottom: -2px; }
}

@media (max-width: 560px) {
  .or-action-flow { border-radius: 22px; }
  .or-action-stage { padding-inline: 18px; }
  .or-trigger-stack,
  .or-action-grid { grid-template-columns: minmax(0, 1fr); }
  .or-flow-trigger,
  .or-action-card { min-height: 76px; }
  .or-action-card { grid-template-columns: 38px minmax(0, 1fr); }
  .or-action-card > i { width: 38px; height: 38px; }
  .or-engine-wrap { min-height: 290px; }
  .or-action-flow-foot { align-items: flex-start; flex-direction: column; gap: 12px; padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .or-action-wire,
  .or-action-packet,
  .or-engine-orbit { animation: none; }
  .or-action-packet { display: none; }
}

/* ORCHESTRATION CHAOS FLOW V2 */
.or-chaos-section {
  --chaos-ink: #111821;
  --chaos-muted: #667386;
  --chaos-line: rgba(17, 24, 33, 0.12);
  --chaos-blue: #0d60c8;
  --chaos-blue-soft: #e7f0ff;
  --chaos-green: #16865b;
  --chaos-amber: #b86d18;
  position: relative;
  overflow: hidden;
  padding-block: clamp(104px, 9vw, 152px);
  background:
    radial-gradient(circle at 50% 61%, rgba(33, 112, 213, 0.1), transparent 26%),
    linear-gradient(180deg, #f7f9fc 0%, #f2f6fa 100%);
}

.or-chaos-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(43, 65, 93, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(43, 65, 93, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 85%, transparent);
}

.or-chaos-head {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.or-chaos-head h2 {
  max-width: 860px;
  margin: 14px auto 20px;
  color: var(--chaos-ink);
  font-size: clamp(2.4rem, 4.7vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.or-chaos-head .or-section-lead {
  max-width: 800px;
  margin-inline: auto;
  color: #586678;
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.7;
}

.or-chaos-stage {
  position: relative;
  z-index: 2;
  width: min(1420px, calc(100% - 32px));
  min-height: 500px;
  margin: clamp(52px, 6vw, 84px) auto 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(48, 70, 98, 0.12);
  border-radius: 34px;
  background:
    radial-gradient(ellipse at 51% 52%, rgba(20, 104, 213, 0.16) 0%, rgba(20, 104, 213, 0.06) 23%, transparent 45%),
    radial-gradient(circle at 8% 17%, rgba(255, 255, 255, 0.96), transparent 31%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 251, 0.96));
  box-shadow:
    0 26px 80px rgba(34, 55, 79, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.or-chaos-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(63, 81, 104, 0.045) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(63, 81, 104, 0.045) 39px 40px);
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 72%);
}

.or-chaos-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 51%;
  left: 51.8%;
  width: 440px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(36, 112, 215, 0.09);
  filter: blur(56px);
  transform: translate(-50%, -50%);
}

.or-chaos-stage-label {
  position: absolute;
  z-index: 7;
  top: 26px;
  display: grid;
  gap: 3px;
  color: #788598;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.or-chaos-stage-label small {
  color: #98a3b2;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.or-chaos-stage-label--in {
  left: 28px;
}

.or-chaos-stage-label--out {
  right: 28px;
  text-align: right;
}

.or-chaos-rails {
  position: absolute;
  z-index: 1;
  inset: 38px 0 30px;
  width: 100%;
  height: calc(100% - 68px);
  overflow: visible;
}

.or-chaos-guide-lines path {
  fill: none;
  stroke: url("#or-chaos-rail-gradient");
  stroke-width: 1;
  stroke-dasharray: 2 10;
  vector-effect: non-scaling-stroke;
  animation: or-chaos-dash-in 1.35s linear infinite;
}

.or-chaos-guide-lines path:nth-child(2n) {
  animation-duration: 1.05s;
  animation-direction: reverse;
  opacity: 0.72;
}

.or-chaos-output-rail {
  fill: none;
  stroke: url("#or-chaos-output-gradient");
  stroke-width: 1.2;
  stroke-dasharray: 3 10;
  vector-effect: non-scaling-stroke;
  animation: or-chaos-dash-out 3.6s linear infinite;
}

@keyframes or-chaos-dash-in {
  to { stroke-dashoffset: -36; }
}

@keyframes or-chaos-dash-out {
  to { stroke-dashoffset: -52; }
}

.or-chaos-input-layer {
  position: relative;
}

.or-chaos-chip {
  --chip-size: 12px;
  --chip-rotation: 0deg;
  --chip-scale: 1;
  --chip-duration: 3s;
  --chip-delay: 0s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 236px;
  height: 28px;
  padding: 3px 8px 3px 4px;
  overflow: hidden;
  border: 1px solid rgba(62, 81, 106, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 5px 14px rgba(45, 66, 92, 0.08);
  color: #5a687b;
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: var(--chip-size);
  line-height: 1;
  white-space: nowrap;
  transform: rotate(var(--chip-rotation)) scale(var(--chip-scale));
  animation: or-chaos-chip-collapse var(--chip-duration) linear var(--chip-delay) infinite;
}

.or-chaos-chip.is-naked {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  font-family: var(--or-font, inherit);
  font-weight: 590;
}

.or-chaos-chip-mark {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 20px;
  padding-inline: 4px;
  border-radius: 5px;
  background: #e8edf4;
  color: #344257;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.or-chaos-chip[data-tone="blue"] .or-chaos-chip-mark {
  background: #e4efff;
  color: #0757b7;
}

.or-chaos-chip[data-tone="green"] .or-chaos-chip-mark {
  background: #e5f5ee;
  color: #137a54;
}

.or-chaos-chip[data-tone="amber"] .or-chaos-chip-mark {
  background: #fff0df;
  color: #a45e10;
}

.or-chaos-chip-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

@keyframes or-chaos-chip-collapse {
  0%, 70% { filter: blur(0); }
  90% { filter: blur(0.15px); }
  100% { filter: blur(0.4px); }
}

.or-chaos-ambient {
  position: absolute;
  z-index: 0;
  inset: 70px 56% 64px 18px;
  pointer-events: none;
}

.or-ambient-token {
  position: absolute;
  color: rgba(67, 84, 106, 0.14);
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: 0.69rem;
  white-space: nowrap;
}

.or-ambient-token b {
  color: rgba(13, 96, 200, 0.2);
  font-size: 0.55rem;
  letter-spacing: 0.06em;
}

.or-ambient-token--1 { top: 8%; left: 4%; transform: rotate(-7deg); }
.or-ambient-token--2 { top: 22%; left: 30%; transform: rotate(4deg); }
.or-ambient-token--3 { top: 39%; left: 1%; transform: rotate(8deg); }
.or-ambient-token--4 { top: 50%; left: 32%; transform: rotate(-3deg); }
.or-ambient-token--5 { top: 67%; left: 9%; transform: rotate(-9deg); }
.or-ambient-token--6 { top: 77%; left: 42%; transform: rotate(6deg); }
.or-ambient-token--7 { top: 89%; left: 4%; transform: rotate(2deg); }
.or-ambient-token--8 { top: 92%; left: 38%; transform: rotate(-5deg); }

.has-chaos-motion .or-chaos-ambient {
  opacity: 0.62;
}

.or-chaos-core-shell {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 52%;
  width: min(360px, 31vw);
  transform: translate(-50%, -50%);
}

.or-chaos-pulse,
.or-chaos-orbit {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
}

.or-chaos-pulse {
  inset: -18%;
  border: 1px solid rgba(15, 102, 207, 0.21);
  animation: or-chaos-core-pulse 2.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

.or-chaos-pulse--two {
  animation-delay: -1.4s;
}

.or-chaos-orbit {
  inset: -31% -22%;
  border: 1px dashed rgba(59, 84, 116, 0.16);
  transform: rotate(-8deg);
  animation: or-chaos-orbit 16s linear infinite;
}

.or-chaos-orbit--two {
  inset: -18% -30%;
  border-style: solid;
  border-color: rgba(13, 96, 200, 0.1);
  transform: rotate(9deg);
  animation-duration: 22s;
  animation-direction: reverse;
}

.or-chaos-orbit::before,
.or-chaos-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--chaos-blue);
  box-shadow: 0 0 0 4px rgba(13, 96, 200, 0.08);
}

.or-chaos-orbit::before { left: -3px; }
.or-chaos-orbit::after { right: -3px; }

@keyframes or-chaos-core-pulse {
  0% { opacity: 0.62; transform: scale(.92); }
  78%, 100% { opacity: 0; transform: scale(1.62); }
}

@keyframes or-chaos-orbit {
  to { transform: rotate(352deg); }
}

.or-chaos-status {
  position: absolute;
  z-index: 3;
  bottom: calc(100% + 18px);
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 7px 12px;
  border: 1px solid rgba(13, 96, 200, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 9px 28px rgba(33, 66, 108, 0.13);
  color: #24405f;
  font-size: 0.7rem;
  font-weight: 750;
  white-space: nowrap;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.or-chaos-status-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--chaos-blue);
  box-shadow: 0 0 0 4px rgba(13, 96, 200, 0.1);
  animation: or-chaos-status-breathe 1.6s cubic-bezier(.22, 1, .36, 1) infinite;
}

@keyframes or-chaos-status-breathe {
  50% { transform: scale(.72); opacity: .56; }
}

.or-chaos-core-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 20, 31, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 28px 62px rgba(31, 53, 82, 0.22),
    0 4px 12px rgba(31, 53, 82, 0.1),
    inset 0 1px 0 #fff;
}

.or-chaos-core-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42%;
  width: 26%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(39, 116, 215, 0.08), transparent);
  transform: skewX(-14deg);
  animation: or-chaos-core-scan 4.2s cubic-bezier(.22, 1, .36, 1) infinite;
}

@keyframes or-chaos-core-scan {
  0%, 24% { transform: translateX(0) skewX(-14deg); }
  66%, 100% { transform: translateX(640%) skewX(-14deg); }
}

.or-chaos-core-header {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid rgba(21, 35, 52, 0.09);
}

.or-chaos-hawk-mark {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 9px;
  background: var(--chaos-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.or-chaos-hawk-mark i {
  position: absolute;
  top: 9px;
  width: 4px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  transform: skewX(-18deg);
}

.or-chaos-hawk-mark i:nth-child(1) { left: 8px; }
.or-chaos-hawk-mark i:nth-child(2) { left: 15px; height: 11px; top: 14px; background: #66a6f6; }
.or-chaos-hawk-mark i:nth-child(3) { left: 22px; }

.or-chaos-core-brand {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.or-chaos-core-brand small {
  color: #8390a1;
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.or-chaos-core-brand strong {
  overflow: hidden;
  color: var(--chaos-ink);
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: clamp(0.69rem, 1.05vw, 0.82rem);
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-chaos-running {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--chaos-blue-soft);
  color: #0754af;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.or-chaos-running i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--chaos-blue);
}

.or-chaos-config {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px 14px 12px;
  background: rgba(215, 224, 235, 0.5);
}

.or-chaos-config span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.96);
}

.or-chaos-config small {
  color: #8b96a5;
  font-size: 0.46rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.or-chaos-config b {
  overflow: hidden;
  color: #344256;
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: 0.58rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-chaos-run-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 9px 11px;
  background: var(--chaos-ink);
  color: #6f7d8d;
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: 0.45rem;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.or-chaos-run-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.or-chaos-run-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #566270;
}

.or-chaos-run-strip .is-done {
  color: #9ecbb9;
}

.or-chaos-run-strip .is-done i {
  background: #3cb17c;
}

.or-chaos-run-strip .is-live {
  color: #a9cdfb;
}

.or-chaos-run-strip .is-live i {
  background: #5da7ff;
  box-shadow: 0 0 0 3px rgba(93, 167, 255, 0.14);
}

.or-chaos-run-strip b {
  color: #fff;
  font-weight: 700;
}

.or-chaos-output-layer {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.or-output-pod {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 9px;
  width: clamp(210px, 19vw, 258px);
  min-height: 68px;
  padding: 10px;
  border: 1px solid rgba(41, 59, 82, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 14px 36px rgba(42, 64, 91, 0.15),
    inset 0 1px 0 #fff;
  opacity: 0.76;
  backdrop-filter: blur(14px);
  will-change: transform, opacity;
}

.or-output-pod--one {
  transform: translate3d(calc(100vw - 350px), 132px, 0);
}

.or-output-pod--two {
  transform: translate3d(calc(100vw - 350px), 310px, 0);
}

.or-output-kind {
  display: grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  border-radius: 9px;
  background: var(--chaos-blue-soft);
  color: #0758b8;
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.or-output-pod[data-kind="mv"] .or-output-kind,
.or-output-pod[data-kind="br"] .or-output-kind {
  background: #e4f4ed;
  color: #137650;
}

.or-output-pod[data-kind="audit"] .or-output-kind {
  background: #edf0f4;
  color: #3b4656;
  font-size: 0.48rem;
}

.or-output-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.or-output-copy strong,
.or-output-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.or-output-copy strong {
  color: #1b2635;
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: clamp(0.61rem, 0.88vw, 0.72rem);
}

.or-output-copy small {
  color: #778395;
  font-size: 0.61rem;
}

.or-output-state {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e4f4ed;
  color: var(--chaos-green);
  font-size: 0.67rem;
  font-weight: 900;
}

.or-chaos-stage-footer {
  position: absolute;
  z-index: 8;
  right: 24px;
  bottom: 18px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #8995a4;
  font-family: var(--or-mono, "DM Mono", monospace);
  font-size: clamp(0.46rem, 0.72vw, 0.58rem);
  letter-spacing: 0.02em;
}

.or-chaos-stage-footer b {
  margin-inline-end: 7px;
  color: #5a6879;
  font-size: 0.48rem;
  letter-spacing: 0.09em;
}

.or-chaos-mobile-flow {
  display: none;
}

.or-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1080px) {
  .or-chaos-stage {
    min-height: 470px;
  }

  .or-chaos-core-shell {
    left: 50%;
    width: min(330px, 34vw);
  }

  .or-chaos-status {
    font-size: 0.62rem;
  }

  .or-chaos-core-header {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .or-chaos-running {
    display: none;
  }

  .or-output-pod {
    width: 214px;
  }
}

@media (max-width: 900px) {
  .or-chaos-section {
    padding-block: 88px;
  }

  .or-chaos-head {
    padding-inline: 20px;
    text-align: left;
  }

  .or-chaos-head h2,
  .or-chaos-head .or-section-lead {
    margin-inline: 0;
  }

  .or-chaos-stage {
    width: min(100% - 24px, 620px);
    min-height: 650px;
    border-radius: 26px;
  }

  .or-chaos-rails,
  .or-chaos-ambient,
  .or-chaos-core-shell,
  .or-chaos-output-layer {
    display: none;
  }

  .or-chaos-stage-label {
    top: 22px;
  }

  .or-chaos-stage-label--in {
    left: 20px;
  }

  .or-chaos-stage-label--out {
    right: 20px;
  }

  .or-chaos-mobile-flow {
    position: absolute;
    z-index: 4;
    inset: 58px 16px 58px;
    display: block;
  }

  .or-mobile-signal-cloud {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 1px;
    height: 180px;
  }

  .or-mobile-signal-cloud > span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: 156px;
    min-height: 25px;
    padding: 4px 7px;
    border: 1px solid rgba(65, 84, 108, 0.13);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 5px 14px rgba(43, 63, 88, 0.08);
    color: #607085;
    font-family: var(--or-mono, "DM Mono", monospace);
    font-size: 0.58rem;
    white-space: nowrap;
    transform: translate(var(--sx), var(--sy)) rotate(var(--r));
    animation: or-mobile-chaos-in 3.6s linear var(--d) infinite;
  }

  .or-mobile-signal-cloud b {
    color: var(--chaos-blue);
    font-size: 0.49rem;
    letter-spacing: 0.04em;
  }

  @keyframes or-mobile-chaos-in {
    0% { opacity: 0; transform: translate(var(--sx), var(--sy)) rotate(var(--r)) scale(1); }
    10% { opacity: .9; }
    58% { opacity: .76; transform: translate(var(--mx), var(--my)) rotate(0) scale(.72); }
    92% { opacity: .18; }
    100% { opacity: 0; transform: translate(0, 156px) rotate(0) scale(.08); }
  }

  .or-mobile-core {
    position: absolute;
    top: 192px;
    left: 50%;
    display: grid;
    width: min(340px, calc(100vw - 62px));
    min-height: 112px;
    place-content: center;
    gap: 5px;
    padding: 18px 20px;
    border: 1px solid rgba(12, 22, 34, 0.82);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 42px rgba(34, 56, 84, 0.18);
    text-align: center;
    transform: translateX(-50%);
  }

  .or-mobile-core::before,
  .or-mobile-core::after {
    content: "";
    position: absolute;
    inset: -16px -24px;
    z-index: -1;
    border: 1px solid rgba(13, 96, 200, 0.15);
    border-radius: 50%;
    animation: or-chaos-core-pulse 2.8s cubic-bezier(.16, 1, .3, 1) infinite;
  }

  .or-mobile-core::after {
    animation-delay: -1.4s;
  }

  .or-mobile-core-label {
    color: #7b899a;
    font-size: 0.49rem;
    font-weight: 900;
    letter-spacing: 0.13em;
  }

  .or-mobile-core strong {
    color: var(--chaos-ink);
    font-family: var(--or-mono, "DM Mono", monospace);
    font-size: 0.76rem;
  }

  .or-mobile-core small {
    color: #657387;
    font-size: 0.59rem;
  }

  .or-mobile-core i {
    position: absolute;
    right: 12px;
    bottom: 11px;
    left: 12px;
    height: 3px;
    overflow: hidden;
    border-radius: 99px;
    background: #e4eaf1;
  }

  .or-mobile-core i::after {
    content: "";
    display: block;
    width: 52%;
    height: 100%;
    border-radius: inherit;
    background: var(--chaos-blue);
    transform-origin: left;
    animation: or-mobile-core-progress 3.4s cubic-bezier(.22, 1, .36, 1) infinite;
  }

  @keyframes or-mobile-core-progress {
    0% { transform: scaleX(.08); }
    72%, 100% { transform: scaleX(1.92); }
  }

  .or-mobile-output-stack {
    position: absolute;
    top: 350px;
    right: 0;
    left: 0;
    height: 182px;
  }

  .or-mobile-output-stack article {
    position: absolute;
    top: 0;
    left: 50%;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 9px;
    width: min(314px, calc(100vw - 70px));
    min-height: 62px;
    padding: 10px;
    border: 1px solid rgba(43, 61, 85, 0.13);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 26px rgba(39, 62, 91, 0.12);
    opacity: 0;
    transform: translate(-50%, -28px) scale(.82);
    animation: or-mobile-result-out 7.4s linear var(--od) infinite;
  }

  .or-mobile-output-stack article > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--chaos-blue-soft);
    color: var(--chaos-blue);
    font-family: var(--or-mono, "DM Mono", monospace);
    font-size: 0.56rem;
    font-weight: 900;
  }

  .or-mobile-output-stack div {
    display: grid;
    min-width: 0;
    gap: 3px;
  }

  .or-mobile-output-stack strong,
  .or-mobile-output-stack small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .or-mobile-output-stack strong {
    color: #1d2938;
    font-family: var(--or-mono, "DM Mono", monospace);
    font-size: 0.64rem;
  }

  .or-mobile-output-stack small {
    color: #7b8797;
    font-size: 0.57rem;
  }

  .or-mobile-output-stack article > b {
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #e3f4ec;
    color: var(--chaos-green);
    font-size: 0.62rem;
  }

  @keyframes or-mobile-result-out {
    0% { opacity: 0; transform: translate(-50%, -28px) scale(.78); }
    8% { opacity: 1; }
    68% { opacity: 1; transform: translate(-50%, 72px) scale(1); }
    92% { opacity: .96; transform: translate(-50%, 98px) scale(1); }
    100% { opacity: 0; transform: translate(-50%, 108px) scale(1); }
  }

  .or-chaos-stage-footer {
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: grid;
    gap: 5px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .or-chaos-section {
    padding-block: 72px;
  }

  .or-chaos-head {
    padding-inline: 18px;
  }

  .or-chaos-head h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
    line-height: 1.02;
  }

  .or-chaos-head .or-section-lead {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .or-chaos-stage {
    width: calc(100% - 20px);
    min-height: 628px;
    margin-top: 40px;
    border-radius: 22px;
  }

  .or-chaos-stage-label {
    font-size: 0.54rem;
  }

  .or-chaos-stage-label small {
    display: none;
  }

  .or-chaos-mobile-flow {
    inset-inline: 10px;
  }

  .or-mobile-signal-cloud > span {
    font-size: 0.53rem;
  }

  .or-chaos-stage-footer span:first-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .or-chaos-guide-lines path,
  .or-chaos-output-rail,
  .or-chaos-pulse,
  .or-chaos-orbit,
  .or-chaos-status-dot,
  .or-chaos-core-card::after,
  .or-mobile-signal-cloud > span,
  .or-mobile-core::before,
  .or-mobile-core::after,
  .or-mobile-core i::after,
  .or-mobile-output-stack article {
    animation: none !important;
  }

  .is-reduced-motion .or-output-pod {
    opacity: 1;
  }

  .is-reduced-motion .or-output-pod--one {
    transform: translate3d(calc(100vw - 350px), 128px, 0);
  }

  .is-reduced-motion .or-output-pod--two {
    transform: translate3d(calc(100vw - 350px), 304px, 0);
  }

  .or-mobile-signal-cloud > span {
    opacity: .82;
  }

  .or-mobile-output-stack article {
    opacity: 1;
  }

  .or-mobile-output-stack article:nth-child(1) {
    transform: translate(-50%, 20px);
  }

  .or-mobile-output-stack article:nth-child(2) {
    transform: translate(-50%, 96px);
  }
}

/* GSAP MOTION FLOW */
.has-gsap-flow .or-chaos-guide-lines path,
.has-gsap-flow .or-chaos-output-rail,
.has-gsap-flow .or-chaos-pulse,
.has-gsap-flow .or-chaos-orbit,
.has-gsap-flow .or-chaos-chip,
.has-gsap-flow .or-mobile-signal-cloud > span,
.has-gsap-flow .or-mobile-output-stack article {
  animation: none;
}

.has-gsap-flow .or-output-pod {
  opacity: 0;
  will-change: transform, opacity;
}

.has-gsap-flow .or-chaos-input-layer g,
.has-gsap-flow .or-chaos-chip {
  will-change: transform, opacity;
}

.has-gsap-flow .or-chaos-chip {
  max-width: 264px;
}

.has-gsap-flow .or-chaos-chip-mark {
  min-width: 34px;
}

.has-gsap-flow .or-chaos-chip[data-tone="blue"] .or-chaos-chip-mark {
  background: #e4efff;
  color: #0757b7;
}

.has-gsap-flow .or-chaos-chip[data-tone="green"] .or-chaos-chip-mark {
  background: #e5f5ee;
  color: #137a54;
}

.has-gsap-flow .or-output-pod--three {
  width: clamp(210px, 19vw, 258px);
}

.has-gsap-flow .or-output-pod[data-kind="table"] .or-output-kind,
.has-gsap-flow .or-output-pod[data-kind="view"] .or-output-kind,
.has-gsap-flow .or-output-pod[data-kind="dwh"] .or-output-kind {
  background: #e8eff8;
  color: #294e79;
}

.has-gsap-flow .or-mobile-signal-cloud > span,
.has-gsap-flow .or-mobile-output-stack article {
  opacity: 0;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .has-gsap-flow .or-output-pod {
    opacity: 1;
  }
}


/* ORCHESTRATION STREAM CLEANUP */
.or-chaos-pulse,
.or-chaos-orbit,
.or-chaos-stage::after {
  display: none !important;
}

.or-chaos-core-shell {
  z-index: 7;
}

.or-chaos-core-card {
  box-shadow:
    0 24px 54px rgba(31, 53, 82, 0.19),
    0 4px 12px rgba(31, 53, 82, 0.08),
    inset 0 1px 0 #fff;
}

.or-chaos-stage {
  background:
    radial-gradient(ellipse at 50% 52%, rgba(20, 104, 213, 0.1) 0%, rgba(20, 104, 213, 0.035) 24%, transparent 46%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 251, 0.98));
}


/* GSAP DOM INPUT STREAM */
.or-chaos-dom-input-layer {
  position: absolute;
  z-index: 4;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.or-chaos-dom-chip {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  max-width: 258px;
  margin: 0;
  opacity: 0;
  will-change: transform, opacity;
}

.or-chaos-dom-chip .or-chaos-chip-label {
  max-width: 196px;
}

.or-chaos-chip-mark.is-symbol,
.or-output-kind.is-symbol {
  border-color: #cfdbe8;
  background: #f1f5f9;
  color: #315b8d;
}

.or-chaos-chip-mark.is-symbol svg,
.or-output-kind.is-symbol svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.or-output-kind.is-symbol svg {
  width: 23px;
  height: 23px;
}

.or-chaos-chip[data-tone="green"] .or-chaos-chip-mark.is-symbol { color: #147151; background: #eaf6f0; }
.or-chaos-chip[data-tone="amber"] .or-chaos-chip-mark.is-symbol { color: #9b5d13; background: #fff5e8; }

/* Video feedback: interaction and schedule states are product information. */
.or-trigger,
.or-run-button,
.orchg-node { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.or-trigger:hover,
.or-trigger:focus-visible { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(40, 65, 120, .12); }
.or-trigger:focus-visible,
.or-run-button:focus-visible,
.orchg-node:focus-visible { outline: 3px solid rgba(94, 92, 230, .28); outline-offset: 3px; }
.or-trigger[aria-pressed="true"] { box-shadow: 0 8px 24px rgba(94, 92, 230, .16); }
.or-planned-state { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-bottom: 12px; padding: 6px 9px; border-radius: 999px; background: #edf8f2; color: #24784a; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.or-planned-state i { width: 7px; height: 7px; border-radius: 50%; background: #34a66a; animation: or-interaction-pulse 1.6s ease-in-out infinite; }
.or-countdown { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(25, 39, 70, .09); color: #738096; font-size: 10px; }
.or-countdown b { color: #5e5ce6; font: 700 15px/1 var(--or-mono, monospace); }
.or-upstream-card { margin-top: 15px; padding: 12px; border: 1px solid #dce3f1; border-radius: 12px; background: #f8faff; }
.or-upstream-node { display: grid; grid-template-columns: 8px 1fr; gap: 2px 8px; align-items: center; color: #24334d; }
.or-upstream-node i { grid-row: 1 / 3; width: 8px; height: 8px; border-radius: 50%; background: #5e5ce6; box-shadow: 0 0 0 5px rgba(94,92,230,.11); }
.or-upstream-node b { font: 700 11px/1.2 var(--or-mono, monospace); }
.or-upstream-node small { color: #8490a3; font-size: 8px; letter-spacing: .1em; }
.or-upstream-link { display: block; position: relative; width: 2px; height: 22px; margin: 7px 0 7px 3px; background: linear-gradient(#5e5ce6, #5e5ce633); }
.or-upstream-link i { position: absolute; bottom: -1px; left: -3px; width: 8px; height: 8px; border-right: 2px solid #5e5ce6; border-bottom: 2px solid #5e5ce6; transform: rotate(45deg); }
.or-upstream-card p { margin: 0; color: #5d6b80; font-size: 10px; line-height: 1.45; }
.or-run-button.is-attention { animation: or-interaction-pulse 1.25s ease-in-out 3; }
@keyframes or-interaction-pulse { 50% { transform: scale(1.025); box-shadow: 0 0 0 8px rgba(94, 92, 230, .1); } }

/* Readable left-to-right input → orchestrator → result composition. */
.or-chaos-ambient { display: none; }
.or-chaos-guide-lines path { stroke-width: 2; opacity: .72; }
.or-chaos-output-rail { stroke-width: 2.5; opacity: .82; }
.or-chaos-core-card { box-shadow: 0 24px 58px rgba(31, 54, 91, .2); }
.or-output-pod { border-color: rgba(55, 93, 150, .17); box-shadow: 0 16px 35px rgba(32, 52, 84, .14); }

@media (prefers-reduced-motion: reduce) {
  .or-planned-state i,
  .or-run-button.is-attention { animation: none !important; }
  .or-trigger,
  .or-run-button,
  .orchg-node { transition: none; }
}

/* Schedule builder hierarchy: mode and cadence are separate decisions instead
   of two segmented controls visually nested into the same grey container. */
.or-schedule-section .orsch-board { grid-template-columns: 390px minmax(0, 1fr); }
.or-schedule-section .orsch-inspector { padding: 26px; background: #f7f9fc; }

.or-schedule-section .orsch-inspector .orchb-sec-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  color: #7d8a9c;
}

.or-schedule-section .orsch-inspector .orchb-sec-hd strong { color: #25354b; font-size: 10px; letter-spacing: .09em; }
.or-schedule-section .orsch-inspector .orchb-sec-hd span { padding: 4px 7px; border-radius: 999px; color: #376ba8; background: #e8f1fb; font-size: 8px; letter-spacing: .07em; }

.or-schedule-section .orsch-choice-block {
  padding: 14px;
  border: 1px solid #dce5ef;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(34, 54, 82, .05);
}

.or-schedule-section .orsch-choice-block.is-frequency { margin-top: 12px; margin-bottom: 16px; }
.or-schedule-section .orsch-choice-label { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.or-schedule-section .orsch-choice-label > span { display: grid; width: 26px; height: 26px; flex: 0 0 26px; place-items: center; border: 1px solid #d8e4f2; border-radius: 8px; color: #3e74b3; background: #f2f7fd; font: 800 8px/1 var(--or-mono, monospace); }
.or-schedule-section .orsch-choice-label > div { display: grid; gap: 2px; }
.or-schedule-section .orsch-choice-label strong { color: #27384e; font-size: 10px; }
.or-schedule-section .orsch-choice-label small { color: #8996a7; font-size: 8px; }

.or-schedule-section .orsch-inspector .orchb-seg {
  gap: 7px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.or-schedule-section .orsch-inspector .orchb-seg__item,
.or-schedule-section .orsch-inspector .orchb-seg--fill .orchb-seg__item {
  min-height: 48px;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #e0e7ef;
  border-radius: 10px;
  color: #6f7c8d;
  background: #f8fafc;
  box-shadow: none;
  font-size: 10px;
}

.or-schedule-section .orsch-inspector .orchb-seg__item:hover { border-color: #b8cbe2; background: #f3f7fc; }
.or-schedule-section .orsch-inspector .orchb-seg__item.is-active { border-color: #6d8fc2; color: #1e548f; background: #edf4fc; box-shadow: inset 0 0 0 1px rgba(54, 106, 168, .1); }
.or-schedule-section .orsch-inspector .orchb-seg__item > svg { width: 15px; height: 15px; }
.or-schedule-section .orsch-inspector .orchb-seg--grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.or-schedule-section .orsch-inspector .orchb-seg--grid3 .orchb-seg__item { min-height: 56px; flex-direction: column; gap: 5px; }
.or-schedule-section .orsch-inspector .orchb-seg--grid3 .orchb-seg__item > svg { width: 16px; height: 16px; }
.or-schedule-section .orsch-inspector [data-orsch-panel] > .orchb-field,
.or-schedule-section .orsch-inspector [data-orsch-panel] > .orchb-insp__row,
.or-schedule-section .orsch-inspector [data-orsch-panel] > .orchb-weekdays { margin-inline: 2px; }
.or-schedule-section .orsch-inspector [data-orsch-manual] { margin-top: 12px; padding: 12px; border: 1px solid #dce5ef; border-radius: 11px; background: #fff; }

/* The central run-plan card carries the real Hawk-ETL bird as its identity. */
.or-chaos-core-shell { width: min(390px, 33vw); }
.or-chaos-core-header {
  position: relative;
  display: flex;
  min-height: 132px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  padding: 14px 52px 16px;
  text-align: center;
}

.or-chaos-hawk-mark {
  display: block;
  width: 138px;
  height: 70px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.or-chaos-hawk-mark img {
  display: block;
  width: 284px;
  max-width: none;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.or-chaos-core-brand { justify-items: center; gap: 3px; }
.or-chaos-core-brand small { font-size: .52rem; letter-spacing: .16em; }
.or-chaos-core-brand strong { max-width: 250px; font-size: clamp(.76rem, 1.15vw, .9rem); text-align: center; }
.or-chaos-running { position: absolute; top: 12px; right: 12px; }

@media (max-width: 1080px) {
  .or-chaos-core-shell { width: min(350px, 36vw); }
  .or-chaos-core-header { grid-template-columns: none; }
}

@media (max-width: 900px) {
  .or-schedule-section .orsch-board { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 560px) {
  .or-schedule-section .orsch-inspector { padding: 20px 16px; }
  .or-schedule-section .orsch-choice-block { padding: 12px; }
  .or-schedule-section .orsch-inspector .orchb-seg--grid3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .or-schedule-section .orsch-inspector .orchb-seg--grid3 .orchb-seg__item:last-child { grid-column: 1 / -1; min-height: 46px; flex-direction: row; }
}

/* Keep this final: the legacy bird-centred showcase rules above are retained
   for older embeds, while this page uses a regular application run card. */
.page-etl-orchestration .or-chaos-core-shell { width:min(420px,35vw); }
.page-etl-orchestration .or-chaos-core-card { border:1px solid #cfd8e3;border-radius:13px;background:#fff;box-shadow:0 12px 30px rgba(32,49,73,.1); }
.page-etl-orchestration .or-chaos-core-header {
  position:relative;
  display:grid;
  min-height:70px;
  grid-template-columns:64px minmax(0,1fr) auto;
  align-items:center;
  justify-content:normal;
  flex-direction:row;
  gap:11px;
  padding:13px 14px;
  text-align:left;
}
.page-etl-orchestration .or-chaos-hawk-mark { width:64px;height:26px;overflow:hidden; }
.page-etl-orchestration .or-chaos-hawk-mark img { width:64px;max-width:64px;height:26px;object-fit:contain;object-position:center; }
.page-etl-orchestration .or-chaos-core-brand { justify-items:start;gap:2px; }
.page-etl-orchestration .or-chaos-core-brand small { font-size:.47rem;letter-spacing:.1em; }
.page-etl-orchestration .or-chaos-core-brand strong { max-width:190px;font-size:.76rem;text-align:left; }
.page-etl-orchestration .or-chaos-core-brand em { overflow:hidden;max-width:190px;color:#8a96a5;font:500 .48rem/1.2 var(--or-mono,monospace);text-overflow:ellipsis;white-space:nowrap; }
.page-etl-orchestration .or-chaos-running { position:static;top:auto;right:auto; }
.page-etl-orchestration .or-chaos-status { position:static;bottom:auto;left:auto;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none;backdrop-filter:none; }

@media (max-width:1080px) {
  .page-etl-orchestration .or-chaos-core-shell { width:min(380px,38vw); }
  .page-etl-orchestration .or-chaos-core-header { grid-template-columns:58px minmax(0,1fr) auto; }
  .page-etl-orchestration .or-chaos-hawk-mark,
  .page-etl-orchestration .or-chaos-hawk-mark img { width:58px;max-width:58px; }
}

/* Final override for the intentionally minimal square orchestration core. */
.page-etl-orchestration .or-chaos-core-shell { width:264px;height:264px; }
.page-etl-orchestration .or-chaos-core-card { display:grid;width:100%;height:100%;align-content:center;justify-items:center;gap:8px;padding:18px;border-radius:20px; }
.page-etl-orchestration .or-chaos-core-card>.or-chaos-hawk-mark { display:block;width:194px;height:132px;overflow:visible; }
.page-etl-orchestration .or-chaos-core-card>.or-chaos-hawk-mark img { display:block;width:194px;max-width:194px;height:132px;object-fit:contain;object-position:center;transform:scale(1.2); }
.page-etl-orchestration .or-chaos-pipeline-name { max-width:100%;overflow:hidden;color:#1e2b3d;font:750 14px/1.25 var(--or-mono,monospace);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap; }
.page-etl-orchestration .or-chaos-run-time { color:#52677d;font:800 10px/1 var(--or-mono,monospace);letter-spacing:.08em; }

.page-etl-orchestration .or-mobile-core-logo { width:104px;height:78px;overflow:visible; }
.page-etl-orchestration .or-mobile-core-logo img { display:block;width:104px;max-width:104px;height:78px;object-fit:contain;object-position:center;transform:scale(1.35); }
.or-chaos-chip-mark.is-postgres img,.or-chaos-chip-mark.is-mysql img,.or-chaos-chip-mark.is-mariadb img,.or-chaos-chip-mark.is-clickhouse img { width:20px;height:20px; }
