/* NoemaAPS focused refinement
   The original site's typography, palette, floating navigation and editorial rhythm stay intact.
   This layer narrows the story, adds scroll-snap chapters and introduces only purposeful interaction. */

:root {
  --shell: min(1460px, calc(100% - 64px));
  --snap-header: 92px;
  --surface-blue: #eef5ff;
  --surface-night: #061321;
  --surface-night-2: #0a1d32;
}

html {
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0;
  overscroll-behavior-y: contain;
}

body {
  background:
    radial-gradient(circle at 92% 6%, rgba(5, 188, 233, 0.08), transparent 24rem),
    var(--paper);
}

.snap-section {
  min-height: 100svh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(7, 93, 255, 0.32);
  outline-offset: 3px;
}

.site-header {
  padding: 0.85rem 0;
}

.site-header.is-scrolled {
  padding: 0.55rem 0;
}

.header-shell {
  min-height: 66px;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  padding: 0 0.55rem 0 1.05rem;
  border-color: rgba(29, 65, 112, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.9);
}

.brand--official {
  display: inline-flex;
  width: 134px;
  height: 38px;
}

.brand--official img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.desktop-nav {
  justify-self: center;
  gap: clamp(0.35rem, 1vw, 1rem);
}

.desktop-nav a {
  position: relative;
  padding: 0.7rem 0.65rem;
  border-radius: 0.65rem;
  font-size: 0.76rem;
  white-space: nowrap;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0.65rem;
  bottom: 0.35rem;
  left: 0.65rem;
  height: 2px;
  transform: scaleX(0);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--ink);
  background: rgba(7, 93, 255, 0.055);
}

.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  min-height: 48px;
  padding: 0 1.05rem;
  border-radius: 0.8rem;
  font-size: 0.78rem;
}

/* Hero */

.hero {
  min-height: 100svh;
  padding: 8.2rem 0 1.6rem;
}

.hero-inner {
  grid-template-columns: minmax(420px, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.hero-copy {
  align-self: center;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(3.4rem, 5.2vw, 5.8rem);
}

.hero-lead {
  max-width: 650px;
  font-size: 1rem;
}

.hero-proof {
  margin-top: 2.15rem;
}

.hero-visual--interactive {
  width: 100%;
  min-width: 0;
  max-width: 760px;
  justify-self: end;
}

.product-window--gantt,
.hero-visual--interactive:hover .product-window--gantt {
  position: relative;
  width: 100%;
  transform: none;
}

.product-window--gantt {
  transition: box-shadow 180ms ease;
}

.product-window--gantt .window-body {
  padding: 0.85rem;
}

.product-window--gantt .window-topbar {
  min-height: 54px;
}

.gantt-tools {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.gantt-tools button {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  color: #40516a;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
}

.gantt-tools button:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.gantt-tools span {
  min-width: 29px;
  color: #718096;
  font-size: 0.54rem;
  font-weight: 800;
  text-align: center;
}

.plan-status-row--compact .status-copy,
.plan-status-row--compact .mini-kpi {
  padding: 0.62rem 0.72rem;
}

.timeline-header--interactive {
  margin-top: 0.85rem;
  grid-template-columns: 76px 1fr;
}

.schedule-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: rgba(7, 93, 255, 0.28) transparent;
  scrollbar-width: thin;
}

.schedule-viewport::-webkit-scrollbar {
  height: 5px;
}

.schedule-viewport::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(7, 93, 255, 0.25);
}

.schedule--interactive {
  min-width: var(--gantt-width, 100%);
  gap: 0.34rem;
  transition: min-width 240ms ease;
}

.schedule--interactive::before {
  left: 82px;
  background-size: 20% 100%;
}

.schedule--interactive .schedule-row {
  grid-template-columns: 76px 1fr;
  gap: 0.45rem;
}

.schedule--interactive .machine {
  display: grid;
  font-size: 0.55rem;
  line-height: 1.15;
}

.schedule--interactive .machine small {
  margin-top: 0.18rem;
  overflow: hidden;
  color: #8793a6;
  font-family: var(--font-body);
  font-size: 0.45rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.schedule--interactive .track {
  height: 31px;
  overflow: visible;
  background: rgba(231, 238, 248, 0.62);
}

.gantt-job,
.gantt-gap,
.gantt-setup,
.gantt-downtime {
  position: absolute;
  top: 4px;
  left: var(--x);
  width: max(var(--w), 3px);
  height: 23px;
  border-radius: 0.34rem;
}

.gantt-job,
.gantt-gap {
  border: 0;
  cursor: pointer;
}

.gantt-job {
  z-index: 3;
  padding: 0 0.35rem;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(100deg, #1352f7, #0788ef);
  box-shadow: 0 3px 9px rgba(7, 93, 255, 0.17);
  font-size: 0.43rem;
  font-weight: 800;
  line-height: 23px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: filter 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.schedule-row:nth-child(2n) .gantt-job {
  background: linear-gradient(100deg, #096ca9, #08a8c7);
}

.schedule-row:nth-child(3n) .gantt-job {
  background: linear-gradient(100deg, #243a64, #4264a9);
}

.gantt-job:hover,
.gantt-job:focus-visible,
.gantt-job.is-selected {
  z-index: 6;
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 7px 16px rgba(7, 93, 255, 0.25);
}

.gantt-job.is-related {
  box-shadow: 0 0 0 2px #ffa25c, 0 6px 15px rgba(255, 133, 63, 0.2);
}

.gantt-gap {
  z-index: 1;
  padding: 0 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px dashed rgba(112, 133, 161, 0.25);
  color: #667890;
  background: repeating-linear-gradient(-45deg, rgba(122, 143, 169, 0.04) 0 5px, rgba(122, 143, 169, 0.11) 5px 7px);
}

.gantt-gap span {
  overflow: hidden;
  font-size: 0.36rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gantt-gap[data-gap-kind="material"] {
  border-color: rgba(222, 120, 74, 0.3);
  color: #a85e40;
  background: repeating-linear-gradient(-45deg, rgba(255, 149, 97, 0.08) 0 5px, rgba(255, 149, 97, 0.16) 5px 7px);
}

.gantt-gap[data-gap-kind="mold"] {
  border-color: rgba(229, 154, 35, 0.32);
  color: #9b6c16;
  background: rgba(255, 191, 66, 0.1);
}

.gantt-gap[data-gap-kind="calendar"] {
  color: #7b8798;
  background: repeating-linear-gradient(-45deg, rgba(111, 129, 151, 0.05) 0 5px, rgba(111, 129, 151, 0.14) 5px 7px);
}

.gantt-gap:hover,
.gantt-gap:focus-visible {
  border-color: rgba(7, 93, 255, 0.42);
  background: rgba(7, 93, 255, 0.08);
}

.gantt-hover-card {
  position: absolute;
  z-index: 30;
  width: min(232px, calc(100% - 24px));
  padding: 0.72rem 0.78rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.42rem 0.8rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(44, 87, 145, 0.2);
  border-radius: 0.8rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 45px rgba(14, 48, 95, 0.22);
  transition: opacity 120ms ease;
}

.gantt-hover-card.is-visible {
  visibility: visible;
  opacity: 1;
}

.gantt-hover-card__kicker,
.gantt-hover-card > strong {
  grid-column: 1 / -1;
}

.gantt-hover-card__kicker {
  color: var(--blue);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gantt-hover-card > strong {
  margin-top: -0.1rem;
  font-size: 0.76rem;
}

.gantt-hover-card > span:not(.gantt-hover-card__kicker) {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.gantt-hover-card i {
  color: #7c8ba0;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 700;
}

.gantt-hover-card b {
  overflow: hidden;
  font-size: 0.56rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gantt-setup {
  z-index: 2;
  border: 1px solid rgba(255, 139, 69, 0.45);
  background: repeating-linear-gradient(-45deg, rgba(255, 139, 69, 0.18) 0 4px, rgba(255, 139, 69, 0.35) 4px 6px);
  pointer-events: none;
}

.gantt-downtime {
  z-index: 2;
  border: 1px dashed rgba(183, 77, 64, 0.4);
  background: repeating-linear-gradient(-45deg, rgba(255, 105, 86, 0.12) 0 5px, rgba(255, 105, 86, 0.23) 5px 7px);
  pointer-events: none;
}

.gantt-insight {
  min-height: 66px;
  margin-top: 0.7rem;
  padding: 0.64rem 0.75rem;
  display: grid;
  grid-template-columns: 118px 1fr;
  column-gap: 0.8rem;
  align-items: center;
  border: 1px solid rgba(7, 93, 255, 0.12);
  border-radius: 0.75rem;
  background: linear-gradient(115deg, rgba(7, 93, 255, 0.055), rgba(5, 188, 233, 0.025));
}

.gantt-insight__eyebrow {
  grid-row: 1 / span 2;
  color: var(--blue);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gantt-insight strong {
  overflow: hidden;
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gantt-insight p {
  margin: 0.12rem 0 0;
  overflow: hidden;
  color: #718096;
  font-size: 0.52rem;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.window-footer--compact {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
}

.example-boundary {
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #7b8798;
  font-size: 0.48rem;
  font-weight: 800;
}

.capability-rail {
  margin-top: 2.2rem;
  padding-top: 1rem;
  font-size: 0.56rem;
}

/* Plan quality */

.statement {
  min-height: 100svh;
  padding: 8rem 0 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.statement-grid {
  align-items: start;
}

.statement h2 {
  max-width: 980px;
  font-size: clamp(3rem, 5vw, 5.4rem);
}

.statement-copy > p:last-child {
  max-width: 790px;
  margin-top: 1.6rem;
  font-size: 1rem;
}

.guardrail-strip {
  margin-top: clamp(2.5rem, 5vh, 4rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.guardrail-strip article {
  min-height: 208px;
  padding: 1.45rem 1.6rem;
  border-right: 1px solid var(--line);
}

.guardrail-strip article:last-child {
  border-right: 0;
}

.guardrail-strip span {
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guardrail-strip h3 {
  max-width: 310px;
  margin: 2.6rem 0 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.guardrail-strip p {
  max-width: 380px;
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.guardrail-note {
  margin: 1.25rem 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #35455c;
  font-size: 0.82rem;
  font-weight: 700;
}

.guardrail-note span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(18, 183, 122, 0.1);
}

.guardrail-note p {
  margin: 0;
}

/* Production model */

.platform {
  min-height: 100svh;
  padding: 0.7rem 0;
  display: flex;
  align-items: stretch;
}

.platform-shell.semantic-shell {
  width: min(1540px, calc(100% - 28px));
  min-height: calc(100svh - 1.4rem);
  padding: clamp(6rem, 9vh, 8rem) max(2rem, calc((100% - 1320px) / 2));
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
}

.semantic-copy h2 {
  max-width: 610px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.5vw, 5.1rem);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.semantic-copy h2 span {
  color: transparent;
  background: linear-gradient(100deg, #3b75ff, #11bbeb);
  background-clip: text;
  -webkit-background-clip: text;
}

.semantic-copy > p:not(.kicker) {
  max-width: 610px;
  margin: 1.5rem 0 0;
  color: #aebed0;
  line-height: 1.75;
}

.semantic-filters {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.semantic-filters button {
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(153, 190, 229, 0.18);
  border-radius: 999px;
  color: #a8bad0;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.61rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.semantic-filters button:hover,
.semantic-filters button.is-active {
  border-color: rgba(66, 159, 255, 0.6);
  color: #fff;
  background: rgba(7, 93, 255, 0.15);
}

.semantic-detail {
  max-width: 610px;
  min-height: 96px;
  margin-top: 1.1rem;
  padding-top: 1rem;
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.semantic-detail span {
  color: #68bcff;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.semantic-detail strong {
  margin-top: 0.26rem;
  font-size: 0.82rem;
}

.semantic-detail p {
  margin: 0.25rem 0 0;
  color: #879cb4;
  font-size: 0.7rem;
  line-height: 1.55;
}

.semantic-visual {
  min-width: 0;
}

.semantic-canvas {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(133, 182, 235, 0.17);
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at 50% 46%, rgba(7, 93, 255, 0.18), transparent 35%),
    rgba(6, 25, 46, 0.72);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.semantic-canvas::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: radial-gradient(rgba(127, 184, 244, 0.45) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  mask-image: radial-gradient(circle, #000, transparent 78%);
}

.semantic-canvas svg {
  position: relative;
  width: 100%;
  height: auto;
}

.semantic-edges path {
  fill: none;
  stroke: rgba(96, 162, 236, 0.55);
  stroke-width: 2;
  stroke-linecap: round;
  transition: opacity 180ms ease, stroke 180ms ease, stroke-width 180ms ease;
}

.semantic-edges .semantic-edge--rule {
  stroke-dasharray: 7 9;
  stroke: rgba(122, 210, 255, 0.45);
}

.semantic-node {
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.24));
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
  transform-box: fill-box;
  transform-origin: center;
}

.semantic-node circle,
.semantic-node rect,
.semantic-node path {
  stroke-width: 2.5;
}

.semantic-node text {
  fill: #fff;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  text-anchor: middle;
  pointer-events: none;
}

.semantic-node--order circle {
  fill: #0e3169;
  stroke: #4f9cff;
}

.semantic-node--operation circle {
  fill: #075dff;
  stroke: #54c8ff;
}

.semantic-node--core circle {
  fill: #0a76ff;
  stroke-width: 4;
  filter: drop-shadow(0 0 18px rgba(7, 116, 255, 0.66));
}

.semantic-node--resource rect {
  fill: #0c4965;
  stroke: #25c3e9;
}

.semantic-node--material rect {
  fill: #4935a3;
  stroke: #9b8bff;
}

.semantic-node--rule path {
  fill: #0d6c78;
  stroke: #5de5e7;
}

.semantic-annotations text {
  fill: rgba(188, 212, 239, 0.68);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.semantic-graph-dim .semantic-node,
.semantic-graph-dim .semantic-edges path {
  opacity: 0.14;
}

.semantic-graph-dim .semantic-node.is-focus,
.semantic-graph-dim .semantic-edges path.is-focus {
  opacity: 1;
}

.semantic-graph-dim .semantic-node.is-focus {
  filter: drop-shadow(0 0 18px rgba(63, 164, 255, 0.6));
}

.semantic-graph-dim .semantic-annotations {
  opacity: 0.22;
}

.semantic-legend {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 0.6rem 0.75rem;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  border: 1px solid rgba(142, 187, 236, 0.13);
  border-radius: 0.75rem;
  color: #91a8c2;
  background: rgba(4, 18, 34, 0.74);
  font-size: 0.52rem;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.semantic-legend span {
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.semantic-legend i {
  width: 10px;
  height: 10px;
  display: block;
}

.legend-order {
  border: 2px solid #4f9cff;
  border-radius: 50%;
  background: #0e3169;
}

.legend-relation {
  width: 18px !important;
  height: 2px !important;
  background: #5ba8ff;
}

.legend-rule {
  transform: rotate(45deg) scale(0.75);
  border: 2px solid #5de5e7;
  background: #0d6c78;
}

/* Live plan */

.live-plan {
  width: var(--shell);
  min-height: 100svh;
  margin: 0 auto;
  padding: 8rem 0 4.5rem;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.live-plan__copy h2 {
  max-width: 670px;
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.6vw, 5.1rem);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.live-plan__copy h2 span {
  color: transparent;
  background: linear-gradient(102deg, var(--blue-deep), #0789ff 56%, var(--cyan));
  background-clip: text;
  -webkit-background-clip: text;
}

.live-plan__copy > p:not(.kicker) {
  max-width: 650px;
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.live-facts {
  margin: 2rem 0 0;
}

.live-facts div {
  padding: 0.8rem 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  border-top: 1px solid var(--line);
}

.live-facts dt {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 800;
}

.live-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.live-window {
  position: relative;
  padding: 1.3rem;
  overflow: hidden;
  border: 1px solid rgba(41, 81, 133, 0.15);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 32px 80px rgba(19, 58, 107, 0.15);
  backdrop-filter: blur(15px);
}

.live-window::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40%;
  right: -20%;
  width: 55%;
  height: 85%;
  border-radius: 50%;
  background: rgba(5, 188, 233, 0.12);
  filter: blur(55px);
}

.live-window__head {
  padding-bottom: 0.9rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: #64748b;
  font-size: 0.64rem;
}

.live-window__head span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.live-window__head i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(18, 183, 122, 0.1);
}

.live-axis {
  margin: 1.2rem 0 0.55rem 104px;
  display: flex;
  justify-content: space-between;
  color: #8a96a8;
  font-size: 0.53rem;
  font-weight: 700;
}

.live-lane {
  position: relative;
  margin-bottom: 0.6rem;
  display: grid;
  grid-template-columns: 94px 1fr;
  align-items: center;
  gap: 0.65rem;
}

.live-lane__label {
  display: grid;
  line-height: 1.25;
}

.live-lane__label strong {
  font-family: var(--font-display);
  font-size: 0.68rem;
}

.live-lane__label span {
  color: #8793a5;
  font-size: 0.48rem;
}

.live-lane__track {
  position: relative;
  height: 50px;
  border-radius: 0.62rem;
  background:
    linear-gradient(90deg, transparent 24.8%, var(--line) 25%, transparent 25.2%, transparent 49.8%, var(--line) 50%, transparent 50.2%, transparent 74.8%, var(--line) 75%, transparent 75.2%),
    #f2f6fb;
}

.live-lane__track span {
  position: absolute;
  left: var(--x);
  width: var(--w);
  border-radius: 0.28rem;
}

.live-lane__track .planned {
  top: 9px;
  height: 12px;
  border: 1px solid rgba(7, 93, 255, 0.35);
  background: rgba(7, 93, 255, 0.08);
}

.live-lane__track .actual {
  bottom: 9px;
  height: 12px;
  background: linear-gradient(90deg, #075dff, #0ba8e9);
}

.live-lane__track .actual--future {
  opacity: 0.42;
}

.live-lane__track .waiting {
  top: 8px;
  bottom: 8px;
  height: auto;
  display: grid;
  place-items: center;
  color: #b64f3d;
  background: repeating-linear-gradient(-45deg, rgba(255, 104, 84, 0.12) 0 5px, rgba(255, 104, 84, 0.23) 5px 7px);
  font-size: 0.48rem;
  font-weight: 800;
}

.live-now {
  position: absolute;
  top: 77px;
  bottom: 123px;
  left: 48%;
  width: 1px;
  border-left: 1px dashed #ff7a5e;
  pointer-events: none;
}

.live-now span {
  position: absolute;
  top: -13px;
  left: 0;
  transform: translateX(-50%);
  color: #d55b43;
  font-size: 0.46rem;
  font-weight: 800;
}

.live-explanation {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 1fr;
  border-top: 1px solid var(--line);
}

.live-explanation div {
  padding: 1rem 0.8rem 0.2rem;
  border-right: 1px solid var(--line);
}

.live-explanation div:first-child {
  padding-left: 0;
}

.live-explanation div:last-child {
  border-right: 0;
}

.live-explanation span,
.live-explanation strong {
  display: block;
}

.live-explanation span {
  color: #8793a5;
  font-size: 0.5rem;
}

.live-explanation strong {
  margin-top: 0.3rem;
  font-size: 0.64rem;
  line-height: 1.4;
}

/* Planning assistant */

.copilot-section {
  min-height: 100svh;
  padding: 0.7rem 0;
  display: flex;
  align-items: stretch;
}

.copilot-shell.assistant-shell {
  width: 100%;
  min-height: calc(100svh - 1.4rem);
  padding: clamp(6rem, 8vh, 7.5rem) max(2rem, calc((100% - 1320px) / 2));
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 5vw, 5rem);
  border-radius: 2.5rem;
}

.assistant-copy h2 {
  font-size: clamp(3rem, 4.35vw, 4.9rem);
}

.assistant-copy > p:not(.kicker) {
  max-width: 600px;
}

.assistant-principle {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.assistant-principle span {
  color: #6fc3ff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.assistant-principle p {
  margin: 0.45rem 0 0;
  color: #8fa3bb;
  font-size: 0.73rem;
  line-height: 1.6;
}

.assistant-scene {
  overflow: hidden;
  border: 1px solid rgba(130, 180, 236, 0.2);
  border-radius: 1.35rem;
  background: rgba(7, 28, 51, 0.82);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.assistant-head {
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.assistant-head > div {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.assistant-head img {
  width: 29px;
}

.assistant-head span:not(.assistant-status) {
  display: grid;
  line-height: 1.35;
}

.assistant-head b {
  font-family: var(--font-display);
  font-size: 0.72rem;
}

.assistant-head small {
  color: #7891ad;
  font-size: 0.52rem;
}

.assistant-status {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  color: #91a9c3;
  font-size: 0.52rem;
  font-weight: 700;
}

.assistant-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(18, 183, 122, 0.1);
}

.assistant-question {
  width: 72%;
  margin: 1rem 1rem 0 auto;
}

.assistant-question span {
  display: block;
  margin-bottom: 0.35rem;
  color: #7b92ad;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.assistant-question p {
  margin: 0;
  padding: 0.72rem 0.9rem;
  border-radius: 0.78rem;
  color: #fff;
  background: linear-gradient(110deg, #1348f6, #077dff);
  font-size: 0.7rem;
  font-weight: 700;
}

.assistant-answer {
  margin: 0.85rem 1rem 0;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 0.65rem;
  border: 1px solid rgba(121, 175, 234, 0.13);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.045);
}

.assistant-answer__mark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  background: rgba(7, 93, 255, 0.14);
}

.assistant-answer__mark img {
  width: 21px;
}

.assistant-answer span {
  color: #6fbaff;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.assistant-answer p {
  margin: 0.25rem 0 0;
  color: #cbd7e5;
  font-size: 0.64rem;
  line-height: 1.55;
}

.assistant-actions {
  margin: 0.75rem 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.assistant-actions button {
  min-height: 116px;
  padding: 0.75rem;
  display: grid;
  grid-template-columns: 29px 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 0.35rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.8rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.assistant-actions button:hover {
  transform: translateY(-2px);
}

.assistant-actions button[aria-pressed="true"] {
  border-color: rgba(53, 151, 255, 0.62);
  background: rgba(7, 93, 255, 0.12);
}

.assistant-action__icon {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 0.48rem;
  color: #8bc7ff;
  background: rgba(7, 93, 255, 0.16);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
}

.assistant-action__icon--alt {
  color: #c7b8ff;
  background: rgba(126, 88, 255, 0.15);
}

.assistant-actions button > span:nth-child(2) {
  display: grid;
  line-height: 1.35;
}

.assistant-actions b {
  font-size: 0.58rem;
}

.assistant-actions small {
  margin-top: 0.2rem;
  color: #8298b1;
  font-size: 0.48rem;
}

.assistant-actions button > strong {
  color: #55d5a1;
  font-size: 0.64rem;
  white-space: nowrap;
}

.assistant-actions button > i {
  grid-column: 2 / 4;
  color: #6ebcff;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 800;
}

.assistant-actions button[aria-pressed="false"] {
  opacity: 0.68;
}

.assistant-actions button[aria-pressed="false"] > i {
  color: #91a1b6;
}

.assistant-decision {
  margin: 0.75rem 1rem 0;
  padding: 0.72rem 0;
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.assistant-decision div {
  padding: 0 0.7rem;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.assistant-decision div:first-child {
  padding-left: 0;
}

.assistant-decision div:last-child {
  border-right: 0;
}

.assistant-decision span,
.assistant-decision strong {
  display: block;
}

.assistant-decision span {
  color: #758da8;
  font-size: 0.47rem;
}

.assistant-decision strong {
  margin-top: 0.25rem;
  font-size: 0.61rem;
}

.assistant-impact {
  color: #55d5a1;
}

.assistant-pending {
  color: #ffbd67;
}

.assistant-disclosure {
  margin: 0.6rem 1rem 0.8rem;
  color: #607994;
  font-size: 0.46rem;
  text-align: right;
}

/* Product screens */

.product-tour {
  width: var(--shell);
  min-height: 100svh;
  margin: 0 auto;
  padding: 8rem 0 4rem;
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5rem);
}

.product-tour__intro h2 {
  max-width: 560px;
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 4vw, 4.7rem);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -0.06em;
}

.product-tour__intro h2 span {
  color: transparent;
  background: linear-gradient(102deg, var(--blue-deep), #0789ff 56%, var(--cyan));
  background-clip: text;
  -webkit-background-clip: text;
}

.product-tour__intro > p:not(.kicker) {
  max-width: 520px;
  margin: 1.4rem 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.product-switcher {
  margin-top: 2rem;
  display: grid;
  gap: 0.35rem;
}

.product-switcher button {
  position: relative;
  padding: 0.8rem 0.9rem 0.8rem 1.15rem;
  border: 0;
  border-left: 2px solid var(--line);
  color: #758297;
  background: transparent;
  font-size: 0.74rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.product-switcher button:hover,
.product-switcher button[aria-selected="true"] {
  border-left-color: var(--blue);
  color: var(--ink);
  background: linear-gradient(90deg, rgba(7, 93, 255, 0.07), transparent);
}

.product-caption {
  min-height: 88px;
  margin-top: 1.35rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.product-caption strong {
  font-size: 0.83rem;
}

.product-caption p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.55;
}

.product-tour__stage {
  position: relative;
  min-width: 0;
  padding: 0.75rem;
  border: 1px solid rgba(42, 82, 133, 0.15);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 80px rgba(17, 55, 104, 0.15);
  backdrop-filter: blur(15px);
}

.product-tour__stage figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.92rem;
  background: #eaf0f8;
}

.product-tour__stage figure[hidden] {
  display: none;
}

.product-tour__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.product-stage__bar {
  min-height: 38px;
  padding: 0.7rem 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #78869a;
  font-size: 0.55rem;
  font-weight: 700;
}

.product-stage__bar span {
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.product-stage__bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.product-stage__bar button {
  padding: 0.4rem 0.62rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  color: #3d4d64;
  background: #fff;
  font-size: 0.53rem;
  font-weight: 800;
  cursor: pointer;
}

.product-tour__stage.is-fullscreen {
  position: fixed;
  z-index: 250;
  inset: 20px;
  width: auto;
  height: auto;
  padding: 1rem;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: rgba(255, 255, 255, 0.98);
}

.product-tour__stage.is-fullscreen figure {
  aspect-ratio: auto;
  min-height: 0;
}

.product-tour__stage.is-fullscreen img {
  object-fit: contain;
}

body.has-product-fullscreen {
  overflow: hidden;
}

/* Closing and footer */

.closing {
  min-height: 100svh;
  padding: 7.5rem max(1.5rem, calc((100% - 1220px) / 2)) 0;
  grid-template-rows: 1fr auto;
  align-items: center;
}

.closing-copy {
  align-self: center;
}

.closing-email {
  width: max-content;
  margin-top: 1rem;
  display: block;
  color: #86a0bc;
  font-size: 0.72rem;
  transition: color 160ms ease;
}

.closing-email:hover {
  color: #fff;
}

.site-footer--embedded {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 3rem;
  padding: 1.5rem 0 1rem;
  color: #d7e3f0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.site-footer--embedded .footer-main,
.site-footer--embedded .footer-bottom {
  width: 100%;
}

.site-footer--embedded .brand--official {
  width: 118px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.site-footer--embedded .footer-brand p,
.site-footer--embedded .footer-links a,
.site-footer--embedded .footer-bottom {
  color: #849ab3;
}

.site-footer--embedded .footer-links span {
  color: #d4e1ed;
}

/* Responsive */

@media (max-width: 1260px) {
  :root {
    --shell: min(1180px, calc(100% - 44px));
  }

  .header-shell {
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }

  .brand--official {
    width: 120px;
  }

  .desktop-nav {
    gap: 0.15rem;
  }

  .desktop-nav a {
    padding-inline: 0.48rem;
    font-size: 0.7rem;
  }

  .hero-inner {
    grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
    gap: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 5vw, 5rem);
  }

  .platform-shell.semantic-shell,
  .copilot-shell.assistant-shell {
    padding-inline: 3rem;
  }
}

@media (max-width: 1040px) {
  html {
    scroll-snap-type: none;
  }

  .snap-section {
    min-height: auto;
    scroll-snap-align: none;
  }

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

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .brand--official {
    width: 126px;
  }

  .hero {
    padding-top: 8.5rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual--interactive {
    width: min(820px, 100%);
    max-width: none;
    justify-self: center;
  }

  .capability-rail {
    margin-top: 4.5rem;
  }

  .statement {
    padding-top: 7rem;
  }

  .guardrail-strip {
    grid-template-columns: 1fr;
  }

  .guardrail-strip article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .guardrail-strip article:last-child {
    border-bottom: 0;
  }

  .guardrail-strip h3 {
    margin-top: 1.2rem;
  }

  .platform-shell.semantic-shell,
  .copilot-shell.assistant-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 7rem 4rem;
  }

  .semantic-copy h2,
  .assistant-copy h2 {
    max-width: 780px;
  }

  .semantic-copy > p:not(.kicker),
  .assistant-copy > p:not(.kicker) {
    max-width: 760px;
  }

  .semantic-canvas {
    max-width: 820px;
    margin: 0 auto;
  }

  .live-plan,
  .product-tour {
    grid-template-columns: 1fr;
    padding-block: 7rem 5rem;
  }

  .live-plan__copy,
  .product-tour__intro {
    max-width: 760px;
  }

  .live-plan__visual,
  .product-tour__stage {
    width: min(900px, 100%);
    margin: 0 auto;
  }

  .product-switcher {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-switcher button {
    border-left: 0;
    border-bottom: 2px solid var(--line);
    text-align: center;
  }

  .product-switcher button:hover,
  .product-switcher button[aria-selected="true"] {
    border-left-color: transparent;
    border-bottom-color: var(--blue);
    background: linear-gradient(0deg, rgba(7, 93, 255, 0.07), transparent);
  }

  .closing {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .hero {
    overflow-x: clip;
  }

  .header-shell {
    padding-left: 0.8rem;
  }

  .hero {
    padding: 7.5rem 0 3rem;
  }

  .eyebrow {
    width: auto;
    max-width: 100%;
    font-size: 0.58rem;
  }

  .hero h1,
  .statement h2,
  .semantic-copy h2,
  .live-plan__copy h2,
  .assistant-copy h2,
  .product-tour__intro h2 {
    font-size: clamp(2.65rem, 12.5vw, 4.1rem);
  }

  .hero-proof {
    gap: 0.75rem;
  }

  .product-window--gantt {
    margin: 0 -4px;
    transform: none;
  }

  .window-brand b {
    display: none;
  }

  .gantt-insight {
    grid-template-columns: 1fr;
  }

  .gantt-insight__eyebrow {
    grid-row: auto;
  }

  .timeline-header--interactive,
  .schedule--interactive .schedule-row {
    grid-template-columns: 62px 1fr;
  }

  .schedule--interactive::before {
    left: 67px;
  }

  .plan-status-row--compact {
    grid-template-columns: 1.25fr 1fr;
  }

  .plan-status-row--compact .mini-kpi:last-child {
    display: none;
  }

  .capability-rail {
    margin-top: 4rem;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .statement-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .statement-copy > p:last-child {
    margin-left: 0;
  }

  .guardrail-note {
    align-items: flex-start;
  }

  .platform-shell.semantic-shell,
  .copilot-shell.assistant-shell {
    width: calc(100% - 12px);
    padding: 6.5rem 1.1rem 3rem;
    border-radius: 1.5rem;
  }

  .semantic-filters {
    gap: 0.35rem;
  }

  .semantic-filters button {
    padding: 0.42rem 0.58rem;
    font-size: 0.54rem;
  }

  .semantic-canvas {
    margin-inline: -0.2rem;
  }

  .semantic-legend {
    justify-content: center;
  }

  .live-plan,
  .product-tour {
    padding-block: 6.5rem 4rem;
  }

  .live-facts div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .live-window {
    padding: 0.9rem;
  }

  .live-window__head {
    gap: 1rem;
  }

  .live-axis {
    margin-left: 75px;
  }

  .live-lane {
    grid-template-columns: 66px 1fr;
  }

  .live-lane__label span {
    display: none;
  }

  .live-now {
    display: none;
  }

  .live-explanation {
    grid-template-columns: 1fr;
  }

  .live-explanation div {
    padding: 0.75rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .live-explanation div:last-child {
    border-bottom: 0;
  }

  .assistant-head {
    align-items: flex-start;
    gap: 0.75rem;
  }

  .assistant-status {
    max-width: 90px;
    text-align: right;
  }

  .assistant-question {
    width: calc(100% - 2rem);
  }

  .assistant-actions {
    grid-template-columns: 1fr;
  }

  .assistant-decision {
    grid-template-columns: 1fr;
    padding: 0.2rem 0;
  }

  .assistant-decision div {
    padding: 0.65rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .assistant-decision div:last-child {
    border-bottom: 0;
  }

  .product-switcher {
    grid-template-columns: 1fr;
  }

  .product-switcher button {
    border-bottom-width: 1px;
    text-align: left;
  }

  .product-tour__stage {
    padding: 0.45rem;
  }

  .product-stage__bar {
    padding-inline: 0.25rem;
  }

  .product-tour__stage.is-fullscreen {
    inset: 6px;
  }

  .closing {
    width: calc(100% - 12px);
    grid-template-columns: minmax(0, 1fr);
    padding: 6rem 1.2rem 0;
  }

  .closing-art,
  .closing-copy,
  .site-footer--embedded {
    min-width: 0;
    max-width: 100%;
  }

  .closing h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .site-footer--embedded .footer-main {
    grid-template-columns: 1fr;
  }

  .site-footer--embedded .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer--embedded .footer-links > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-height: 820px) and (min-width: 1041px) {
  .hero {
    padding-top: 7.2rem;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 4.7vw, 5rem);
  }

  .hero-lead {
    margin-top: 1.1rem;
  }

  .hero-actions {
    margin-top: 1.4rem;
  }

  .hero-proof {
    margin-top: 1.4rem;
  }

  .capability-rail {
    margin-top: 1.2rem;
  }

  .statement,
  .live-plan,
  .product-tour {
    padding-top: 6.3rem;
    padding-bottom: 2rem;
  }

  .guardrail-strip {
    margin-top: 2rem;
  }

  .guardrail-strip article {
    min-height: 180px;
  }

  .platform-shell.semantic-shell,
  .copilot-shell.assistant-shell {
    padding-top: 5.7rem;
    padding-bottom: 2.2rem;
  }

  .semantic-copy h2,
  .assistant-copy h2,
  .live-plan__copy h2,
  .product-tour__intro h2 {
    font-size: clamp(2.7rem, 4vw, 4.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-snap-type: none;
  }

  .snap-section {
    scroll-snap-stop: normal;
  }

  .product-window--gantt {
    transform: none;
  }
}

/* Approved product-story refinement
   This block deliberately extends the retained visual system instead of replacing it. */

.header-cta,
.mobile-nav button,
.button {
  font: inherit;
}

.header-cta {
  border: 0;
  cursor: pointer;
}

.mobile-nav button {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 0.75rem;
  color: var(--ink);
  background: rgba(7, 93, 255, 0.07);
  font-size: 0.84rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

/* Deterministic planning engine */

.engine-section {
  width: var(--shell);
  margin: 0 auto;
  padding: clamp(6.8rem, 9vh, 8rem) 0 2.4rem;
  justify-content: center;
}

.engine-intro {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) 330px;
  align-items: end;
  gap: clamp(1.5rem, 3.4vw, 3.5rem);
}

.engine-intro .section-index {
  align-self: start;
  padding-top: 0.5rem;
}

.engine-section .statement-copy h2 {
  max-width: 780px;
  margin: 0.75rem 0 0;
  font-size: clamp(2.75rem, 4.4vw, 4.8rem);
  line-height: 0.98;
}

.engine-section .statement-copy > p:last-child {
  max-width: 760px;
  margin: 1.05rem 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.7;
}

.engine-verdict {
  min-height: 142px;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0.8rem;
  border: 1px solid rgba(25, 87, 154, 0.14);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 52px rgba(27, 67, 119, 0.08);
}

.engine-verdict__pulse {
  width: 28px;
  height: 28px;
  border: 7px solid #d9f6eb;
  border-top-color: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(18, 183, 122, 0.16);
}

.engine-verdict small,
.constraint-stack__head span,
.engine-capability-copy > span,
.engine-example-note span {
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.engine-verdict strong {
  margin-top: 0.35rem;
  display: block;
  font-family: var(--font-display);
  font-size: 0.9rem;
  line-height: 1.3;
}

.engine-verdict p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.engine-workbench {
  min-height: 334px;
  margin-top: clamp(1.6rem, 3vh, 2.6rem);
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 28px 70px rgba(34, 67, 108, 0.08);
}

.constraint-stack {
  padding: 1.35rem;
  border-right: 1px solid var(--line);
  background: linear-gradient(145deg, #f8fbff, #f0f6ff);
}

.constraint-stack__head strong {
  margin-top: 0.35rem;
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
}

.constraint-stack ul {
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.48rem 0.8rem;
  list-style: none;
}

.constraint-stack li {
  min-height: 38px;
  padding: 0.55rem 0.52rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(30, 79, 137, 0.08);
  border-radius: 0.64rem;
  color: #34455d;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.25;
}

.constraint-stack li i {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(18, 183, 122, 0.12);
}

.constraint-stack li i::after {
  content: "";
  width: 5px;
  height: 3px;
  transform: translateY(-1px) rotate(-45deg);
  border-bottom: 1.5px solid #0c9f68;
  border-left: 1.5px solid #0c9f68;
}

.engine-capability-system {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(205px, 0.72fr) minmax(320px, 1.28fr);
}

.engine-capability-tabs {
  padding: 0.85rem;
  display: grid;
  align-content: center;
  gap: 0.28rem;
  border-right: 1px solid var(--line);
}

.engine-capability-tabs button {
  min-height: 50px;
  padding: 0.65rem 0.7rem;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 0.48rem;
  border: 1px solid transparent;
  border-radius: 0.68rem;
  color: #5c6c82;
  background: transparent;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 750;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.engine-capability-tabs button:hover {
  transform: translateX(2px);
  color: var(--ink);
}

.engine-capability-tabs button[aria-selected="true"] {
  border-color: rgba(7, 93, 255, 0.15);
  color: #0b2140;
  background: linear-gradient(110deg, rgba(7, 93, 255, 0.09), rgba(5, 188, 233, 0.045));
}

.engine-capability-tabs button span {
  color: var(--blue);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.engine-capability-detail {
  min-width: 0;
  padding: 1.35rem 1.5rem 1.1rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.engine-capability-copy h3 {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.engine-capability-copy p {
  max-width: 610px;
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.58;
}

.engine-mini-visual {
  min-height: 112px;
  margin-top: 0.9rem;
  padding: 0.85rem;
  display: grid;
  align-content: center;
  gap: 0.75rem;
  border: 1px solid rgba(31, 81, 139, 0.09);
  border-radius: 0.85rem;
  background: linear-gradient(140deg, #f4f8fe, #edf5ff);
}

.engine-example-note {
  padding-top: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.engine-example-note p {
  margin: 0;
  color: #63738a;
  font-size: 0.62rem;
  font-weight: 700;
  text-align: right;
}

.mini-machine-set {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.45rem;
}

.mini-machine-set span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 93, 255, 0.14);
  border-radius: 0.58rem;
  color: #2c5fa6;
  background: #fff;
  font-size: 0.6rem;
  font-weight: 800;
}

.mini-machine-set .is-off {
  border-style: dashed;
  color: #98a6b8;
  background: transparent;
  text-decoration: line-through;
}

.mini-verdict {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.mini-verdict > i {
  width: 23px;
  height: 23px;
  border: 6px solid #d9f6eb;
  border-top-color: var(--green);
  border-radius: 50%;
}

.mini-verdict span {
  display: grid;
}

.mini-verdict b {
  color: #14845e;
  font-size: 0.67rem;
}

.mini-verdict small {
  color: #8290a2;
  font-size: 0.54rem;
}

.mini-verdict--blue > i {
  border-color: #dbeaff;
  border-top-color: var(--blue);
}

.mini-verdict--blue b {
  color: #205fb6;
}

.mini-sequence {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.mini-sequence span {
  width: 39px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 0.45rem;
  color: #fff;
  background: var(--blue);
  font-size: 0.62rem;
  font-weight: 800;
}

.mini-sequence span:nth-of-type(3),
.mini-sequence span:nth-of-type(4) {
  background: #0ba6c8;
}

.mini-sequence i {
  padding: 0.32rem 0.45rem;
  border-radius: 99px;
  color: #ad5b24;
  background: #fff0df;
  font-size: 0.53rem;
  font-style: normal;
  font-weight: 800;
}

.mini-sequence .is-muted {
  color: #627188;
  background: #e9eff7;
}

.mini-comparison,
.mini-shift-axis {
  display: flex;
  justify-content: space-between;
  color: #7f8da0;
  font-size: 0.56rem;
}

.mini-comparison b {
  color: var(--ink);
}

.mini-shift-track {
  position: relative;
  height: 32px;
  overflow: hidden;
  border-radius: 0.45rem;
  background: #dce7f4;
}

.mini-shift-track i,
.mini-shift-track em {
  position: absolute;
  top: 0;
  bottom: 0;
}

.mini-shift-track i {
  left: 0;
  width: 66%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.mini-shift-track em {
  left: 66%;
  width: 18%;
  background: repeating-linear-gradient(-45deg, #ffb15f 0 5px, #ffc981 5px 8px);
}

.mini-shift-track b {
  position: absolute;
  z-index: 1;
  left: 68%;
  top: 50%;
  transform: translateY(-50%);
  color: #693b13;
  font-size: 0.52rem;
}

.mini-scenarios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.mini-scenarios > span {
  padding: 0.6rem;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(30, 75, 129, 0.11);
  border-radius: 0.62rem;
  background: #fff;
}

.mini-scenarios > span.is-best {
  border-color: rgba(18, 183, 122, 0.35);
  box-shadow: inset 0 0 0 1px rgba(18, 183, 122, 0.08);
}

.mini-scenarios i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  border-radius: 50%;
  color: var(--blue);
  background: #e8f1ff;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 800;
}

.mini-scenarios b,
.mini-scenarios em {
  font-size: 0.54rem;
  font-style: normal;
}

.mini-scenarios em {
  color: #8390a2;
}

.mini-analysis-bars {
  display: grid;
  gap: 0.55rem;
}

.mini-analysis-bars span {
  display: grid;
  grid-template-columns: 52px 1fr 35px;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.56rem;
}

.mini-analysis-bars i {
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue) var(--v), #dbe5f1 var(--v));
}

.mini-analysis-bars em {
  color: #607087;
  font-style: normal;
  text-align: right;
}

/* Interactive production model */

.semantic-shell--interactive {
  grid-template-columns: minmax(380px, 0.72fr) minmax(600px, 1.28fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.semantic-shell--interactive .semantic-copy h2 {
  max-width: 650px;
  font-size: clamp(2.8rem, 4.35vw, 4.9rem);
}

.semantic-instruction {
  margin-top: 1.6rem;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.semantic-instruction > span {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(79, 168, 255, 0.3);
  border-radius: 0.65rem;
  color: #68c7ff;
  background: rgba(7, 93, 255, 0.1);
  font-size: 0.95rem;
}

.semantic-instruction p {
  margin: 0;
  color: #9bb0c6;
  font-size: 0.72rem;
  line-height: 1.5;
}

.semantic-selection {
  min-height: 128px;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(91, 164, 235, 0.2);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
}

.semantic-selection span,
.network-head span,
.network-head small {
  color: #66c3ff;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.semantic-selection strong {
  margin-top: 0.35rem;
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.95rem;
}

.semantic-selection p {
  margin: 0.4rem 0 0;
  color: #91a8c0;
  font-size: 0.7rem;
  line-height: 1.55;
}

.semantic-canvas--network {
  min-height: 584px;
  padding: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background:
    radial-gradient(circle at 60% 42%, rgba(7, 93, 255, 0.18), transparent 38%),
    rgba(6, 24, 43, 0.78);
}

.semantic-canvas--network::before {
  inset: 55px 0 48px;
  border-radius: 0;
  background-size: 32px 32px;
  opacity: 0.16;
}

.network-head,
.network-foot {
  position: relative;
  z-index: 2;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.network-head span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #d6e7f9;
}

.network-head span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(18, 183, 122, 0.1);
}

.network-head small {
  color: #708aa7;
}

.production-network {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 472px;
  overflow: visible;
}

.production-edge {
  stroke: rgba(69, 154, 245, 0.43);
  stroke-width: 1.35;
  stroke-dasharray: 4 6;
  vector-effect: non-scaling-stroke;
  transition: opacity 160ms ease, stroke 160ms ease, stroke-width 160ms ease;
}

.production-edge.is-active {
  stroke: #34bfff;
  stroke-width: 2.4;
  stroke-dasharray: none;
}

.production-edge.is-dimmed {
  opacity: 0.12;
}

.production-node {
  cursor: grab;
  touch-action: none;
  transition: opacity 160ms ease, filter 160ms ease;
}

.production-node.is-dragging {
  cursor: grabbing;
  filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.35));
}

.production-node.is-dimmed {
  opacity: 0.18;
}

.production-node circle,
.production-node rect {
  stroke: rgba(103, 184, 255, 0.5);
  stroke-width: 1.5;
  fill: #0c2846;
  transition: fill 160ms ease, stroke 160ms ease, stroke-width 160ms ease;
}

.production-node text {
  fill: #dcecff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}

.production-node--order circle {
  fill: url(#order-gradient);
  fill: #075dff;
  stroke: #54b9ff;
}

.production-node--order text {
  fill: #fff;
  font-size: 15px;
}

.production-node--work circle {
  fill: #143d70;
}

.production-node--material rect {
  fill: #0a5667;
  stroke: #19bfd8;
}

.production-node--mold rect {
  fill: #3a2b66;
  stroke: #9174f7;
}

.production-node--calendar rect {
  fill: #55391c;
  stroke: #f6aa54;
}

.production-node:hover circle,
.production-node:hover rect,
.production-node:focus-visible circle,
.production-node:focus-visible rect,
.production-node.is-selected circle,
.production-node.is-selected rect {
  stroke: #d9f3ff;
  stroke-width: 3;
  fill: #0879df;
}

.production-node:focus-visible {
  outline: none;
}

.network-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  color: #7890ab;
  font-size: 0.57rem;
}

.network-foot b {
  color: #c5d9ec;
}

/* MES event to controlled revision */

.mes-story {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(35, 80, 136, 0.14);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 32px 82px rgba(19, 58, 107, 0.14);
}

.mes-story::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -90px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(5, 188, 233, 0.11);
  filter: blur(45px);
  pointer-events: none;
}

.mes-story__head {
  position: relative;
  z-index: 1;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.mes-story__head > div {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.mes-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(18, 183, 122, 0.1);
}

.mes-story__head strong,
.mes-story__head small,
.mes-adherence {
  font-size: 0.62rem;
}

.mes-story__head small {
  color: #8a97a9;
}

.mes-adherence {
  color: #718097;
}

.mes-adherence b {
  color: var(--blue);
  font-size: 0.76rem;
}

.mes-story__tabs {
  position: relative;
  z-index: 1;
  padding: 0.65rem 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  border-bottom: 1px solid var(--line);
}

.mes-story__tabs button {
  min-height: 38px;
  padding: 0.5rem 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid transparent;
  border-radius: 0.62rem;
  color: #6b7a90;
  background: transparent;
  font: inherit;
  font-size: 0.65rem;
  font-weight: 800;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.mes-story__tabs button span {
  color: #8da0b8;
  font-size: 0.55rem;
}

.mes-story__tabs button:hover,
.mes-story__tabs button[aria-selected="true"] {
  border-color: rgba(7, 93, 255, 0.15);
  color: #0f2f5a;
  background: rgba(7, 93, 255, 0.07);
}

.mes-story__tabs button[aria-selected="true"] span {
  color: var(--blue);
}

.mes-event-card {
  position: relative;
  z-index: 1;
  margin: 0.8rem 1rem 0;
  padding: 0.8rem 0.9rem;
  display: grid;
  grid-template-columns: minmax(120px, 0.6fr) minmax(170px, 0.8fr) minmax(230px, 1.4fr);
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(255, 107, 79, 0.2);
  border-radius: 0.8rem;
  background: linear-gradient(105deg, rgba(255, 109, 78, 0.08), rgba(255, 255, 255, 0.8));
}

.mes-event-card > span,
.mes-story__result > div:nth-child(2) > span {
  color: #d65d47;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.075em;
}

.mes-event-card strong {
  font-size: 0.72rem;
}

.mes-event-card p {
  margin: 0;
  color: #6c7b90;
  font-size: 0.62rem;
  line-height: 1.45;
}

.mes-timeline {
  position: relative;
  margin: 0.65rem 1rem 0;
  padding: 0.35rem 0 0.7rem;
}

.mes-axis {
  margin-left: 83px;
  padding-bottom: 0.35rem;
  display: flex;
  justify-content: space-between;
  color: #91a0b3;
  font-size: 0.5rem;
  font-weight: 700;
}

.mes-row {
  margin-top: 0.48rem;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 0.65rem;
}

.mes-row > div:first-child {
  display: grid;
}

.mes-row > div:first-child strong {
  font-family: var(--font-display);
  font-size: 0.67rem;
}

.mes-row > div:first-child small {
  color: #8796a9;
  font-size: 0.48rem;
}

.mes-track {
  position: relative;
  height: 54px;
  overflow: hidden;
  border-radius: 0.58rem;
  background:
    linear-gradient(90deg, transparent 24.8%, rgba(70, 103, 143, 0.1) 25%, transparent 25.2%, transparent 49.8%, rgba(70, 103, 143, 0.1) 50%, transparent 50.2%, transparent 74.8%, rgba(70, 103, 143, 0.1) 75%, transparent 75.2%),
    #f3f7fc;
}

.mes-track > span {
  position: absolute;
  left: var(--x);
  width: var(--w);
  overflow: hidden;
  border-radius: 0.3rem;
  font-size: 0.48rem;
  font-weight: 800;
  white-space: nowrap;
  transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.mes-plan,
.mes-future {
  top: 8px;
  height: 15px;
  padding: 0 0.35rem;
  border: 1px solid rgba(7, 93, 255, 0.32);
  color: #2b65a9;
  background: rgba(7, 93, 255, 0.06);
}

.mes-actual,
.mes-revision {
  bottom: 8px;
  height: 15px;
  padding: 0 0.35rem;
  color: #fff;
  background: linear-gradient(90deg, #075dff, #08a7dc);
}

.mes-stop {
  z-index: 2;
  top: 6px;
  bottom: 6px;
  display: grid;
  place-items: center;
  color: #ba503a;
  background: repeating-linear-gradient(-45deg, rgba(255, 107, 79, 0.13) 0 5px, rgba(255, 107, 79, 0.27) 5px 8px);
}

.mes-future {
  opacity: 0.58;
}

.mes-revision {
  opacity: 0;
  transform: translateY(5px);
}

.mes-now {
  position: absolute;
  z-index: 3;
  top: 22px;
  bottom: 6px;
  left: calc(83px + (100% - 83px) * 0.34);
  width: 1px;
  border-left: 1px dashed #ef7058;
  pointer-events: none;
}

.mes-now span {
  position: absolute;
  top: -14px;
  left: 0;
  transform: translateX(-50%);
  color: #d65d47;
  font-size: 0.46rem;
  font-weight: 800;
}

.mes-story[data-state="impact"] .mes-affected {
  opacity: 1;
  border-color: rgba(255, 151, 52, 0.8);
  color: #9a4f11;
  background: rgba(255, 174, 80, 0.18);
  box-shadow: 0 0 0 3px rgba(255, 157, 50, 0.1);
}

.mes-story[data-state="impact"] .mes-event-card {
  border-color: rgba(255, 157, 50, 0.25);
  background: linear-gradient(105deg, rgba(255, 174, 80, 0.1), rgba(255, 255, 255, 0.8));
}

.mes-story[data-state="revision"] .mes-future {
  opacity: 0.16;
}

.mes-story[data-state="revision"] .mes-revision {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 0 0 3px rgba(7, 93, 255, 0.1);
}

.mes-story[data-state="revision"] .mes-event-card {
  border-color: rgba(7, 93, 255, 0.18);
  background: linear-gradient(105deg, rgba(7, 93, 255, 0.08), rgba(255, 255, 255, 0.8));
}

.mes-story[data-state="revision"] .mes-event-card > span {
  color: var(--blue);
}

.mes-story__result {
  margin: 0 1rem 1rem;
  padding: 0.82rem;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid rgba(33, 82, 141, 0.11);
  border-radius: 0.78rem;
  background: #f7faff;
}

.mes-result-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 0.65rem;
  color: var(--blue);
  background: #e6f0ff;
  font-size: 0.61rem;
  font-weight: 800;
}

.mes-story__result > div:nth-child(2) {
  display: grid;
  gap: 0.16rem;
}

.mes-story__result > div:nth-child(2) > span {
  color: var(--blue);
}

.mes-story__result strong {
  font-size: 0.7rem;
}

.mes-story__result p {
  margin: 0;
  color: #748297;
  font-size: 0.57rem;
}

.mes-result-status {
  max-width: 155px;
  padding: 0.4rem 0.55rem;
  border-radius: 99px;
  color: #137755;
  background: #e6f8f0;
  font-size: 0.55rem;
  font-weight: 800;
  text-align: center;
}

/* Light planning-assistant story */

.assistant-section--light {
  background:
    radial-gradient(circle at 82% 18%, rgba(5, 188, 233, 0.1), transparent 28rem),
    transparent;
}

.copilot-shell.assistant-shell--light {
  width: var(--shell);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(6.7rem, 8.5vh, 7.8rem) 0 3rem;
  grid-template-columns: minmax(350px, 0.67fr) minmax(670px, 1.33fr);
  gap: clamp(2.5rem, 4vw, 4.5rem);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
}

.assistant-shell--light .assistant-copy h2 {
  max-width: 690px;
  color: var(--ink);
  font-size: clamp(2.8rem, 4vw, 4.6rem);
}

.assistant-shell--light .assistant-copy h2 span {
  color: transparent;
  background: linear-gradient(102deg, var(--blue-deep), #0789ff 56%, var(--cyan));
  background-clip: text;
  -webkit-background-clip: text;
}

.assistant-shell--light .assistant-copy > p:not(.kicker) {
  color: var(--ink-soft);
}

.assistant-shell--light .assistant-principle {
  border-color: var(--line);
}

.assistant-shell--light .assistant-principle span {
  color: var(--blue);
}

.assistant-shell--light .assistant-principle p {
  color: var(--muted);
}

.assistant-demo {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(33, 81, 139, 0.14);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 34px 88px rgba(25, 63, 110, 0.15);
}

.assistant-demo__head {
  padding: 0.8rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.assistant-demo__head > div {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.assistant-demo__head img {
  width: 28px;
}

.assistant-demo__head span {
  display: grid;
  line-height: 1.35;
}

.assistant-demo__head b {
  font-family: var(--font-display);
  font-size: 0.7rem;
}

.assistant-demo__head small {
  color: #8795a8;
  font-size: 0.5rem;
}

.assistant-demo__head button {
  padding: 0.42rem 0.56rem;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  color: #50627b;
  background: #fff;
  font: inherit;
  font-size: 0.53rem;
  font-weight: 800;
  cursor: pointer;
}

.assistant-context {
  padding: 0.65rem 0.8rem;
  display: flex;
  gap: 0.38rem;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.assistant-context::-webkit-scrollbar {
  display: none;
}

.assistant-context span {
  min-width: max-content;
  padding: 0.42rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(38, 82, 134, 0.1);
  border-radius: 99px;
  color: #51647c;
  background: #fbfdff;
  font-size: 0.5rem;
  font-weight: 750;
}

.assistant-context i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(7, 93, 255, 0.08);
}

.assistant-context .is-ready i {
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(18, 183, 122, 0.09);
}

.assistant-context .is-alert i {
  background: #f5a33c;
  box-shadow: 0 0 0 3px rgba(245, 163, 60, 0.09);
}

.assistant-context .is-bottleneck i {
  background: #ef6659;
  box-shadow: 0 0 0 3px rgba(239, 102, 89, 0.09);
}

.assistant-workspace {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
}

.assistant-conversation {
  min-width: 0;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: linear-gradient(145deg, #fbfdff, #f6f9fd);
}

.assistant-demo .assistant-question {
  width: 78%;
  margin: 0 0 0.7rem auto;
}

.assistant-demo .assistant-question span {
  color: #8190a4;
}

.assistant-demo .assistant-question p {
  min-height: 44px;
  padding: 0.72rem 0.8rem;
  display: flex;
  align-items: center;
  font-size: 0.62rem;
}

.assistant-scan {
  min-height: 54px;
  margin: 0.2rem 0 0.65rem;
  padding: 0.55rem 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(7, 93, 255, 0.09);
  border-radius: 0.7rem;
  background: rgba(7, 93, 255, 0.035);
}

.assistant-scan__spinner {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 3px solid #dfeafe;
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: assistant-spin 1.1s linear infinite;
}

@keyframes assistant-spin {
  to { transform: rotate(360deg); }
}

.assistant-scan div {
  display: grid;
}

.assistant-scan strong {
  color: #244a7b;
  font-size: 0.6rem;
}

.assistant-scan small {
  color: #8292a7;
  font-size: 0.49rem;
}

.assistant-demo .assistant-answer {
  margin: 0;
  border-color: rgba(33, 84, 145, 0.11);
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 28px rgba(29, 66, 111, 0.06);
}

.assistant-demo .assistant-answer span {
  color: var(--blue);
}

.assistant-demo .assistant-answer p {
  color: #41546d;
  font-size: 0.6rem;
}

.assistant-composer {
  min-height: 43px;
  margin-top: auto;
  padding: 0.65rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 0.68rem;
  color: #9ba7b7;
  background: #fff;
  font-size: 0.56rem;
}

.assistant-composer b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 0.48rem;
  color: #fff;
  background: var(--blue);
}

.assistant-recommendations {
  min-width: 0;
  padding: 0.8rem;
  background: #fff;
}

.assistant-recommendations__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.64rem;
  font-weight: 800;
}

.assistant-recommendations__head b {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #e9f1ff;
  font-size: 0.55rem;
}

.assistant-demo .assistant-actions {
  margin: 0.65rem 0 0;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.assistant-demo .assistant-actions button {
  min-height: 92px;
  padding: 0.65rem;
  border-color: rgba(34, 82, 138, 0.1);
  color: var(--ink);
  background: #fbfdff;
}

.assistant-demo .assistant-actions button:hover {
  transform: translateY(-1px);
  border-color: rgba(7, 93, 255, 0.28);
}

.assistant-demo .assistant-actions button[aria-pressed="true"] {
  border-color: rgba(7, 93, 255, 0.28);
  background: #f2f7ff;
}

.assistant-demo .assistant-actions b {
  color: #1d2d44;
  font-size: 0.55rem;
}

.assistant-demo .assistant-actions small {
  color: #8190a4;
}

.assistant-demo .assistant-actions button > strong {
  color: #11835d;
  font-size: 0.58rem;
}

.assistant-demo .assistant-actions button > i {
  color: var(--blue);
}

.assistant-demo .assistant-decision {
  margin: 0.65rem 0 0;
  padding: 0.65rem;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #f8fbff;
}

.assistant-demo .assistant-decision div,
.assistant-demo .assistant-decision div:first-child,
.assistant-demo .assistant-decision div:last-child {
  padding: 0;
  border: 0;
}

.assistant-demo .assistant-decision span {
  color: #8290a2;
  font-size: 0.47rem;
}

.assistant-demo .assistant-decision strong {
  color: #263850;
  font-size: 0.55rem;
}

.assistant-demo .assistant-decision .assistant-impact,
.assistant-demo .assistant-safe {
  color: #11835d;
}

.assistant-demo .assistant-decision .assistant-pending {
  color: #d07722;
}

.assistant-demo .assistant-disclosure {
  margin: 0;
  padding: 0.55rem 0.8rem;
  border-top: 1px solid var(--line);
  color: #8b98a9;
  background: #fbfdff;
  font-size: 0.47rem;
}

.assistant-demo.is-animating [data-assistant-stage] {
  opacity: 0;
  transform: translateY(7px);
  transition: opacity 300ms ease, transform 300ms ease;
}

.assistant-demo.is-animating [data-assistant-stage].is-shown {
  opacity: 1;
  transform: translateY(0);
}

.assistant-demo.is-animating .assistant-context.is-shown span {
  animation: assistant-pill-in 330ms ease both;
}

.assistant-demo.is-animating .assistant-context.is-shown span:nth-child(2) { animation-delay: 70ms; }
.assistant-demo.is-animating .assistant-context.is-shown span:nth-child(3) { animation-delay: 140ms; }
.assistant-demo.is-animating .assistant-context.is-shown span:nth-child(4) { animation-delay: 210ms; }
.assistant-demo.is-animating .assistant-context.is-shown span:nth-child(5) { animation-delay: 280ms; }

@keyframes assistant-pill-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Product video reservation */

.video-teaser {
  width: 100%;
  min-height: 70px;
  margin-top: 0.85rem;
  padding: 0.55rem;
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.video-teaser:hover {
  transform: translateY(-2px);
  border-color: rgba(7, 93, 255, 0.25);
  box-shadow: 0 14px 32px rgba(24, 65, 116, 0.08);
}

.video-teaser__frame {
  position: relative;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0.52rem;
  background: radial-gradient(circle, #103b82, #07182c 65%);
}

.video-teaser__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-teaser__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding-left: 2px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 18, 35, 0.76);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  font-size: 0.58rem;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.video-teaser > span:nth-child(2) {
  display: grid;
  gap: 0.12rem;
}

.video-teaser small {
  color: var(--blue);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.video-teaser b {
  font-size: 0.68rem;
}

.video-teaser i {
  color: #7a889b;
  font-size: 0.53rem;
  font-style: normal;
}

.video-teaser > strong {
  color: var(--blue);
  font-size: 0.82rem;
}

/* Contact and future-video dialogs */

.site-dialog {
  width: min(680px, calc(100% - 30px));
  max-width: none;
  max-height: calc(100svh - 30px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 1.35rem;
  color: var(--ink);
  background: transparent;
}

.site-dialog::backdrop {
  background: rgba(3, 14, 28, 0.68);
  backdrop-filter: blur(12px);
}

.site-dialog__surface {
  position: relative;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(66, 105, 155, 0.16);
  border-radius: 1.35rem;
  background: #fafdff;
  box-shadow: 0 40px 110px rgba(0, 13, 31, 0.34);
}

.site-dialog__surface::before {
  content: "";
  position: absolute;
  top: -130px;
  right: -110px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(5, 188, 233, 0.11);
  filter: blur(35px);
  pointer-events: none;
}

.site-dialog__surface form {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  right: 0.8rem;
  margin: 0;
}

.site-dialog__close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #465a73;
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
  font-size: 1rem;
  cursor: pointer;
}

.site-dialog__kicker {
  position: relative;
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.site-dialog h2 {
  position: relative;
  max-width: 520px;
  margin: 0.55rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.site-dialog__surface > p,
.video-dialog__copy p {
  position: relative;
  max-width: 560px;
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.contact-options {
  position: relative;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.contact-options > a {
  min-height: 150px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 31px 1fr auto;
  align-items: start;
  gap: 0.65rem;
  border: 1px solid rgba(43, 88, 144, 0.12);
  border-radius: 0.9rem;
  color: var(--ink);
  background: #fff;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.contact-options > a:hover {
  transform: translateY(-2px);
  border-color: rgba(7, 93, 255, 0.28);
  box-shadow: 0 16px 36px rgba(25, 65, 113, 0.09);
}

.contact-options > a > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 0.58rem;
  color: var(--blue);
  background: #eaf2ff;
  font-size: 0.58rem;
  font-weight: 800;
}

.contact-options div {
  display: grid;
}

.contact-options strong {
  font-family: var(--font-display);
  font-size: 0.86rem;
}

.contact-options p {
  margin: 0.5rem 0 0;
  color: #6f7e91;
  font-size: 0.67rem;
  line-height: 1.55;
}

.contact-options > a > b {
  color: var(--blue);
}

.site-dialog__email {
  position: relative;
  margin-top: 1.2rem;
  display: inline-block;
  color: #63768d;
  font-size: 0.7rem;
  font-weight: 700;
}

body.has-site-dialog {
  overflow: hidden;
}

.video-dialog {
  width: min(1500px, calc(100% - 34px));
}

.video-dialog__surface {
  padding: 0.7rem;
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(260px, 0.55fr);
  gap: 1rem;
  background: #f6f9fd;
}

.video-player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(7, 18, 35, 0.12);
  border-radius: 1rem;
  background: #061321;
  box-shadow: 0 22px 60px rgba(7, 18, 35, 0.2);
}

.video-player video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #061321;
}

.video-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(7, 93, 255, 0.32), transparent 22%),
    radial-gradient(circle at 10% 0%, rgba(16, 97, 214, 0.24), transparent 40%),
    #061321;
}

.video-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(85, 166, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(85, 166, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
}

.video-placeholder__orbit {
  position: absolute;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(73, 161, 255, 0.17);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(73, 161, 255, 0.035), 0 0 0 116px rgba(73, 161, 255, 0.025);
}

.video-placeholder img {
  position: relative;
  z-index: 1;
  width: 90px;
}

.video-placeholder small {
  position: absolute;
  z-index: 1;
  bottom: 1.4rem;
  color: #68bdff;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.video-dialog__copy {
  padding: 2rem 1.2rem 1.2rem 0.5rem;
  align-self: center;
}

.video-dialog__copy h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

@media (max-width: 1260px) {
  .engine-intro {
    grid-template-columns: 120px minmax(0, 1fr) 290px;
  }

  .engine-workbench {
    grid-template-columns: 0.62fr 1.38fr;
  }

  .constraint-stack ul {
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }

  .constraint-stack li {
    min-height: 27px;
    padding-block: 0.35rem;
  }

  .semantic-shell--interactive {
    grid-template-columns: minmax(340px, 0.7fr) minmax(540px, 1.3fr);
  }

  .copilot-shell.assistant-shell--light {
    grid-template-columns: minmax(330px, 0.62fr) minmax(610px, 1.38fr);
  }
}

@media (max-width: 1040px) {
  .engine-section {
    padding-top: 7rem;
  }

  .engine-intro {
    grid-template-columns: 110px 1fr;
  }

  .engine-verdict {
    grid-column: 2;
    min-height: auto;
  }

  .engine-workbench {
    grid-template-columns: 1fr;
  }

  .constraint-stack {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .constraint-stack ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .semantic-shell--interactive,
  .copilot-shell.assistant-shell--light {
    grid-template-columns: 1fr;
  }

  .semantic-canvas--network,
  .assistant-demo {
    width: min(900px, 100%);
    margin-inline: auto;
  }

  .copilot-shell.assistant-shell--light {
    width: var(--shell);
    padding-block: 7rem 5rem;
  }

  .assistant-copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .engine-section {
    width: var(--shell);
    padding-block: 6.5rem 4rem;
  }

  .engine-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .engine-verdict {
    grid-column: auto;
  }

  .engine-section .statement-copy h2 {
    font-size: clamp(2.65rem, 12.5vw, 4.1rem);
  }

  .engine-workbench {
    overflow: visible;
  }

  .constraint-stack ul {
    grid-template-columns: 1fr;
  }

  .constraint-stack li {
    min-height: 38px;
  }

  .engine-capability-system {
    grid-template-columns: 1fr;
  }

  .engine-capability-tabs {
    grid-template-columns: 1fr 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .engine-capability-tabs button {
    min-height: 58px;
  }

  .engine-capability-tabs button:last-child {
    grid-column: 1 / -1;
  }

  .engine-capability-detail {
    padding: 1rem;
  }

  .engine-example-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .engine-example-note p {
    text-align: left;
  }

  .mini-scenarios {
    grid-template-columns: 1fr;
  }

  .semantic-shell--interactive {
    width: calc(100% - 12px);
  }

  .semantic-canvas--network {
    min-height: 440px;
    margin-inline: 0;
  }

  .production-network {
    min-height: 350px;
  }

  .network-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .mes-story__tabs button {
    padding-inline: 0.3rem;
    font-size: 0.58rem;
  }

  .mes-event-card {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .mes-axis {
    margin-left: 61px;
  }

  .mes-row {
    grid-template-columns: 53px 1fr;
    gap: 0.45rem;
  }

  .mes-row > div:first-child small {
    display: none;
  }

  .mes-now {
    left: calc(61px + (100% - 61px) * 0.34);
  }

  .mes-story__result {
    grid-template-columns: 34px 1fr;
  }

  .mes-result-status {
    grid-column: 1 / -1;
    max-width: none;
  }

  .copilot-shell.assistant-shell--light {
    width: var(--shell);
    padding: 6.5rem 0 4rem;
  }

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

  .assistant-conversation {
    min-height: 340px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .assistant-demo .assistant-question {
    width: 90%;
  }

  .assistant-demo .assistant-decision {
    grid-template-columns: 1fr 1fr;
  }

  .assistant-demo__head button {
    max-width: 95px;
  }

  .video-teaser {
    grid-template-columns: 70px 1fr auto;
  }

  .site-dialog__surface {
    padding: 1.4rem;
  }

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

  .contact-options > a {
    min-height: 118px;
  }

  .video-dialog__surface {
    grid-template-columns: 1fr;
  }

  .video-dialog__copy {
    padding: 0.8rem 0.7rem 1rem;
  }
}

@media (max-height: 820px) and (min-width: 1041px) {
  .engine-section {
    padding-top: 5.8rem;
    padding-bottom: 1rem;
  }

  .engine-section .statement-copy h2,
  .semantic-shell--interactive .semantic-copy h2,
  .assistant-shell--light .assistant-copy h2 {
    font-size: clamp(2.45rem, 3.6vw, 3.8rem);
  }

  .engine-workbench {
    min-height: 294px;
    margin-top: 1rem;
  }

  .constraint-stack li {
    min-height: 26px;
  }

  .semantic-canvas--network {
    min-height: 510px;
  }

  .production-network {
    min-height: 400px;
  }

  .copilot-shell.assistant-shell--light {
    padding-top: 5.6rem;
    padding-bottom: 1.5rem;
  }

  .assistant-workspace {
    min-height: 370px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assistant-scan__spinner {
    animation: none;
  }

  .assistant-demo.is-animating [data-assistant-stage],
  .assistant-demo.is-animating [data-assistant-stage].is-shown {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .assistant-demo.is-animating .assistant-context.is-shown span {
    animation: none;
  }
}

/* Organic relationship model and linear assistant conversation */

.production-edge {
  fill: none;
  stroke: rgba(91, 159, 226, 0.35);
  stroke-width: 1.15;
  stroke-dasharray: none;
}

.production-edge--precedence {
  stroke: rgba(85, 191, 255, 0.54);
}

.production-edge--eligibility {
  stroke: rgba(86, 144, 205, 0.42);
}

.production-edge--tool,
.production-edge--compatibility {
  stroke: rgba(153, 118, 241, 0.46);
}

.production-edge--material {
  stroke: rgba(31, 196, 204, 0.46);
}

.production-edge--delivery {
  stroke: rgba(245, 167, 73, 0.5);
}

.production-edge.is-active {
  stroke: #5ca9d6;
  stroke-width: 1.55;
  stroke-dasharray: none;
}

.production-edge.is-dimmed {
  opacity: 0.26;
}

.production-edge-label {
  fill: #6784a2;
  stroke: #081a2e;
  stroke-width: 3px;
  paint-order: stroke fill;
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 700;
  pointer-events: none;
  transition: opacity 160ms ease, fill 160ms ease;
}

.production-edge-label--precedence {
  fill: #77bde9;
}

.production-edge-label--tool,
.production-edge-label--compatibility {
  fill: #a596d7;
}

.production-edge-label--delivery {
  fill: #d7a15f;
}

.production-edge-label.is-active {
  fill: #dceeff;
}

.production-edge-label.is-dimmed {
  opacity: 0.22;
}

.production-node circle {
  stroke: rgba(103, 184, 255, 0.46);
  stroke-width: 1.35;
  fill: #103154;
}

.production-node--order circle {
  fill: #075dff;
  stroke: #55b9ff;
}

.production-node--work circle {
  fill: #143d70;
}

.production-node--machine circle {
  fill: #123150;
  stroke: #679dcf;
}

.production-node--material circle {
  fill: #0a5667;
  stroke: #2cc8d7;
}

.production-node--mold circle {
  fill: #3a2b66;
  stroke: #9174f7;
}

.production-node--due circle {
  fill: #54391d;
  stroke: #f3ad5b;
}

.production-node:hover circle,
.production-node:focus-visible circle,
.production-node.is-selected circle {
  stroke: #85bde1;
  stroke-width: 1.7;
  filter: brightness(1.04);
}

.production-node {
  outline: none !important;
}

.production-node.is-dimmed {
  opacity: 0.34;
}

.production-node.is-dragging {
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.25));
}

@media (max-height: 960px) and (min-width: 1041px) {
  .platform-shell.semantic-shell--interactive {
    padding-top: 5.25rem;
    padding-bottom: 1.5rem;
  }

  .semantic-shell--interactive .semantic-copy h2 {
    font-size: clamp(2.75rem, 3.65vw, 4rem);
  }

  .semantic-shell--interactive .semantic-copy > p:not(.kicker) {
    margin-top: 1rem;
    line-height: 1.6;
  }

  .semantic-shell--interactive .semantic-instruction {
    margin-top: 1rem;
  }

  .semantic-shell--interactive .semantic-selection {
    min-height: 110px;
    margin-top: 0.8rem;
  }
}

.assistant-workspace {
  min-height: 490px;
  grid-template-columns: minmax(0, 1fr);
}

.assistant-conversation {
  min-height: 490px;
  border-right: 0;
}

.assistant-recommendations {
  margin-top: 0.7rem;
  padding: 0;
  background: transparent;
}

.assistant-demo .assistant-actions {
  grid-template-columns: 1fr 1fr;
}

.assistant-demo .assistant-decision {
  grid-template-columns: repeat(4, 1fr);
}

.assistant-scan.is-complete .assistant-scan__spinner {
  position: relative;
  border: 0;
  background: #dff7ed;
  animation: none;
}

.assistant-scan.is-complete .assistant-scan__spinner::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 7px;
  height: 4px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #0d9b68;
  border-left: 2px solid #0d9b68;
}

.assistant-scan.is-complete {
  border-color: rgba(18, 183, 122, 0.16);
  background: rgba(18, 183, 122, 0.045);
}

.assistant-scan.is-complete strong {
  color: #167a59;
}

@media (max-width: 720px) {
  .assistant-workspace,
  .assistant-conversation {
    min-height: 0;
  }

  .assistant-demo .assistant-actions,
  .assistant-demo .assistant-decision {
    grid-template-columns: 1fr;
  }
}
