:root {
  --paper: #f4f7f8;
  --paper-2: #e7eef0;
  --mist: #c9d8dc;
  --ink: #f7fbfc;
  --ink-dark: #091016;
  --muted: #a8b9bf;
  --muted-dark: #5d7078;
  --line: rgba(196, 236, 242, .12);
  --line-dark: rgba(10, 24, 31, .13);
  --panel: rgba(14, 26, 34, .72);
  --panel-light: rgba(255, 255, 255, .76);
  --surface-core: #05070b;
  --surface-engineering: #0c1118;
  --surface-editorial: #e7eef0;
  --surface-terminal: #030508;
  --graphite: #0c1118;
  --graphite-2: #141f27;
  --near-black: #05070b;
  --cyan: #00E5FF;
  --blue: #88c9e8;
  --radius: 8px;
  --radius-large: 20px;
  --shadow: 0 28px 80px rgba(17, 22, 29, .12);
  --shadow-soft: 0 18px 46px rgba(17, 22, 29, .08);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --max: 1180px;
  --pi-canvas: #f7f6f2;
  --pi-ink: #071017;
  --pi-graphite: #05070b;
  --pi-slate: #0c1118;
  --pi-cyan: #00E5FF;
  --pi-blue: #88c9e8;
  --pi-grid-line: rgba(0,229,255, .075);
  --pi-grid-line-dark: rgba(7, 16, 23, .095);
  --pi-measure: min(1180px, calc(100vw - 48px));
  --pi-radius-field: 18px;
  --pi-radius-system: 28px;
  --pi-ease-cinematic: cubic-bezier(.22, 1, .36, 1);
  --pi-ease-draw: cubic-bezier(.16, 1, .3, 1);
  --pi-duration-fast: 180ms;
  --pi-duration-medium: 520ms;
  --pi-duration-long: 1200ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.no-js {
  scroll-behavior: auto;
}
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at var(--mx, 82%) var(--my, 8%), rgba(110, 203, 213, .12), transparent 24%),
    linear-gradient(180deg, var(--surface-core) 0%, var(--surface-engineering) 34%, #111922 58%, #070b11 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.opening-lock {
  overflow: hidden;
}

.requires-js {
  display: none;
}

.js-enabled .requires-js {
  display: revert;
}

.experience-grid-surface {
  position: relative;
  isolation: isolate;
}

.experience-grid-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: auto;
  background:
    linear-gradient(var(--experience-grid-line, var(--pi-grid-line)) 1px, transparent 1px),
    linear-gradient(90deg, var(--experience-grid-line, var(--pi-grid-line)) 1px, transparent 1px);
  background-size: var(--experience-grid-size, 72px) var(--experience-grid-size, 72px);
  mask-image: radial-gradient(circle at var(--experience-grid-focus-x, 50%) var(--experience-grid-focus-y, 28%), black, transparent 72%);
  opacity: var(--experience-grid-opacity, .9);
}

.act-marker {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  color: rgba(196, 236, 242, .72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

.act-marker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255, .82));
  box-shadow: 0 0 16px rgba(0,229,255, .24);
}

.act-marker__index {
  color: var(--pi-cyan);
}

.act-marker__title {
  color: currentColor;
}

.svg-draw {
  stroke-dasharray: var(--draw-length, 1000);
  stroke-dashoffset: var(--draw-length, 1000);
}

.js-enabled .svg-draw {
  animation: svgDraw var(--draw-duration, var(--pi-duration-long)) var(--draw-ease, var(--pi-ease-draw)) var(--draw-delay, 0ms) forwards;
}

.no-js .svg-draw {
  stroke-dashoffset: 0;
}

@keyframes svgDraw {
  to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .svg-draw {
    animation: none;
    stroke-dashoffset: 0;
  }
}

/* Pinned horizontal delivery story. The section remains a tall scroll chapter while its camera stays fixed. */
@media (min-width: 1024px) {
  .delivery-framework {
    --delivery-progress: 0;
    --delivery-grid-x: 0px;
    height: 560svh;
    min-height: 560svh;
    padding: 0;
    overflow: clip;
  }

  .delivery-framework::before {
    background-position: var(--delivery-grid-x) 0, 0 var(--delivery-grid-x);
    transition: background-position 90ms linear;
  }

  .delivery-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 680px;
    overflow: hidden;
  }

  .delivery-intro {
    position: absolute;
    top: clamp(74px, 11vh, 132px);
    left: max(24px, calc((100vw - var(--max)) / 2));
    z-index: 4;
    width: min(600px, calc(100vw - 48px));
    margin: 0;
    opacity: var(--delivery-intro-opacity, 1);
    transform: translate3d(0, var(--delivery-intro-y, 0px), 0);
    transition: opacity 100ms linear, transform 100ms linear;
    pointer-events: none;
  }

  .delivery-intro > * {
    pointer-events: auto;
  }

  .delivery-intro h2 {
    max-width: 600px;
    font-size: clamp(48px, 5.3vw, 84px);
  }

  .delivery-stages {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: max-content;
    max-width: none;
    height: 100%;
    margin: 0;
    transform: translate3d(var(--delivery-x, 0px), 0, 0);
    transition: transform 80ms linear;
    will-change: transform;
  }

  .delivery-stages::before {
    top: 50%;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 229, 255, .22) 8%, rgba(196, 236, 242, .14) 90%, transparent);
    transform: none;
  }

  .delivery-stages::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: calc(var(--delivery-progress, 0) * 100%);
    height: 3px;
    background: linear-gradient(90deg, var(--cyan), rgba(136, 201, 232, .28));
    box-shadow: 0 0 18px rgba(0, 229, 255, .22);
    transform-origin: left;
    transition: width 100ms linear;
    pointer-events: none;
  }

  .delivery-stage,
  .delivery-stage.is-reversed,
  .delivery-stage.delivery-stage-final {
    flex: 0 0 100vw;
    width: 100vw;
    height: 100svh;
    min-height: 680px;
    padding: clamp(154px, 18vh, 220px) max(24px, calc((100vw - var(--max)) / 2)) clamp(96px, 12vh, 150px);
    border-top: 0;
    border-right: 1px solid rgba(196, 236, 242, .08);
    border-bottom: 0;
    border-left: 0;
    opacity: .34;
    transform: none;
    transition: opacity 480ms var(--ease);
  }

  .delivery-stage.reveal,
  .delivery-stage.reveal.visible {
    opacity: .34;
    transform: none;
  }

  .delivery-stage.is-active,
  .delivery-stage.reveal.is-active,
  .delivery-stage.reveal.visible.is-active {
    opacity: 1;
  }

  .delivery-stage-copy {
    max-width: 560px;
    padding-right: clamp(24px, 6vw, 100px);
    transform: translate3d(calc(var(--delivery-parallax-x, 0px) * -1), 0, 0);
  }

  .delivery-stage.is-reversed .delivery-stage-copy {
    padding-right: 0;
    padding-left: clamp(24px, 6vw, 100px);
    transform: translate3d(var(--delivery-parallax-x, 0px), 0, 0);
  }

  .delivery-stage-art-wrap,
  .delivery-stage.is-reversed .delivery-stage-art-wrap {
    min-height: 430px;
    padding: 20px;
    transform: translate3d(var(--delivery-parallax-x, 0px), var(--delivery-parallax-y, 0px), 0);
    transition: transform 250ms var(--ease);
  }

  .delivery-stage-art-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 0 6px rgba(0, 229, 255, .06), 0 0 18px rgba(0, 229, 255, .34);
    transform: translate(-50%, -50%);
    animation: delivery-node-breathe 3.8s ease-in-out infinite;
  }

  .delivery-stage .delivery-stage-art {
    opacity: .82;
    transform: scale(.92);
    transition: opacity 500ms var(--ease), transform 700ms var(--ease);
  }

  .delivery-stage.is-active .delivery-stage-art {
    opacity: 1;
    transform: scale(1);
  }

  .delivery-stage .delivery-draw {
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
  }

  .delivery-stage.is-active .delivery-draw {
    animation: delivery-draw-in 1100ms var(--ease) forwards;
  }

  .delivery-stage.is-active .delivery-node {
    animation: delivery-node-breathe 2.8s ease-in-out infinite;
  }

  .delivery-stage-final {
    display: grid !important;
  }

  .delivery-final-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding-right: clamp(24px, 6vw, 100px);
  }

  .delivery-final-copy h3 {
    font-size: clamp(56px, 6.8vw, 108px);
  }

  .delivery-final-copy > p:not(.delivery-stage-label):not(.delivery-final-status) {
    max-width: 440px;
    color: rgba(196, 236, 242, .7);
    font-size: clamp(18px, 1.6vw, 24px);
  }

  .delivery-final-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 34px;
    margin: 38px 0 30px;
  }

  .delivery-final-metrics strong {
    color: var(--cyan);
    font-size: clamp(24px, 2.5vw, 38px);
    line-height: 1;
  }

  .delivery-final-metrics small {
    display: block;
    margin-top: 8px;
    color: rgba(247, 251, 252, .52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .delivery-final-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    color: var(--cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
  }

  .delivery-final-status span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 20px rgba(0, 229, 255, .5);
    animation: delivery-node-breathe 2.6s ease-in-out infinite;
  }

  .delivery-progress {
    position: absolute;
    right: max(24px, calc((100vw - var(--max)) / 2));
    bottom: 34px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(247, 251, 252, .55);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
  }

  .delivery-progress-current { color: var(--cyan); }

  .delivery-progress-track {
    position: relative;
    width: clamp(120px, 18vw, 240px);
    height: 1px;
    background: rgba(196, 236, 242, .2);
  }

  .delivery-progress-track i {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--cyan);
    box-shadow: 0 0 12px rgba(0, 229, 255, .34);
    transform: scaleX(0);
    transform-origin: left;
  }

  .delivery-scroll-cue {
    position: absolute;
    bottom: 34px;
    left: max(24px, calc((100vw - var(--max)) / 2));
    z-index: 5;
    margin: 0;
    color: rgba(196, 236, 242, .42);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  @keyframes delivery-node-breathe {
    0%, 100% { opacity: .5; }
    50% { opacity: 1; }
  }
}

@media (max-width: 1023px) {
  .delivery-framework {
    height: auto;
    min-height: 0;
  }

  .delivery-sticky {
    position: relative;
  }

  .delivery-progress,
  .delivery-scroll-cue {
    display: none;
  }

  .delivery-stage-final {
    display: flex !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .delivery-stage-art-wrap::after,
  .delivery-stage.is-active .delivery-node,
  .delivery-final-status span {
    animation: none;
  }
}

/* Premium editorial footer composition */
.footer {
  --footer-line: rgba(196, 236, 242, .11);
  --footer-glass: rgba(255, 255, 255, .035);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 38fr) minmax(0, 62fr);
  column-gap: clamp(56px, 7vw, 124px);
  row-gap: clamp(42px, 5vw, 72px);
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(82px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2)) 32px;
  overflow: hidden;
  border-top: 1px solid var(--footer-line);
  background:
    radial-gradient(circle at 84% 3%, rgba(0, 229, 255, .09), transparent 27%),
    linear-gradient(180deg, #05080c 0%, #030508 58%, #020306 100%);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 max(24px, calc((100vw - var(--max)) / 2)) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, .42), transparent);
  opacity: .8;
}

.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 18%;
  left: max(24px, calc((100vw - var(--max)) / 2));
  width: min(34vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 229, 255, .035);
  filter: blur(90px);
  pointer-events: none;
}

.footer > div:first-child {
  position: relative;
  min-width: 0;
  padding-right: clamp(0px, 2vw, 28px);
}

.footer-kicker {
  margin: 0 0 20px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.footer > div:first-child .brand {
  display: inline-flex;
  margin-bottom: 24px;
  font-size: clamp(22px, 2vw, 30px);
}

.footer > div:first-child > p:not(.footer-kicker) {
  max-width: 500px;
  color: rgba(225, 238, 241, .7);
  font-size: 15px;
  line-height: 1.8;
}

.footer > div:first-child > p:not(.footer-kicker) + p {
  position: relative;
  margin-top: 34px;
  padding: 58px 26px 24px;
  overflow: hidden;
  border: 1px solid rgba(196, 236, 242, .13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    radial-gradient(circle at 100% 0%, rgba(0, 229, 255, .08), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 24px 70px rgba(0, 0, 0, .2);
}

.footer > div:first-child > p:not(.footer-kicker) + p::before {
  content: "Get in Touch";
  position: absolute;
  top: 21px;
  left: 26px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer > div:first-child > p:not(.footer-kicker) + p a {
  color: var(--ink);
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 220ms var(--ease), text-decoration-color 220ms var(--ease);
}

.footer > div:first-child > p:not(.footer-kicker) + p a:hover {
  color: var(--cyan);
  text-decoration-color: rgba(0, 229, 255, .42);
}

.footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(38px, 4.2vw, 64px) clamp(28px, 3.5vw, 52px);
  align-items: start;
  min-width: 0;
}

.footer nav > div {
  min-width: 0;
}

.footer nav h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--footer-line);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.footer nav a {
  position: relative;
  display: table;
  margin: 11px 0;
  color: rgba(225, 238, 241, .68);
  font-size: 14px;
  line-height: 1.45;
  transition: color 220ms var(--ease), transform 220ms var(--ease);
}

.footer nav a::after {
  content: "";
  position: absolute;
  right: calc(100% + 9px);
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--cyan);
  transform: translateY(-50%);
  transition: width 220ms var(--ease);
}

.footer nav a:hover,
.footer nav a:focus-visible {
  color: var(--ink);
  transform: translateX(5px);
}

.footer nav a:hover::after,
.footer nav a:focus-visible::after {
  width: 5px;
}

.footer-cta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid var(--footer-line);
  border-bottom: 1px solid var(--footer-line);
}

.footer-cta p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 760;
  line-height: 1.15;
}

.footer-cta > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.footer-cta a {
  position: relative;
  padding: 8px 0;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.footer-cta a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(.22);
  transform-origin: left;
  opacity: .55;
  transition: transform 240ms var(--ease), opacity 240ms var(--ease);
}

.footer-cta a:hover::after,
.footer-cta a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

.copyright {
  grid-column: 1;
  align-self: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(196, 214, 218, .46);
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}

.footer:not(:has(.footer-system-status)) .copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--footer-line);
}

.footer-system-status {
  grid-column: 2;
  position: relative;
  justify-self: stretch;
  min-height: 62px;
  display: block;
  padding: 0 24px 0 58px;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, .18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, .045), rgba(255, 255, 255, .025)),
    rgba(3, 8, 12, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 18px 55px rgba(0, 0, 0, .22);
}

.footer-system-status::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 6px rgba(0, 229, 255, .07), 0 0 24px rgba(0, 229, 255, .42);
  transform: translateY(-50%);
  animation: footer-status-breathe 3.2s ease-in-out infinite;
}

.footer-system-status::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, .055), transparent);
  transform: translateX(-120%);
  animation: footer-status-scan 7s ease-in-out infinite;
  pointer-events: none;
}

.footer-system-status span {
  position: absolute;
  top: 50%;
  left: 58px;
  max-width: calc(100% - 82px);
  overflow: hidden;
  color: rgba(247, 251, 252, .34);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(18px, -50%, 0);
  transition: color 420ms var(--ease), opacity 420ms var(--ease), transform 520ms var(--ease);
}

.footer-system-status span.is-active {
  color: var(--cyan);
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

@keyframes footer-status-breathe {
  0%, 100% { opacity: .62; box-shadow: 0 0 0 5px rgba(0, 229, 255, .055), 0 0 18px rgba(0, 229, 255, .25); }
  50% { opacity: 1; box-shadow: 0 0 0 8px rgba(0, 229, 255, .08), 0 0 28px rgba(0, 229, 255, .42); }
}

@keyframes footer-status-scan {
  0%, 22% { transform: translateX(-120%); opacity: 0; }
  42% { opacity: 1; }
  72%, 100% { transform: translateX(480%); opacity: 0; }
}

@media (max-width: 1040px) {
  .footer {
    grid-template-columns: minmax(270px, 35fr) minmax(0, 65fr);
    column-gap: clamp(36px, 5vw, 64px);
  }

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

@media (max-width: 760px) {
  .footer {
    grid-template-columns: 1fr;
    row-gap: 42px;
    padding-top: 72px;
  }

  .footer > div:first-child,
  .footer nav,
  .footer-cta,
  .copyright,
  .footer-system-status {
    grid-column: 1;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta > div {
    justify-content: flex-start;
  }

  .footer:not(:has(.footer-system-status)) .copyright {
    grid-column: 1;
  }
}

@media (max-width: 480px) {
  .footer nav {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-system-status {
    min-height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-system-status::before,
  .footer-system-status::after {
    animation: none;
  }

  .footer-system-status span {
    transition-duration: 1ms;
  }
}

.home-v2 {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,229,255,.08), transparent 28%),
    #05070b;
}

.home-section {
  width: min(1440px, calc(100% - clamp(28px, 5vw, 88px)));
  margin: 0 auto;
  padding: clamp(88px, 9vw, 148px) 0;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 840px;
  margin-bottom: clamp(36px, 5vw, 72px);
}

.section-heading h2 {
  margin: 0;
  max-width: 880px;
  color: rgba(247,251,252,.95);
  font-size: clamp(38px, 5vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  max-width: 680px;
  color: rgba(196,236,242,.68);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.55;
}

.service-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 390px);
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 6px 0 22px;
  scrollbar-color: rgba(0,229,255,.35) transparent;
}

.services-scroll-story {
  --services-story-progress: 0;
}

.process-scroll-story {
  --process-story-progress: 0;
}

@media (min-width: 1024px) {
  .services-scroll-story {
    width: 100%;
    min-height: 500svh;
    padding: 0;
    overflow: clip;
  }

  .services-scroll-story .section-heading {
    position: sticky;
    top: 96px;
    z-index: 3;
    width: min(1440px, calc(100% - clamp(28px, 5vw, 88px)));
    margin: 0 auto;
    padding: clamp(40px, 4.5vw, 74px) 0 0;
    opacity: clamp(0, calc((1 - var(--services-story-progress)) * 20), 1);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
  }

  .services-scroll-story .section-heading h2 {
    max-width: 680px;
    font-size: clamp(36px, 3.75vw, 62px);
  }

  .services-scroll-story .section-heading p:not(.eyebrow) {
    max-width: 600px;
    font-size: clamp(17px, 1.6vw, 24px);
  }

  .services-scroll-story .section-heading > * {
    pointer-events: auto;
  }

  .services-scroll-story .service-rail {
    position: sticky;
    top: clamp(430px, 64svh, 620px);
    z-index: 2;
    width: max-content;
    max-width: none;
    margin-left: max(clamp(28px, 5vw, 88px), calc((100vw - 1440px) / 2 + 44px));
    padding: 6px clamp(28px, 7vw, 120px) 82px 0;
    overflow: visible;
    transform: translate3d(var(--services-x, 0px), 0, 0);
    transition: transform 80ms linear;
    will-change: transform;
    scrollbar-width: none;
  }

  .services-scroll-story .service-rail::-webkit-scrollbar {
    display: none;
  }

  .services-scroll-story .service-card-v2 {
    min-height: 245px;
    padding: 18px 24px;
  }

  .services-scroll-story .service-card-v2 h3 {
    margin-top: 12px;
    font-size: 24px;
  }

  .services-scroll-story .service-card-v2 p {
    font-size: 13.25px;
  }

  .services-scroll-story::before,
  .services-scroll-story::after {
    content: "";
    position: sticky;
    display: block;
    pointer-events: none;
  }

  .services-scroll-story::before {
    top: 0;
    z-index: 1;
    height: 100svh;
    margin-bottom: -100svh;
    background:
      radial-gradient(ellipse at calc(18% + (var(--services-story-progress) * 28%)) 45%, rgba(0,229,255,.11), transparent 34%),
      linear-gradient(90deg, rgba(0,229,255,.03) 1px, transparent 1px),
      linear-gradient(0deg, rgba(0,229,255,.024) 1px, transparent 1px);
    background-size: auto, 96px 96px, 96px 96px;
    opacity: .84;
    mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 88%, transparent 100%);
  }

  .process-scroll-story {
    width: 100%;
    min-height: 360svh;
    padding: 0;
    overflow: clip;
  }

  .process-scroll-story .section-heading {
    position: sticky;
    top: 96px;
    z-index: 3;
    width: min(1440px, calc(100% - clamp(28px, 5vw, 88px)));
    margin: 0 auto;
    padding: clamp(50px, 5vw, 86px) 0 0;
    opacity: clamp(0, calc((1 - var(--process-story-progress)) * 20), 1);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
  }

  .process-scroll-story .section-heading > * {
    pointer-events: auto;
  }

  .process-scroll-story .section-heading h2 {
    max-width: 900px;
    font-size: clamp(40px, 4.8vw, 78px);
  }

  .process-scroll-story .process-timeline-v2 {
    position: sticky;
    top: clamp(420px, 55svh, 490px);
    z-index: 2;
    width: max-content;
    max-width: none;
    grid-auto-columns: minmax(270px, 340px);
    gap: 18px;
    margin-left: max(clamp(28px, 5vw, 88px), calc((100vw - 1440px) / 2 + 44px));
    padding: 0 clamp(28px, 7vw, 120px) 82px 0;
    overflow: visible;
    transform: translate3d(var(--process-x, 0px), 0, 0);
    transition: transform 80ms linear;
    will-change: transform;
    scrollbar-width: none;
  }

  .process-scroll-story .process-timeline-v2::-webkit-scrollbar {
    display: none;
  }

  .process-scroll-story .process-timeline-v2 li {
    min-height: 230px;
  }
}

@media (min-width: 1024px) and (max-height: 800px) {
  .services-scroll-story .service-rail {
    top: 410px;
  }
}

.service-card-v2 {
  position: relative;
  min-height: 410px;
  display: grid;
  align-content: space-between;
  gap: 22px;
  padding: 32px;
  border: 1px solid rgba(247,251,252,.1);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(247,251,252,.1), rgba(247,251,252,.035) 44%, rgba(0,229,255,.07)),
    rgba(8,14,20,.62);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.12), 0 24px 70px rgba(0,0,0,.22);
  scroll-snap-align: start;
  overflow: hidden;
  transition: transform 220ms cubic-bezier(.22,1,.36,1), border-color 220ms cubic-bezier(.22,1,.36,1), background 220ms cubic-bezier(.22,1,.36,1);
}

.service-card-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 76% 14%, rgba(0,229,255,.14), transparent 26%);
  opacity: .45;
  pointer-events: none;
}

.service-card-v2:hover {
  transform: translateY(-6px);
  border-color: rgba(0,229,255,.28);
  background:
    linear-gradient(145deg, rgba(247,251,252,.13), rgba(247,251,252,.04) 44%, rgba(0,229,255,.1)),
    rgba(8,14,20,.72);
}

.service-card-v2 > * {
  position: relative;
}

.service-card-v2 span {
  color: rgba(0,229,255,.78);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .18em;
}

.service-card-v2 h3 {
  margin: 34px 0 0;
  color: rgba(247,251,252,.94);
  font-size: 31px;
  line-height: 1.05;
}

.service-card-v2 p {
  margin: 0;
  color: rgba(196,236,242,.66);
  font-size: 15px;
  line-height: 1.65;
}

.service-card-v2 div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.service-card-v2 small {
  padding: 7px 10px;
  border: 1px solid rgba(0,229,255,.14);
  border-radius: 999px;
  color: rgba(196,236,242,.74);
  background: rgba(0,229,255,.055);
  font-size: 11px;
  font-weight: 760;
}

.service-card-v2 a,
.project-card-v2 a {
  color: rgba(0,229,255,.9);
  font-weight: 850;
  text-decoration: none;
}

.project-showcase-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .65fr);
  gap: 24px;
}

.project-card-v2 {
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(247,251,252,.1);
  border-radius: 24px;
  background: rgba(8,14,20,.66);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.1), 0 24px 70px rgba(0,0,0,.22);
}

.project-card-v2.featured {
  grid-row: span 2;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(300px, .75fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.project-screen {
  min-height: 360px;
  border: 1px solid rgba(0,229,255,.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(247,251,252,.08), transparent 42%),
    repeating-linear-gradient(90deg, rgba(0,229,255,.07) 0 1px, transparent 1px 48px),
    rgba(4,9,13,.82);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.12), 0 30px 90px rgba(0,0,0,.28);
  padding: 24px;
}

.project-screen span {
  color: rgba(0,229,255,.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.project-screen div {
  height: 40px;
  margin-top: 22px;
  border-radius: 12px;
  background: rgba(247,251,252,.07);
}

.project-screen.compact {
  min-height: 150px;
  margin-bottom: 22px;
}

.project-card-v2 h3 {
  margin: 0 0 14px;
  color: rgba(247,251,252,.94);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.08;
}

.project-card-v2 p,
.project-card-v2 li,
.project-card-v2 small {
  color: rgba(196,236,242,.65);
  line-height: 1.6;
}

.project-card-v2 ul {
  padding-left: 18px;
}

.portfolio-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
}

.portfolio-live-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(247,251,252,.1);
  border-radius: 8px;
  background: rgba(8,14,20,.72);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.08), 0 22px 58px rgba(0,0,0,.2);
  transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
}

.portfolio-live-card:hover,
.portfolio-live-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(0,229,255,.34);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.12), 0 28px 70px rgba(0,0,0,.3);
}

.portfolio-live-card > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.portfolio-preview {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(247,251,252,.09);
  background: rgba(4,9,13,.82);
}

.portfolio-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(3,8,12,.34));
}

.portfolio-preview img {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 900ms cubic-bezier(.22,1,.36,1);
}

.portfolio-live-card:hover .portfolio-preview img,
.portfolio-live-card:focus-within .portfolio-preview img {
  transform: translateY(-3%);
}

.portfolio-meta {
  display: grid;
  gap: 6px;
  padding: 20px;
}

.portfolio-meta strong {
  color: rgba(247,251,252,.96);
  font-size: clamp(18px, 1.8vw, 25px);
  line-height: 1.2;
}

.portfolio-meta small {
  display: none;
  color: rgba(0,229,255,.72);
  font-size: 12px;
  letter-spacing: .04em;
}

.portfolio-all-link {
  grid-column: 1 / -1;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 10px;
  padding: 0 20px;
  border: 1px solid rgba(0,229,255,.3);
  border-radius: 8px;
  color: rgba(0,229,255,.92);
  text-decoration: none;
  font-weight: 850;
  transition: background 220ms ease, border-color 220ms ease;
}

.portfolio-all-link:hover,
.portfolio-all-link:focus-visible {
  border-color: rgba(0,229,255,.58);
  background: rgba(0,229,255,.08);
}

.portfolio-page-main {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(150px, 16vw, 220px) 0 110px;
}

.portfolio-page-hero {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 118px);
  padding-bottom: clamp(76px, 10vw, 132px);
}

.portfolio-page-hero-copy {
  min-width: 0;
}

.portfolio-page-hero h1 {
  max-width: 1000px;
  margin: 18px 0 28px;
  color: rgba(247,251,252,.97);
  font-size: clamp(54px, 8vw, 118px);
  line-height: .94;
}

.portfolio-page-hero > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(196,236,242,.68);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.portfolio-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(247,251,252,.1);
  color: rgba(196,236,242,.62);
}

.portfolio-summary span {
  display: grid;
  gap: 4px;
}

.portfolio-summary strong {
  color: rgba(0,229,255,.9);
  font-size: 24px;
}

.portfolio-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 22px;
  color: rgba(196,236,242,.58);
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.portfolio-capabilities span {
  position: relative;
}

.portfolio-product-visual {
  position: relative;
  min-height: clamp(430px, 42vw, 590px);
  isolation: isolate;
}

.portfolio-product-visual::before {
  content: "";
  position: absolute;
  inset: 12% 6% 8%;
  z-index: -2;
  border: 1px solid rgba(0, 229, 255, .12);
  border-radius: 46% 54% 50% 44%;
  background: radial-gradient(circle at 50% 45%, rgba(0, 229, 255, .13), transparent 52%);
}

.portfolio-visual-orbit {
  position: absolute;
  z-index: -1;
  inset: 8% 2%;
  border: 1px solid rgba(110, 203, 213, .14);
  border-radius: 48% 52% 46% 54%;
  transform: rotate(-14deg);
}

.portfolio-visual-orbit.orbit-two {
  inset: 19% 13%;
  transform: rotate(27deg);
  border-color: rgba(110, 203, 213, .1);
}

.portfolio-showcase-window {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(196, 236, 242, .22);
  border-radius: 22px 22px 22px 8px;
  background: linear-gradient(145deg, rgba(20, 33, 42, .94), rgba(8, 14, 20, .9));
  box-shadow: 0 26px 72px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .1);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}

.portfolio-showcase-window:hover {
  border-color: rgba(0, 229, 255, .45);
  box-shadow: 0 32px 82px rgba(0, 0, 0, .42), 0 0 44px rgba(0, 229, 255, .08), inset 0 1px 0 rgba(255, 255, 255, .14);
}

.portfolio-showcase-window img {
  display: block;
  width: 100%;
  height: calc(100% - 36px);
  object-fit: cover;
  object-position: top center;
  opacity: .86;
}

.portfolio-window-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 36px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(196, 236, 242, .1);
  color: rgba(196, 236, 242, .7);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.portfolio-window-bar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(196, 236, 242, .38);
}

.portfolio-window-bar i:first-child { background: rgba(0, 229, 255, .82); }
.portfolio-window-bar b { margin-left: 6px; font: inherit; }

.portfolio-showcase-main { inset: 18% 9% 5% 17%; z-index: 2; }
.portfolio-showcase-top { width: 46%; height: 39%; top: 0; right: 1%; z-index: 3; transform: rotate(3deg); }
.portfolio-showcase-bottom { width: 42%; height: 32%; bottom: 1%; left: 0; z-index: 3; transform: rotate(-4deg); }
.portfolio-showcase-top:hover { transform: translateY(-7px) rotate(3deg); }
.portfolio-showcase-bottom:hover { transform: translateY(-7px) rotate(-4deg); }
.portfolio-showcase-main:hover { transform: translateY(-7px); }

.portfolio-window-caption,
.portfolio-visual-status {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(217, 244, 247, .76);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.portfolio-window-caption { left: 16px; bottom: 14px; }
.portfolio-visual-status { top: 12%; left: 2%; }
.portfolio-visual-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px rgba(0, 229, 255, .7); }

.portfolio-capabilities span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(0,229,255,.62);
  transform: translateY(-50%);
}

.trusted-by-section {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 74px 0 78px;
  background: transparent;
}

.trusted-by-heading {
  width: min(1440px, calc(100% - clamp(28px, 5vw, 88px)));
  margin: 0 auto 24px;
}

.trusted-by-heading h2 {
  max-width: 680px;
  margin: 10px 0 10px;
  color: rgba(247,251,252,.94);
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: .98;
  letter-spacing: -.035em;
  text-transform: none;
}

.trusted-by-heading > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: rgba(196,236,242,.62);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
}

.trusted-by-marquee {
  display: grid;
  gap: 20px;
  width: min(1560px, calc(100% - clamp(28px, 5vw, 88px)));
  margin: 0 auto;
  padding: 22px 0;
  border: 1px solid rgba(196,236,242,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(17,31,38,.72), rgba(5,12,18,.58));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 60px rgba(0,0,0,.18);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.trusted-by-row {
  overflow: hidden;
  width: 100%;
}

.trusted-by-row-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.trusted-by-row:nth-child(1) .trusted-by-row-track {
  animation: trusted-by-marquee-left 48s linear infinite;
}

.trusted-by-row:nth-child(2) .trusted-by-row-track {
  animation: trusted-by-marquee-right 54s linear infinite;
}

.trusted-by-logo-set {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 42px);
  padding: 0 clamp(22px, 3.2vw, 54px);
}

.trusted-by-logo {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(176px, 17vw, 240px);
  height: 102px;
  padding: 18px 22px;
  box-sizing: border-box;
  flex: 0 0 auto;
  overflow: hidden;
  opacity: .9;
  border: 1px solid rgba(13,31,38,.1);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(228,239,242,.96));
  box-shadow: 0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.9);
  transition: opacity .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}

.trusted-by-logo::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 0;
  border-radius: 10px;
  background: transparent;
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}

.trusted-by-logo.dark-logo::before,
.trusted-by-logo.light-logo::before {
  background: rgba(7,17,23,.08);
  box-shadow: inset 0 0 16px rgba(7,17,23,.05);
}

.trusted-by-logo img {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
  object-position: center;
  filter: brightness(1.02) contrast(1.04);
}

.trusted-by-logo:hover,
.trusted-by-logo:focus-within {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(0,157,178,.35);
  box-shadow: 0 16px 32px rgba(0,0,0,.22), 0 0 22px rgba(0,229,255,.16), inset 0 1px 0 rgba(255,255,255,.95);
}

.trusted-by-logo:hover::before,
.trusted-by-logo:focus-within::before {
  background: rgba(0,229,255,.08);
  box-shadow: inset 0 0 16px rgba(0,157,178,.1);
}

.trusted-by-logo.dark-logo img {
  filter: brightness(1.12) contrast(1.1);
}

.trusted-by-logo.light-logo img {
  filter: brightness(.72) contrast(1.18);
}

@keyframes trusted-by-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes trusted-by-marquee-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@media (max-width: 980px) {
  .trusted-by-section {
    min-height: 320px;
    padding: 58px 0 62px;
  }

  .trusted-by-logo {
    width: clamp(160px, 24vw, 210px);
    height: 88px;
    padding: 15px 18px;
  }

  .trusted-by-logo img {
    max-width: 100%;
    max-height: 52px;
  }
}

@media (max-width: 640px) {
  .trusted-by-section {
    min-height: 220px;
    padding: 34px 0 38px;
  }

  .trusted-by-heading {
    margin-bottom: 18px;
  }

  .trusted-by-heading h2 {
    font-size: clamp(28px, 8.5vw, 40px);
  }

  .trusted-by-heading > p:not(.eyebrow) {
    font-size: 14px;
  }

  .trusted-by-marquee {
    gap: 14px;
    padding: 16px 0;
    border-radius: 18px;
  }

  .trusted-by-logo-set {
    gap: 16px;
    padding: 0 16px;
  }

  .trusted-by-logo {
    width: 148px;
    height: 72px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .trusted-by-logo img {
    max-width: 100%;
    max-height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trusted-by-row-track {
    animation-play-state: paused !important;
  }
}

.portfolio-directory {
  padding: 80px 0;
  border-top: 1px solid rgba(247,251,252,.08);
}

.portfolio-directory-heading {
  max-width: 760px;
  margin-bottom: 46px;
}

.portfolio-directory-heading h2,
.portfolio-cta h2 {
  margin: 14px 0 18px;
  color: rgba(247,251,252,.96);
  font-size: clamp(42px, 6vw, 84px);
  line-height: .98;
}

.portfolio-directory-heading > p:not(.eyebrow),
.portfolio-cta > p:not(.eyebrow) {
  color: rgba(196,236,242,.66);
  font-size: 18px;
  line-height: 1.6;
}

.portfolio-cta {
  max-width: 1050px;
  margin-top: 90px;
  padding: clamp(34px, 6vw, 72px) 0;
  border-top: 1px solid rgba(0,229,255,.18);
}

.portfolio-cta .hero-actions {
  margin-top: 30px;
}

@media (max-width: 640px) {
  .portfolio-page-main {
    width: calc(100% - 28px);
    padding-top: 118px;
  }

  .portfolio-page-hero h1 {
    font-size: clamp(44px, 14vw, 66px);
  }
}

.why-grid-v2,
.tech-groups-v2,
.industry-grid-v2,
.testimonial-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-grid-v2 article,
.tech-groups-v2 article,
.industry-grid-v2 a,
.testimonial-grid-v2 blockquote,
.faq-list-v2 details {
  border: 1px solid rgba(247,251,252,.1);
  border-radius: 20px;
  background: rgba(8,14,20,.58);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.09);
}

.why-grid-v2 article,
.tech-groups-v2 article,
.industry-grid-v2 a,
.testimonial-grid-v2 blockquote {
  min-height: 210px;
  padding: 28px;
}

.why-grid-v2 strong {
  display: block;
  margin-bottom: 24px;
  color: rgba(0,229,255,.9);
  font-size: clamp(42px, 5vw, 72px);
  line-height: .9;
}

.why-grid-v2 h3,
.tech-groups-v2 h3,
.industry-grid-v2 a,
.testimonial-grid-v2 cite {
  color: rgba(247,251,252,.9);
}

.why-grid-v2 h3,
.tech-groups-v2 h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.why-grid-v2 p,
.tech-groups-v2 span,
.industry-grid-v2 span,
.testimonial-grid-v2 p,
.faq-list-v2 p {
  color: rgba(196,236,242,.64);
  line-height: 1.6;
}

.process-timeline-v2 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 16px;
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
}

.process-timeline-v2 li {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(247,251,252,.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0,229,255,.07), rgba(8,14,20,.58));
  scroll-snap-align: start;
}

.process-timeline-v2 span {
  color: rgba(0,229,255,.8);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.process-timeline-v2 h3 {
  margin: 42px 0 14px;
  color: rgba(247,251,252,.94);
  font-size: 24px;
}

.process-timeline-v2 p {
  color: rgba(196,236,242,.64);
  line-height: 1.6;
}

.tech-groups-v2 article {
  min-height: 170px;
}

.tech-groups-v2 p {
  margin: 0 0 18px;
  color: rgba(0,229,255,.8);
  font-weight: 850;
}

.industry-grid-v2 a {
  display: grid;
  gap: 16px;
  min-height: 180px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 850;
}

.industry-grid-v2 span {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.testimonial-grid-v2 blockquote {
  margin: 0;
}

.testimonial-grid-v2 p {
  margin: 0 0 24px;
  font-size: 17px;
}

.testimonial-grid-v2 cite {
  display: block;
  font-style: normal;
  font-weight: 800;
}

.testimonial-grid-v2 span {
  display: block;
  margin-top: 16px;
  color: rgba(0,229,255,.86);
  letter-spacing: .12em;
}

.reviews-source-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px !important;
  color: rgba(247,251,252,.78) !important;
  font-size: 14px !important;
  font-weight: 750;
}

.reviews-source-line > span:first-child {
  color: rgba(0,229,255,.92);
  letter-spacing: .12em;
}

.reviews-source-divider {
  color: rgba(196,236,242,.28);
}

.reviews-google-link {
  display: inline-block;
  margin-top: 12px;
  color: rgba(0,229,255,.88);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.reviews-google-link:hover,
.reviews-google-link:focus-visible {
  color: rgba(247,251,252,.96);
}

.reviews-marquee {
  display: grid;
  gap: 18px;
  width: calc(100vw - 28px);
  margin-left: calc(50% - 50vw + 14px);
  margin-top: clamp(34px, 5vw, 58px);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.reviews-row {
  overflow: hidden;
  width: 100%;
}

.reviews-track,
.reviews-track-copy {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
}

.reviews-row-forward .reviews-track {
  animation: reviews-marquee-left 56s linear infinite;
}

.reviews-row-reverse .reviews-track {
  animation: reviews-marquee-right 62s linear infinite;
}

.reviews-marquee:hover .reviews-track,
.reviews-marquee:focus-within .reviews-track {
  animation-play-state: paused;
}

.review-card {
  display: flex;
  flex: 0 0 clamp(320px, 31vw, 430px);
  flex-direction: column;
  min-height: 242px;
  margin: 0;
  padding: 24px 26px;
  border: 1px solid rgba(0,229,255,.14);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(247,251,252,.06), rgba(8,14,20,.72));
  box-shadow: inset 0 1px 0 rgba(247,251,252,.1), 0 18px 54px rgba(0,0,0,.18);
  transition: border-color .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease);
}

.review-card:hover,
.review-card:focus-within {
  border-color: rgba(0,229,255,.42);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.14), 0 22px 62px rgba(0,0,0,.24), 0 0 24px rgba(0,229,255,.08);
  transform: translateY(-3px);
}

.review-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.review-badge {
  color: rgba(196,236,242,.64);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.review-stars {
  color: rgba(0,229,255,.9);
  font-size: 12px;
  letter-spacing: .1em;
  white-space: nowrap;
}

.review-card p {
  flex: 1;
  margin: 26px 0 22px;
  color: rgba(247,251,252,.82);
  font-size: 16px;
  line-height: 1.58;
}

.review-card cite {
  color: rgba(247,251,252,.94);
  font-style: normal;
  font-weight: 800;
}

.review-card > small {
  margin-top: 6px;
  color: rgba(0,229,255,.68);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes reviews-marquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes reviews-marquee-right {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@media (max-width: 980px) {
  .reviews-row-reverse {
    display: none;
  }

  .reviews-row {
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .reviews-row::-webkit-scrollbar {
    display: none;
  }

  .reviews-row .reviews-track {
    animation: none;
  }

  .review-card {
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-track {
    animation-play-state: paused !important;
  }

  .review-card {
    transition: none;
  }
}

.faq-list-v2 {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.faq-list-v2 details {
  padding: 22px 26px;
}

.faq-list-v2 summary {
  cursor: pointer;
  color: rgba(247,251,252,.9);
  font-size: 18px;
  font-weight: 850;
}

.cta-panel-v2 {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 22px;
  min-height: 460px;
  padding: clamp(54px, 8vw, 104px);
  overflow: hidden;
  border: 1px solid rgba(247,251,252,.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 100%, rgba(0,229,255,.16), transparent 38%),
    linear-gradient(145deg, rgba(247,251,252,.11), rgba(8,14,20,.72));
  box-shadow: inset 0 1px 0 rgba(247,251,252,.13), 0 30px 100px rgba(0,0,0,.3);
  text-align: center;
}

.cta-panel-v2 h2 {
  max-width: 820px;
  margin: 0;
  color: rgba(247,251,252,.96);
  font-size: clamp(44px, 7vw, 96px);
  line-height: .96;
}

.cta-panel-v2 p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(196,236,242,.68);
  font-size: 19px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .portfolio-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-showcase-v2,
  .project-card-v2.featured,
  .why-grid-v2,
  .tech-groups-v2,
  .industry-grid-v2,
  .testimonial-grid-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .project-card-v2.featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .portfolio-live-grid {
    grid-template-columns: 1fr;
  }

  .home-section {
    width: calc(100% - 28px);
    padding: 76px 0;
  }

  .section-heading h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .service-rail {
    grid-auto-columns: minmax(282px, 86vw);
  }

  .project-showcase-v2,
  .project-card-v2.featured,
  .why-grid-v2,
  .tech-groups-v2,
  .industry-grid-v2,
  .testimonial-grid-v2 {
    grid-template-columns: 1fr;
  }

  .project-screen {
    min-height: 230px;
  }

  .process-timeline-v2 {
    grid-auto-flow: row;
    overflow: visible;
  }

  .process-timeline-v2 li {
    min-height: auto;
  }

  .cta-panel-v2 {
    padding: 44px 22px;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(rgba(196,236,242,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,236,242,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
select option {
  color: #091016;
  background: #f7fbfc;
}
select option:checked {
  color: #091016;
  background: #a9cff2;
}
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
p { color: var(--muted); line-height: 1.68; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(53,207,224,.42);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--cyan);
  color: var(--ink-dark);
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.site-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .34;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--blue));
  box-shadow: 0 8px 24px rgba(110,203,213,.18);
  transform: scaleX(0);
  transform-origin: left;
}

.engineering-flow {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: var(--doc-height, 100%);
  min-height: 100vh;
  pointer-events: none;
  opacity: .24;
}

.site-header, main, .footer {
  position: relative;
  z-index: 1;
}
.engineering-flow .flow-base,
.engineering-flow .flow-active {
  fill: none;
  stroke-width: .14;
  stroke-linecap: round;
}
.engineering-flow .flow-base {
  stroke: rgba(110,203,213,.22);
}
.engineering-flow .flow-active {
  stroke: rgba(110,203,213,.72);
  stroke-dasharray: 1420;
  stroke-dashoffset: 1420;
  filter: drop-shadow(0 0 8px rgba(53,207,224,.26));
}
.flow-chapters circle {
  fill: var(--surface-core);
  stroke: rgba(110,203,213,.42);
  stroke-width: .28;
  opacity: .46;
  transition: opacity 260ms var(--ease), stroke 260ms var(--ease), fill 260ms var(--ease);
}
.flow-chapters circle.is-active {
  fill: var(--cyan);
  stroke: rgba(247,251,252,.82);
  opacity: 1;
  filter: drop-shadow(0 0 7px rgba(53,207,224,.48));
}
.engineering-flow .flow-pulse {
  fill: var(--cyan);
  opacity: .7;
  filter: drop-shadow(0 0 8px rgba(53,207,224,.45));
  transform-box: fill-box;
  transform-origin: center;
}
@keyframes flowTrace {
  to { stroke-dashoffset: 420; }
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 50;
  width: min(var(--max), calc(100% - 32px));
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(196,236,242,.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8,14,20,.82), rgba(8,14,20,.66));
  backdrop-filter: blur(24px) saturate(1.24);
  box-shadow: 0 22px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06);
  transition: min-height 220ms var(--ease), padding 220ms var(--ease), backdrop-filter 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}
.site-header.is-compressed {
  min-height: 56px;
  padding: 7px 10px;
  background: rgba(6, 10, 15, .86);
  backdrop-filter: blur(26px) saturate(1.16);
  box-shadow: 0 18px 54px rgba(17,22,29,.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 900;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 18px 18px 18px 8px;
  color: white;
  background: rgba(6,10,15,.96);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 0 0 5px rgba(53,207,224,.08);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  overflow: hidden;
}
.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.brand:hover .brand-mark { transform: rotate(3deg) scale(1.03); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 0 0 6px rgba(53,207,224,.12); }
.site-nav, .footer nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(247,251,252,.62);
  font-size: 14px;
  font-weight: 700;
}
.site-nav a,
.mega-trigger {
  position: relative;
  padding: 6px 0;
}
.site-nav a::after,
.mega-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.site-nav a:hover::after,
.mega-trigger:hover::after,
.mega-trigger[aria-expanded="true"]::after,
.site-nav .is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.site-nav a:hover,
.mega-trigger:hover,
.mega-trigger[aria-expanded="true"],
.site-nav .is-active,
.footer a:hover {
  color: var(--cyan);
  text-shadow: 0 0 18px rgba(0,229,255,.18);
}

.mega-nav {
  gap: 18px;
}

.mega-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-block: 10px;
}

.mega-group::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  top: 100%;
  height: 28px;
}

.mega-trigger,
.mobile-nav-toggle {
  border: 0;
  color: rgba(247,251,252,.72);
  background: transparent;
  font-weight: 800;
}

.mega-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: color .22s var(--ease), text-shadow .22s var(--ease);
}

.mega-chevron {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  color: currentColor;
  transform: translateY(1px) rotate(0deg);
  transition: transform .22s var(--ease), color .22s var(--ease), filter .22s var(--ease);
}

.mega-chevron path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mega-trigger:hover .mega-chevron,
.mega-trigger[aria-expanded="true"] .mega-chevron,
.mega-trigger.is-active .mega-chevron {
  filter: drop-shadow(0 0 8px rgba(0,229,255,.26));
}

.mega-trigger[aria-expanded="true"] .mega-chevron,
.mega-group.is-open .mega-chevron {
  transform: translateY(1px) rotate(180deg);
}

.mega-trigger:focus-visible,
.mega-card:focus-visible {
  outline: 2px solid rgba(0,229,255,.72);
  outline-offset: 4px;
}

.mega-panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 70;
  width: min(760px, calc(100vw - 48px));
  max-height: min(520px, calc(100vh - 132px));
  padding: 22px;
  border: 1px solid rgba(196,236,242,.18);
  border-radius: 24px 24px 24px 12px;
  background:
    radial-gradient(circle at 92% 8%, rgba(0,229,255,.16), transparent 32%),
    linear-gradient(145deg, rgba(8,14,20,.96), rgba(12,19,27,.9));
  box-shadow: 0 38px 96px rgba(0,0,0,.46), 0 8px 26px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(26px) saturate(1.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  filter: blur(3px);
  transition: opacity .26s var(--ease), transform .26s var(--ease), filter .26s var(--ease), visibility 0s linear .26s;
  will-change: opacity, transform;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.mega-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -26px;
  height: 28px;
}

.mega-group:hover .mega-panel,
.mega-group:focus-within .mega-panel,
.mega-group.is-open .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
  filter: blur(0);
  transition-delay: 0s;
}

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

.mega-card {
  min-height: 74px;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 18px 18px 18px 7px;
  color: rgba(247,251,252,.82);
  transition: background .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease), color .22s var(--ease);
}

.mega-card::after {
  display: none;
}

.mega-card:hover,
.mega-card.is-active {
  color: var(--ink);
  background: rgba(255,255,255,.06);
  border-color: rgba(0,229,255,.22);
  transform: translateY(-2px);
}

.mega-card strong,
.mega-card small {
  display: block;
}

.mega-card strong {
  margin-bottom: 4px;
  color: inherit;
  font-size: 14px;
}

.mega-card small {
  color: rgba(216,231,235,.62);
  font-size: 12px;
  line-height: 1.45;
}

.mega-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0,229,255,.34);
  border-radius: 14px 14px 14px 5px;
  background:
    radial-gradient(circle at 28% 30%, rgba(0,229,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 72%, rgba(136,201,232,.85) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 31%, rgba(0,229,255,.26) 32%, rgba(0,229,255,.26) 35%, transparent 36%),
    rgba(255,255,255,.04);
  box-shadow: 0 0 24px rgba(0,229,255,.08);
}

.mega-card-featured {
  background: rgba(0,229,255,.08);
  border-color: rgba(0,229,255,.24);
}

.mobile-nav-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid rgba(196,236,242,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.05);
}

.mobile-nav-toggle span:first-child {
  width: 20px;
  height: 12px;
  display: inline-block;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.nav-action, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 16px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  transform: translate(var(--mag-x, 0), var(--mag-y, 0));
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}
.nav-action::after, .button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  transform: translateX(-120%);
  transition: transform .55s ease;
}
.nav-action::before, .button::before {
  content: "→";
  position: absolute;
  right: 18px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 160ms var(--ease), transform 160ms var(--ease);
}
.nav-action:hover::before, .button:hover::before {
  opacity: .72;
  transform: translateX(0);
}
.nav-action {
  padding: 0 34px 0 18px;
  color: var(--ink-dark);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}
.button {
  padding: 0 38px 0 24px;
  min-height: 56px;
}
.button.primary {
  border-color: transparent;
  color: var(--ink-dark);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 20px 42px rgba(110,203,213,.16);
}
.button.secondary { color: var(--ink); background: rgba(255,255,255,.06); border-color: rgba(196,236,242,.16); backdrop-filter: blur(12px); }
.button:hover, .nav-action:hover {
  transform: translate(var(--mag-x, 0), calc(var(--mag-y, 0) - 2px)) scale(1.01);
  box-shadow: var(--shadow);
}
.button:hover::after, .nav-action:hover::after { transform: translateX(120%); }

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(92px, 11vw, 132px) 0;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr);
  gap: clamp(48px, 6vw, 78px);
  align-items: center;
  padding-top: 82px;
  animation: heroBreath 12s ease-in-out infinite alternate;
}
@keyframes heroBreath {
  from { filter: brightness(1); }
  to { filter: brightness(1.025); }
}
.hero::before {
  content: "";
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  top: 118px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110,203,213,.18), transparent);
}
.eyebrow {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(56px, 5.9vw, 92px);
  line-height: .91;
  letter-spacing: 0;
}
h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.45vw, 66px);
  line-height: 1;
  letter-spacing: 0;
}
h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.16;
}
.lead {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.62;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.hero-panel {
  position: relative;
  min-height: 540px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background:
    radial-gradient(circle at 78% 14%, rgba(110,203,213,.16), transparent 26%),
    linear-gradient(145deg, rgba(20,31,39,.84), rgba(8,14,20,.62));
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(16px);
  overflow: hidden;
  transition: transform 220ms var(--ease);
}
.hero-watermark {
  position: absolute;
  right: 42px;
  bottom: 32px;
  width: min(42%, 230px);
  opacity: .075;
  filter: saturate(.85);
  pointer-events: none;
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(196,236,242,.11);
  border-radius: 38% 62% 54% 46%;
}
.hero-panel::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: 18%;
  top: 34%;
  border-radius: 38px 38px 38px 8px;
  border: 1px solid rgba(196,236,242,.12);
  background: rgba(110,203,213,.045);
  transform: rotate(45deg);
}
.hero-panel::before, .hero-panel::after {
  z-index: 0;
}
.panel-label {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.outcome-map {
  position: relative;
  z-index: 2;
  min-height: 420px;
}
.outcome-map span {
  position: absolute;
  max-width: 168px;
  padding: 13px;
  border: 1px solid rgba(196,236,242,.13);
  border-radius: 18px 18px 18px 8px;
  color: var(--ink);
  background: rgba(7,13,19,.72);
  box-shadow: 0 14px 40px rgba(0,0,0,.18);
  font-size: 15px;
  font-weight: 800;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease);
  animation: cardFloat 9s ease-in-out infinite alternate;
}
.outcome-map span:nth-child(2), .outcome-map span:nth-child(5) { animation-delay: -2.4s; }
.outcome-map span:nth-child(3) { animation-delay: -4.2s; }
@keyframes cardFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-3px); }
}
.outcome-map span:hover {
  transform: translateY(-5px);
  background: rgba(13,24,31,.9);
  box-shadow: 0 22px 58px rgba(0,0,0,.28);
}
.outcome-map b { display: block; color: var(--cyan); }
.outcome-map span:nth-child(1) { left: 4%; top: 20%; }
.outcome-map span:nth-child(2) { right: 3%; top: 28%; }
.outcome-map span:nth-child(3) { left: 33%; top: 50%; }
.outcome-map span:nth-child(4) { left: 0; bottom: 10%; }
.outcome-map span:nth-child(5) { right: 6%; bottom: 4%; }

.trust-strip {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(196,236,242,.08);
  border-bottom: 1px solid rgba(196,236,242,.08);
  background: transparent;
}

.client-trust {
  padding: 58px 0 52px;
  isolation: isolate;
}
.client-trust::before,
.client-trust::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.client-trust::before {
  background:
    radial-gradient(circle at 14% 20%, rgba(0,229,255,.12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 70%);
}
.client-trust::after {
  background: linear-gradient(90deg, var(--bg) 0%, transparent 12%, transparent 88%, var(--bg) 100%);
  z-index: 2;
}
.trust-intro {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 32px;
}
.trust-intro h2 {
  max-width: 620px;
  margin: 8px 0 18px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}
.trust-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-proof span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(196,236,242,.14);
  border-radius: 16px;
  color: rgba(247,251,252,.82);
  background: rgba(255,255,255,.045);
  font-size: 13px;
  font-weight: 900;
}
.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 0 12px;
}
.logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
  animation: logoMarquee 46s linear infinite;
  will-change: transform;
}
.logo-set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  padding-inline: clamp(24px, 6vw, 80px);
}
.logo-marquee:hover .logo-track,
.logo-marquee:focus-within .logo-track {
  animation-play-state: paused;
}
.client-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: clamp(118px, 14vw, 170px);
  min-height: 76px;
  cursor: pointer;
}
.client-logo img {
  display: block;
  width: auto;
  height: clamp(40px, 4vw, 56px);
  max-width: 160px;
  object-fit: contain;
  filter: saturate(.86) grayscale(.12) opacity(.84);
  transform: translateZ(0);
  transition: filter .22s var(--ease), transform .22s var(--ease);
}
.client-logo:hover img,
.client-logo:focus-visible img {
  filter: saturate(1) grayscale(0) opacity(1) drop-shadow(0 0 18px rgba(0,229,255,.28));
  transform: scale(1.06);
}
.trust-note {
  width: min(var(--max), calc(100% - 48px));
  margin: 18px auto 0;
  color: rgba(196,236,242,.66);
  font-size: 15px;
}
@keyframes logoMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.outcome-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.outcome-summary span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(196,236,242,.12);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255,255,255,.055);
  font-size: 14px;
  font-weight: 900;
}
.outcome-summary.dark span {
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.06);
}

.section-heading {
  position: relative;
  margin-bottom: 38px;
  z-index: 1;
}
.benefits .section-heading::after,
.technology .section-heading::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  z-index: -1;
  color: rgba(110,203,213,.055);
  font-size: clamp(82px, 13vw, 170px);
  line-height: .78;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
}
.benefits .section-heading::after { content: "CONTROL"; }
.technology .section-heading::after { content: "PLATFORM"; }
.card-grid, .service-grid, .case-grid, .quote-grid {
  display: grid;
  gap: 14px;
}
.three { grid-template-columns: repeat(3, 1fr); }
.info-card, .service-card, .case-card, .quote-card, .line-card, .timeline-item, .faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  background: var(--panel);
  box-shadow: var(--shadow-soft);
}
.info-card, .service-card, .case-card, .quote-card {
  padding: 26px;
}
.info-card,
.service-card,
.case-card,
.line-card,
.timeline-item,
.faq-item,
.tech-tags article {
  border-radius: 20px 20px 20px 8px;
}
.info-card span, .timeline-item span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}
.problem {
  position: relative;
  color: var(--ink-dark);
  background: var(--surface-editorial);
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}
.problem h2, .problem h3 { color: var(--ink-dark); }
.problem p { color: var(--muted-dark); }
.problem .info-card {
  background: rgba(255,255,255,.82);
  border-color: var(--line-dark);
}
.problem::before {
  content: "";
  position: absolute;
  inset: 64px auto 64px 0;
  width: 36%;
  border-left: 1px solid var(--line-dark);
  border-top: 1px solid var(--line-dark);
  pointer-events: none;
}
.problem-grid { align-items: stretch; }
.problem-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.problem-card:hover { transform: translateY(-8px); border-color: rgba(36,120,215,.24); box-shadow: var(--shadow); }
.problem-card i {
  width: 46px;
  height: 46px;
  position: relative;
  display: block;
  margin-bottom: 58px;
  border: 1px solid rgba(110,203,213,.28);
  border-radius: 18px 18px 18px 6px;
  background:
    linear-gradient(90deg, transparent 58%, rgba(110,203,213,.32) 59%, rgba(110,203,213,.32) 62%, transparent 63%),
    linear-gradient(0deg, transparent 36%, rgba(110,203,213,.32) 37%, rgba(110,203,213,.32) 40%, transparent 41%),
    rgba(255,255,255,.8);
}
.problem-card i::before,
.problem-card i::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 18px 18px 0 rgba(110,203,213,.6);
}
.problem-card i::before {
  width: 7px;
  height: 7px;
  left: 10px;
  top: 10px;
}
.problem-card i::after {
  width: 5px;
  height: 5px;
  right: 9px;
  bottom: 10px;
  box-shadow: none;
}

.problem .outcome-summary span,
.solution .outcome-summary span,
.impact-process .outcome-summary span,
.testimonials .outcome-summary span,
.faq .outcome-summary span {
  color: var(--ink-dark);
  background: rgba(255,255,255,.7);
  border-color: var(--line-dark);
}

.technology .outcome-summary span,
#case-studies .outcome-summary span,
#services .outcome-summary span,
.benefits .outcome-summary span {
  color: rgba(247,251,252,.9);
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.12);
}

.split {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 70px;
  align-items: start;
}
.sticky-copy {
  position: sticky;
  top: 110px;
}
.sticky-copy p:not(.eyebrow) { font-size: 19px; }
.solution-list, .timeline, .faq-list { display: grid; gap: 14px; }
.line-card, .timeline-item {
  padding: 28px;
}
.line-card h3, .timeline-item h3 { font-size: 28px; }
.solution {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  color: var(--ink-dark);
  background: linear-gradient(180deg, var(--paper), var(--surface-editorial));
}
.solution h2, .solution h3 { color: var(--ink-dark); }
.solution p { color: var(--muted-dark); }
.solution .line-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(110,203,213,.12), transparent 32%),
    linear-gradient(145deg, rgba(20,31,39,.94), rgba(8,14,20,.78));
  border-color: rgba(10,24,31,.18);
  box-shadow: 0 24px 62px rgba(10,24,31,.16);
}
.solution .line-card h3 {
  color: rgba(247,251,252,.94);
}
.solution .line-card p {
  color: rgba(216,231,235,.74);
}
.transformation-list .line-card {
  position: relative;
  padding-left: 34px;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.transformation-list .line-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
}
.transformation-list .line-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.transformation-list .line-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
}
.line-card small {
  display: block;
  margin-bottom: 12px;
  color: #2d7d89;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.comparison-pair:first-child {
  padding-right: 22px;
  border-right: 1px solid var(--line-dark);
}
.comparison-pair:first-child h3 {
  color: rgba(9,16,22,.72);
}
.solution .comparison-pair:first-child h3 {
  color: rgba(247,251,252,.76);
}
.comparison-pair p {
  margin-bottom: 0;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

.benefits {
  background:
    radial-gradient(circle at 88% 8%, rgba(110,203,213,.08), transparent 28%),
    var(--surface-engineering);
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}
.benefits .info-card {
  background: rgba(255,255,255,.045);
}
.benefits .outcome-summary span {
  border-color: rgba(255,255,255,.12);
  color: rgba(247,251,252,.9);
  background: rgba(255,255,255,.055);
}

#services {
  background: var(--graphite-2);
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}
.service-card {
  position: relative;
  min-height: 356px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(110,203,213,.09), transparent 34%),
    linear-gradient(145deg, rgba(20,31,39,.86), rgba(8,14,20,.68));
  transition: transform .32s var(--ease), border-color .32s var(--ease), box-shadow .32s var(--ease);
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.service-card::before,
.tech-tags article::before,
.case-card::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(110,203,213,.24);
  border-radius: 16px 16px 16px 5px;
  background:
    radial-gradient(circle at 24% 28%, rgba(110,203,213,.72) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 74%, rgba(121,184,212,.68) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 30%, rgba(110,203,213,.26) 31%, rgba(110,203,213,.26) 34%, transparent 35%),
    linear-gradient(0deg, transparent 62%, rgba(110,203,213,.22) 63%, rgba(110,203,213,.22) 66%, transparent 67%);
  pointer-events: none;
}
.service-card::before {
  right: 24px;
  top: 24px;
  opacity: .68;
}
.service-card.featured {
  grid-column: span 2;
  min-height: 430px;
  background:
    radial-gradient(circle at 90% 12%, rgba(110,203,213,.16), transparent 30%),
    linear-gradient(145deg, rgba(24,38,47,.96), rgba(9,17,24,.76));
}
.service-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(196,236,242,.08);
  border-radius: 30px 30px 30px 8px;
  transform: rotate(45deg);
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(36,120,215,.32);
  box-shadow: var(--shadow);
}
.service-outcome {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}
.service-proof {
  margin: 0;
  color: rgba(168,185,191,.8);
  font-size: 14px;
  font-weight: 800;
}
.service-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 12px 0 18px;
}
.service-card div span {
  padding: 7px 9px;
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: rgba(247,251,252,.84);
  font-size: 12px;
  font-weight: 800;
}
.service-card a {
  width: max-content;
  color: var(--cyan);
  font-weight: 900;
  border-bottom: 1px solid currentColor;
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.service-card a::after { content: " ->"; }
.service-card:hover a { color: var(--blue); transform: translateX(3px); }

.industries {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: #0f171f;
  color: white;
}
.industries .outcome-summary {
  margin-top: 28px;
}
.industries h2, .industries h3 { color: white; }
.industries p { color: rgba(255,255,255,.68); }
.industry-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.industry-list article {
  position: relative;
  min-height: 330px;
  grid-column: span 4;
  overflow: hidden;
  border-radius: var(--radius-large);
  background: #111;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.industry-list article:nth-child(1), .industry-list article:nth-child(4) { grid-column: span 6; }
.industry-list img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(.88) contrast(1.05);
  transition: transform 700ms ease-out, filter .4s var(--ease);
}
.industry-list article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.68));
}
.industry-list article:hover img { transform: scale(1.04); filter: saturate(.98) contrast(1.08); }
.industry-content {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 18px;
}
.industry-list span {
  display: block;
  margin-bottom: 10px;
  color: white;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
}
.industry-list p {
  margin: 0 0 4px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.42;
}
.industry-list b {
  color: rgba(255,255,255,.94);
}
.industry-list a {
  width: max-content;
  display: inline-flex;
  margin-top: 8px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.industry-list a::after { content: " ->"; }
.industry-list article:hover a {
  color: var(--blue);
  transform: translateX(3px);
}

.impact-process {
  position: relative;
}
.impact-process {
  color: var(--ink-dark);
  background: var(--paper);
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}
.impact-process h2, .impact-process h3 { color: var(--ink-dark); }
.impact-process p { color: var(--muted-dark); }
.impact-process .timeline-item {
  background: rgba(255,255,255,.82);
  border-color: var(--line-dark);
}
.impact-process .timeline {
  counter-reset: process;
}
.timeline-item {
  position: relative;
  min-height: 190px;
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .32s var(--ease);
}
.timeline-item:hover { transform: translateY(-8px); border-color: rgba(53,207,224,.34); box-shadow: var(--shadow); }
.timeline-item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 32px;
  width: 18px;
  height: 18px;
  border-radius: 38% 62% 54% 46%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(110,203,213,.14);
}

.technology {
  border-top: 1px solid rgba(196,236,242,.08);
  border-bottom: 1px solid rgba(196,236,242,.08);
  background:
    radial-gradient(circle at 8% 12%, rgba(110,203,213,.08), transparent 30%),
    var(--surface-engineering);
}
.tech-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.tech-layout > p { font-size: 20px; }
.tech-tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.tech-tags article {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
  transition: transform .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
}
.tech-tags article::before {
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  opacity: .46;
}
.tech-tags article:hover { transform: translateY(-8px); background: rgba(255,255,255,.07); box-shadow: var(--shadow-soft); }
.tech-tags span {
  display: block;
  margin-bottom: 8px;
  border-color: var(--line);
  color: var(--cyan);
  background: transparent;
  font-weight: 900;
}
.tech-tags p {
  margin: 0;
  font-size: 14px;
}

#case-studies {
  background:
    radial-gradient(circle at 50% 8%, rgba(110,203,213,.075), transparent 32%),
    linear-gradient(180deg, #070b11, var(--surface-core));
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
}
.case-grid { grid-template-columns: repeat(3, 1fr); }
.case-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #101922, #070b11);
  color: white;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.case-card::before {
  right: 22px;
  top: 22px;
  opacity: .5;
}
.case-card strong {
  font-size: 30px;
}
.case-card:hover { transform: translateY(-8px); box-shadow: 0 34px 86px rgba(17,22,29,.22); }
.case-card h3 { color: white; }
.case-card p, .case-card dd { color: rgba(255,255,255,.66); }
.case-type {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.case-card h3 { font-size: 27px; }
.case-card dl {
  margin: 26px 0;
  display: grid;
  gap: 12px;
}
.case-card dt {
  color: white;
  font-weight: 900;
}
.case-card dd {
  margin: 2px 0 0;
}
.case-card strong {
  display: block;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: var(--cyan);
  font-size: 22px;
  line-height: 1.15;
}
.quote-grid { grid-template-columns: 1fr 1fr; }
.testimonials {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  color: var(--ink-dark);
  background: var(--surface-editorial);
}
.testimonials h2, .testimonials h3 { color: var(--ink-dark); }
.quote-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 22px;
  align-items: start;
  background: transparent;
  box-shadow: none;
  border-top: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.quote-card:hover { border-color: rgba(36,120,215,.28); transform: translateY(-8px); }
.quote-card img {
  width: 96px;
  height: 96px;
  border-radius: 38% 62% 54% 46%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter .35s var(--ease), transform .35s var(--ease);
}
.quote-card:hover img { filter: grayscale(.15); transform: scale(1.03); }
.quote-card p {
  grid-column: 2;
  color: var(--ink-dark);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.24;
}
.quote-card cite {
  grid-column: 2;
  color: var(--muted-dark);
  font-style: normal;
  font-weight: 800;
}

.faq-item { padding: 0; }
.faq {
  max-width: 980px;
  color: var(--ink-dark);
  background: var(--paper);
  padding-left: max(24px, calc((100vw - 980px) / 2));
  padding-right: max(24px, calc((100vw - 980px) / 2));
}
.faq h2, .faq h3 { color: var(--ink-dark); }
.faq p { color: var(--muted-dark); }
.faq-item summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  color: var(--ink-dark);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}
.faq-item {
  background: var(--panel-light);
  border-color: var(--line-dark);
  transition: background .28s var(--ease), box-shadow .28s var(--ease), transform .28s var(--ease);
}
.faq-item:hover { transform: translateY(-4px); }
.faq-item[open] {
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow);
}
.faq-item summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 38% 62% 54% 46%;
  flex: 0 0 auto;
  transition: transform 240ms var(--ease), border-color 180ms var(--ease);
}
.faq-item[open] summary::after {
  content: "+";
  transform: rotate(180deg);
}
.faq-item p {
  padding: 0 24px 22px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 240ms var(--ease), transform 240ms var(--ease);
}
.faq-item[open] p {
  opacity: 1;
  transform: translateY(0);
}

.cta {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: start;
  padding: 54px;
  border-radius: var(--radius-large);
  color: white;
  background:
    radial-gradient(circle at 50% 100%, rgba(110,203,213,.16), transparent 34%),
    linear-gradient(135deg, #070b11, var(--surface-terminal));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.cta::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  pointer-events: none;
}
.cta h2, .cta h3 { color: white; }
.cta p { color: rgba(255,255,255,.68); }
.cta .button.primary {
  color: var(--ink-dark);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 20px 46px rgba(0,0,0,.22);
}
.cta .button.primary:hover {
  border-color: rgba(53,207,224,.5);
}
.lead-form {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.next-steps {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.next-steps h3 {
  margin: 0 0 4px;
  color: white;
  font-size: 20px;
}
.next-steps span {
  width: max-content;
  max-width: 100%;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.05);
  font-size: 14px;
  font-weight: 800;
}
.lead-form label span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 800;
}
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  color: white;
  background: rgba(255,255,255,.07);
  outline: 0;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.lead-form textarea {
  padding-top: 13px;
  resize: vertical;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(110,203,213,.12);
  background: rgba(255,255,255,.1);
}
.form-status {
  min-height: 22px;
  margin: 0;
  color: #bdf7ff;
  font-weight: 800;
}

.form-page .lead-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 6px 0 0;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
}

.form-page .lead-form fieldset legend {
  padding: 0 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.form-page .lead-form fieldset label:first-of-type,
.form-page .lead-form fieldset label:last-of-type {
  min-width: 0;
}

.form-page .lead-form fieldset label:last-of-type:nth-child(odd) {
  grid-column: 1 / -1;
}

.form-page .lead-form input[type="file"] {
  min-height: 58px;
  padding: 16px 14px;
}

@media (max-width: 680px) {
  .form-page .lead-form fieldset {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}

.consultation-form-card {
  padding: clamp(28px, 4vw, 54px);
}

.consultation-form-card .lead-form {
  gap: 28px;
}

.form-page .lead-form fieldset {
  gap: 20px;
  padding: clamp(22px, 3vw, 34px);
}

.form-page .lead-form fieldset + fieldset {
  margin-top: 4px;
}

.form-page .lead-form fieldset legend {
  margin-bottom: 4px;
}

.field-block,
.form-page .lead-form fieldset > label {
  display: grid;
  gap: 9px;
}

.field-label,
.form-page .lead-form fieldset > label > span,
.form-page .lead-form .field-block > span {
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 800;
}

.consultation-select-wrap {
  position: relative;
}

.consultation-select-wrap select {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.consultation-select-button {
  position: relative;
  width: 100%;
  min-height: 54px;
  padding: 0 44px 0 15px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  color: rgba(247,251,252,.78);
  background: rgba(255,255,255,.07);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.consultation-select-button::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--cyan);
  border-bottom: 1px solid var(--cyan);
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform .2s var(--ease);
}

.consultation-select-wrap.is-open .consultation-select-button {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(0,229,255,.1);
}

.consultation-select-wrap.is-open .consultation-select-button::after {
  transform: translateY(-25%) rotate(225deg);
}

.consultation-select-menu {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: grid;
  max-height: 250px;
  padding: 7px;
  overflow: auto;
  border: 1px solid rgba(0,229,255,.24);
  border-radius: 12px;
  background: rgba(7,16,23,.98);
  box-shadow: 0 18px 50px rgba(0,0,0,.38);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity .18s var(--ease), transform .18s var(--ease);
}

.consultation-select-wrap.is-open .consultation-select-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.consultation-select-option {
  padding: 11px 12px;
  border: 0;
  border-radius: 7px;
  color: rgba(247,251,252,.78);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.consultation-select-option:hover:not(:disabled),
.consultation-select-option:focus-visible:not(:disabled) {
  color: var(--cyan);
  background: rgba(0,229,255,.08);
  outline: 0;
}

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

.choice-card {
  position: relative;
  display: block;
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  opacity: 0;
}

.choice-card span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  color: rgba(247,251,252,.68);
  background: rgba(255,255,255,.035);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}

.choice-card:hover span,
.choice-card input:focus-visible + span {
  border-color: rgba(0,229,255,.5);
  color: rgba(247,251,252,.95);
}

.choice-card input:checked + span {
  border-color: var(--cyan);
  color: var(--cyan);
  background: rgba(0,229,255,.09);
  box-shadow: 0 0 0 3px rgba(0,229,255,.08);
}

.time-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.time-period {
  display: grid;
  gap: 9px;
}

.time-period-label {
  color: rgba(247,251,252,.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.calendar-picker {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.calendar-header,
.calendar-week,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.calendar-header {
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  margin-bottom: 13px;
  text-align: center;
}

.calendar-header strong {
  color: rgba(247,251,252,.85);
  font-size: 13px;
}

.calendar-nav {
  width: 34px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  color: var(--cyan);
  background: rgba(255,255,255,.04);
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
}

.calendar-week span {
  padding-bottom: 6px;
  color: rgba(247,251,252,.4);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.calendar-days button,
.calendar-days > span {
  min-height: 32px;
}

.calendar-days button {
  border: 1px solid transparent;
  border-radius: 7px;
  color: rgba(247,251,252,.72);
  background: transparent;
  cursor: pointer;
}

.calendar-days button:hover:not(:disabled),
.calendar-days button.is-selected {
  border-color: var(--cyan);
  color: var(--cyan);
  background: rgba(0,229,255,.1);
}

.calendar-days button:disabled {
  color: rgba(247,251,252,.2);
  cursor: not-allowed;
}

.upload-dropzone {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 32px 18px;
  border: 1px dashed rgba(0,229,255,.35);
  border-radius: 14px;
  color: rgba(247,251,252,.7);
  background: rgba(0,229,255,.035);
  text-align: center;
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}

.upload-dropzone input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-dropzone strong { color: rgba(247,251,252,.92); }
.upload-dropzone span { color: var(--cyan); font-size: 13px; font-weight: 800; }
.upload-dropzone small { max-width: 420px; color: rgba(247,251,252,.45); }
.upload-dropzone em { color: rgba(0,229,255,.8); font-size: 12px; font-style: normal; }
.upload-dropzone.is-dragging,
.upload-dropzone.has-files { border-color: var(--cyan); background: rgba(0,229,255,.1); }

.checkbox-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 11px !important;
  cursor: pointer;
}

.checkbox-row input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  accent-color: var(--cyan);
}

.checkbox-row span { margin: 0 !important; font-weight: 600 !important; line-height: 1.45; }

.consultation-journey-card {
  align-self: start;
  position: sticky;
  top: 110px;
}

.consultation-journey {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: journey;
}

.consultation-journey li {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 0 0 26px 48px;
  counter-increment: journey;
}

.consultation-journey li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(0,229,255,.42);
  border-radius: 50%;
  color: var(--cyan);
  content: counter(journey, decimal-leading-zero);
  font-size: 10px;
  font-weight: 800;
}

.consultation-journey li:not(:last-child)::after {
  position: absolute;
  top: 31px;
  bottom: 3px;
  left: 14px;
  border-left: 1px solid rgba(0,229,255,.22);
  content: "";
}

.consultation-journey strong { color: rgba(247,251,252,.9); }
.consultation-journey li span { color: rgba(247,251,252,.52); font-size: 13px; }
.consultation-reassurance { display: grid; gap: 4px; margin-top: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(247,251,252,.62); }
.consultation-reassurance strong { color: var(--cyan); }

@media (max-width: 900px) {
  .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .time-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .consultation-journey-card { position: static; }
}

@media (max-width: 680px) {
  .time-grid { grid-template-columns: 1fr; }
}

.footer {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: start;
  margin: 0 auto;
  padding: 64px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--ink);
  border-top: 1px solid rgba(196,236,242,.08);
  background: var(--surface-core);
}
.footer p { margin-bottom: 0; }
.footer-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.footer nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  align-items: start;
  gap: 20px;
}
.footer nav h3 {
  margin: 0 0 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--cyan);
}
.footer nav a {
  display: block;
  margin: 7px 0;
  transition: transform .22s var(--ease), color .22s var(--ease);
}
.footer nav a:hover { transform: translateX(3px); }
.copyright {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(196,236,242,.08);
  text-align: right;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .services-scroll-story .section-heading.reveal,
  .services-scroll-story .section-heading.reveal.visible {
    opacity: clamp(0, calc((1 - var(--services-story-progress)) * 20), 1);
    transform: translate3d(0, 0, 0);
  }

  .services-scroll-story .service-rail,
  .services-scroll-story .service-rail.reveal,
  .services-scroll-story .service-rail.reveal.visible {
    transform: translate3d(var(--services-x, 0px), 0, 0);
  }

  .process-scroll-story .section-heading.reveal,
  .process-scroll-story .section-heading.reveal.visible {
    opacity: clamp(0, calc((1 - var(--process-story-progress)) * 20), 1);
    transform: translate3d(0, 0, 0);
  }

  .process-scroll-story .process-timeline-v2,
  .process-scroll-story .process-timeline-v2.reveal,
  .process-scroll-story .process-timeline-v2.reveal.visible {
    transform: translate3d(var(--process-x, 0px), 0, 0);
  }
}

.hero-copy.reveal {
  transform: none;
}
.hero-copy.reveal:not(.visible) {
  opacity: 0;
}
.button.reveal, .hero-actions.reveal {
  transform: scale(.98);
}

.scroll-cue {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .3;
  animation: scrollCue 4s ease-in-out infinite;
}
.scroll-cue span {
  width: 28px;
  height: 42px;
  border: 1px solid rgba(17,22,29,.28);
  border-radius: 14px;
  position: relative;
}
.scroll-cue span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 38% 62% 54% 46%;
  background: var(--ink);
  transform: translateX(-50%);
  animation: scrollDot 4s ease-in-out infinite;
}
@keyframes scrollCue {
  50% { opacity: .48; }
}
@keyframes scrollDot {
  50% { transform: translate(-50%, 14px); opacity: .55; }
}

@media (max-width: 1120px) {
  .site-header {
    width: min(100% - 24px, var(--max));
    flex-wrap: wrap;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .site-header .nav-action {
    min-height: 44px;
    padding-left: 16px;
    padding-right: 32px;
  }

  .mega-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 88px;
    max-height: calc(100vh - 112px);
    display: grid;
    gap: 10px;
    align-items: stretch;
    padding: 16px;
    border: 1px solid rgba(196,236,242,.16);
    border-radius: 24px 24px 24px 10px;
    background:
      radial-gradient(circle at 90% 0%, rgba(0,229,255,.14), transparent 30%),
      rgba(7,12,18,.96);
    box-shadow: 0 28px 80px rgba(0,0,0,.42);
    backdrop-filter: blur(24px) saturate(1.18);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .22s var(--ease), transform .22s var(--ease);
  }

  body.nav-open .mega-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mega-group {
    display: grid;
    padding-block: 0;
  }

  .mega-group::after,
  .mega-panel::before {
    display: none;
  }

  .mega-trigger,
  .mega-nav > .nav-link {
    min-height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border: 1px solid rgba(196,236,242,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.045);
  }

  .mega-panel {
    position: static;
    width: 100%;
    max-height: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    pointer-events: auto;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
    filter: none;
    transition: max-height .28s var(--ease), padding .28s var(--ease);
  }

  .mega-group.is-open .mega-panel {
    max-height: 980px;
    padding-top: 8px;
  }

  .mega-panel-inner {
    grid-template-columns: 1fr 1fr;
  }

  .hero, .split, .tech-layout, .cta { grid-template-columns: 1fr; }
  .transformation-list .line-card { grid-template-columns: 1fr; }
  .comparison-pair:first-child {
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }
  .hero { padding-top: 64px; }
  .hero-panel { min-height: 430px; }
  .trust-strip, .three, .service-grid, .case-grid, .quote-grid, .footer { grid-template-columns: 1fr 1fr; }
  .service-card.featured { grid-column: span 2; }
  .industry-list { grid-template-columns: 1fr 1fr; }
  .industry-list article, .industry-list article:nth-child(1), .industry-list article:nth-child(4) { grid-column: span 1; }
  .tech-tags { grid-template-columns: 1fr; }
  .footer nav { grid-template-columns: repeat(2, 1fr); }
  .sticky-copy { position: static; }
  .outcome-summary { margin-top: 26px; }
}

@media (max-width: 640px) {
  .site-header {
    top: 8px;
    width: calc(100% - 18px);
    gap: 10px;
  }
  .brand span:last-child {
    max-width: 132px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand-mark { width: 40px; height: 40px; }
  .brand-mark img { width: 32px; height: 32px; }
  .site-header .nav-action {
    width: 100%;
    order: 4;
    min-height: 42px;
    padding: 0 32px 0 16px;
    font-size: 13px;
  }
  .mega-nav {
    top: 128px;
    max-height: calc(100vh - 148px);
  }
  .mega-panel-inner {
    grid-template-columns: 1fr;
  }
  .mega-card {
    min-height: 68px;
  }
  .section {
    width: min(100% - 32px, var(--max));
    padding: 78px 0;
  }
  h1 { font-size: 48px; }
  h2 { font-size: 36px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-panel { min-height: 500px; }
  .industry-list article { min-height: 390px; }
  .trust-strip, .three, .service-grid, .case-grid, .quote-grid, .footer, .industry-list { grid-template-columns: 1fr; }
  .service-card.featured { grid-column: span 1; }
  .trust-strip div, .trust-strip div:not(:first-child) {
    min-height: auto;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .client-trust {
    padding: 44px 0 40px;
  }
  .client-trust .trust-intro,
  .client-trust .trust-note {
    width: min(100% - 32px, var(--max));
  }
  .client-trust div,
  .client-trust div:not(:first-child) {
    min-height: 0;
    padding: 0;
    border: 0;
  }
  .logo-set {
    gap: 34px;
    padding-inline: 20px;
  }
  .client-logo {
    min-width: 104px;
    min-height: 64px;
  }
  .client-logo img {
    height: 42px;
    max-width: 126px;
  }
  .cta {
    width: min(100% - 32px, var(--max));
    padding: 28px;
  }
  .outcome-summary { flex-direction: column; }
  .outcome-summary span, .next-steps span { width: 100%; }
  .footer { text-align: left; }
  .footer nav { grid-template-columns: 1fr; align-items: flex-start; gap: 10px; }
  .copyright { text-align: left; }
  .quote-card { grid-template-columns: 1fr; }
  .quote-card p, .quote-card cite { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
  .engineering-flow .flow-active { stroke-dashoffset: 420; }
  .logo-track {
    animation: none;
    transform: none;
  }
}

/* Art direction pass: elevate the existing system without changing structure. */
:root {
  --shadow: 0 34px 110px rgba(0, 0, 0, .34);
  --shadow-soft: 0 22px 70px rgba(0, 0, 0, .18);
  --editorial-line: rgba(0,229,255, .18);
}

body {
  background:
    radial-gradient(circle at 78% 4%, rgba(0,229,255, .13), transparent 21%),
    radial-gradient(circle at 8% 24%, rgba(136, 201, 232, .055), transparent 24%),
    linear-gradient(180deg, #030508 0%, #070b11 22%, #0c1118 48%, #111922 64%, #05070b 100%);
}

body::before {
  background-size: 72px 72px;
  opacity: .72;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.76) 34%, transparent 78%);
}

.engineering-flow {
  opacity: .31;
  mix-blend-mode: screen;
}

.site-header {
  border-radius: 24px 24px 24px 10px;
  border-color: rgba(196,236,242,.18);
  background:
    linear-gradient(135deg, rgba(7, 12, 18, .9), rgba(7, 12, 18, .68)),
    radial-gradient(circle at 12% 0%, rgba(0,229,255,.1), transparent 34%);
  box-shadow: 0 28px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
}

.brand {
  letter-spacing: -.01em;
}

.brand-mark {
  border-radius: 20px 20px 20px 7px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.14),
    0 0 0 5px rgba(0,229,255,.08),
    0 16px 42px rgba(0,0,0,.32);
}

.mega-panel {
  border-radius: 26px 26px 26px 10px;
  border-color: rgba(196,236,242,.18);
  background:
    radial-gradient(circle at 10% 0%, rgba(0,229,255,.12), transparent 32%),
    linear-gradient(145deg, rgba(7,12,18,.94), rgba(11,18,25,.9));
  box-shadow: 0 34px 100px rgba(0,0,0,.48);
}

.mega-card {
  border-radius: 18px 18px 18px 7px;
}

.section {
  padding-top: clamp(112px, 11vw, 168px);
  padding-bottom: clamp(112px, 11vw, 168px);
}

.hero {
  min-height: calc(100vh - 88px);
  align-items: center;
  padding-top: clamp(92px, 10vw, 146px);
}

.hero::before {
  background:
    radial-gradient(circle at 82% 8%, rgba(0,229,255,.16), transparent 24%),
    radial-gradient(circle at 14% 72%, rgba(136,201,232,.07), transparent 28%);
  opacity: 1;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(0,229,255,.34);
}

.eyebrow {
  color: rgba(0,229,255,.92);
  letter-spacing: .22em;
}

h1 {
  max-width: 980px;
  letter-spacing: -.045em;
  text-wrap: balance;
}

h2 {
  letter-spacing: -.035em;
  text-wrap: balance;
}

.lead {
  max-width: 720px;
  font-size: clamp(19px, 1.75vw, 24px);
  color: rgba(247,251,252,.72);
}

.hero-panel {
  border-radius: 34px 34px 34px 12px;
  border-color: rgba(196,236,242,.18);
  background:
    radial-gradient(circle at 74% 12%, rgba(0,229,255,.18), transparent 28%),
    linear-gradient(145deg, rgba(13,22,30,.88), rgba(4,8,13,.96));
  box-shadow: 0 42px 130px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
}

.hero-panel::before {
  inset: 24px;
  border-radius: 28px 28px 28px 10px;
  border-color: rgba(0,229,255,.18);
}

.hero-panel::after {
  inset: auto 28px 28px auto;
  width: 122px;
  height: 122px;
  border-radius: 30px 30px 30px 9px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(0,229,255,.18) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(0,229,255,.18) 49% 51%, transparent 52%),
    rgba(0,229,255,.035);
}

.panel-label {
  color: rgba(247,251,252,.76);
  letter-spacing: .18em;
}

.button,
.nav-action {
  border-radius: 16px 16px 16px 6px;
  box-shadow: 0 18px 48px rgba(0,0,0,.2);
}

.button.primary,
.nav-action {
  background:
    linear-gradient(135deg, rgba(0,229,255,1), rgba(136,201,232,.92)),
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.42), transparent 38%);
  color: #061017;
  box-shadow: 0 22px 58px rgba(63,193,209,.2), inset 0 1px 0 rgba(255,255,255,.45);
}

.button.secondary {
  border-color: rgba(196,236,242,.18);
  background: rgba(255,255,255,.045);
}

.trust-strip,
.client-trust,
.technology,
#case-studies,
.footer {
  position: relative;
  isolation: isolate;
}

.client-trust {
  background:
    linear-gradient(180deg, rgba(231,238,240,.98), rgba(244,247,248,.94));
}

.trust-intro {
  max-width: 760px;
}

.trust-proof span,
.client-logo {
  border-radius: 18px 18px 18px 7px;
}

.section-heading {
  max-width: 880px;
}

.section-heading h2 {
  max-width: 820px;
}

.section-heading p:not(.eyebrow) {
  max-width: 700px;
}

.section-heading::after {
  opacity: .045;
  transform: translateY(-18px);
}

.info-card,
.service-card,
.case-card,
.quote-card,
.line-card,
.timeline-item,
.faq-item,
.problem-card,
.tech-tags article,
.trust-strip div {
  border-radius: 24px 24px 24px 9px;
}

.info-card,
.service-card,
.case-card,
.quote-card,
.problem-card,
.tech-tags article {
  box-shadow: 0 20px 70px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.04);
}

.service-card {
  min-height: 430px;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.026)),
    radial-gradient(circle at 88% 0%, rgba(0,229,255,.1), transparent 34%);
}

.service-card.featured {
  background:
    linear-gradient(145deg, rgba(8,14,20,.96), rgba(14,26,34,.9)),
    radial-gradient(circle at 86% 6%, rgba(0,229,255,.18), transparent 32%);
  box-shadow: 0 34px 110px rgba(0,0,0,.32);
}

.service-card div {
  width: 62px;
  height: 62px;
  border-radius: 22px 22px 22px 8px;
}

.problem-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.72)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.16), transparent 32%);
}

.solution {
  background:
    linear-gradient(180deg, #edf3f5 0%, #f7f9fa 42%, #e7eef0 100%);
}

.solution .line-card {
  border-radius: 26px 26px 26px 10px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(255,255,255,.78)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.13), transparent 30%);
}

.transformation-list .line-card::before {
  width: 4px;
  background: linear-gradient(180deg, var(--cyan), rgba(136,201,232,.28));
}

.benefits .info-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.1), transparent 30%);
}

.industry-list {
  gap: 18px;
}

.industry-list article {
  border-radius: 30px 30px 30px 10px;
  box-shadow: 0 26px 90px rgba(0,0,0,.28);
}

.industry-list img {
  filter: saturate(.72) contrast(1.08) brightness(.82);
}

.industry-list article::after {
  background:
    linear-gradient(180deg, transparent 0%, rgba(5,7,11,.28) 34%, rgba(5,7,11,.92) 100%),
    radial-gradient(circle at 80% 10%, rgba(0,229,255,.14), transparent 34%);
}

.industry-content {
  padding: 34px;
}

.industry-list span {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -.035em;
}

.technology {
  background:
    radial-gradient(circle at 10% 10%, rgba(0,229,255,.09), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #0c1118 100%);
}

.tech-tags {
  gap: 16px;
}

.tech-tags article {
  min-height: 184px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.028)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.09), transparent 34%);
}

#case-studies {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,229,255,.08), transparent 32%),
    linear-gradient(180deg, #05070b, #0a1017 52%, #05070b);
}

.case-card {
  min-height: 470px;
  border-radius: 28px 28px 28px 10px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.026)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.14), transparent 32%);
}

.quote-card {
  border-radius: 28px 28px 28px 10px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.76)),
    radial-gradient(circle at 94% 0%, rgba(0,229,255,.16), transparent 30%);
}

.cta {
  border-radius: 36px 36px 36px 14px;
  background:
    radial-gradient(circle at 82% 14%, rgba(0,229,255,.22), transparent 26%),
    radial-gradient(circle at 18% 100%, rgba(136,201,232,.08), transparent 30%),
    linear-gradient(135deg, #070b11, #0c1118 54%, #030508);
  box-shadow: 0 40px 130px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
}

.cta::after {
  border-radius: 28px 28px 28px 10px;
  border-color: rgba(0,229,255,.16);
}

.lead-form {
  border-radius: 28px 28px 28px 10px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.1), transparent 30%);
}

.footer {
  background:
    radial-gradient(circle at 82% 0%, rgba(0,229,255,.1), transparent 30%),
    linear-gradient(180deg, #05070b, #030508);
  border-top-color: rgba(196,236,242,.12);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0 max(24px, calc((100vw - var(--max)) / 2)) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,.34), transparent);
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    padding-top: 86px;
  }

  h1 {
    font-size: clamp(44px, 13vw, 54px);
    letter-spacing: -.04em;
  }

  h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .service-card,
  .case-card {
    min-height: auto;
  }
}

/* Premium visual overhaul: reference-calibrated craft layer. */
.hero {
  isolation: isolate;
  perspective: 1200px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 7% -10% auto 34%;
  height: 58%;
  background:
    radial-gradient(circle at var(--mx, 70%) var(--my, 18%), rgba(0,229,255,.17), transparent 34%),
    radial-gradient(circle at 70% 40%, rgba(136,201,232,.08), transparent 38%);
  filter: blur(22px);
  opacity: .72;
  pointer-events: none;
  z-index: -1;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 10px;
  width: 1px;
  height: 178px;
  background: linear-gradient(180deg, rgba(0,229,255,.76), rgba(0,229,255,0));
  box-shadow: 0 0 24px rgba(0,229,255,.32);
}

.hero-panel {
  min-height: 620px;
  transform-style: preserve-3d;
  background:
    linear-gradient(140deg, rgba(255,255,255,.075), transparent 22%),
    radial-gradient(circle at 74% 16%, rgba(0,229,255,.24), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(136,201,232,.08), transparent 34%),
    linear-gradient(145deg, rgba(16,28,38,.92), rgba(5,8,13,.78));
  box-shadow:
    0 44px 130px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 0 0 1px rgba(0,229,255,.05);
}

.hero-panel::before {
  background:
    linear-gradient(90deg, rgba(0,229,255,.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.07) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .52;
}

.hero-panel::after {
  opacity: .72;
  animation: ecosystemCore 9s ease-in-out infinite alternate;
}

.hero-ecosystem {
  --eco-x: 0px;
  --eco-y: 0px;
  position: absolute;
  inset: 54px 28px 74px;
  z-index: 1;
  transform: translate3d(var(--eco-x), var(--eco-y), 34px);
  transition: transform 220ms var(--ease);
  pointer-events: none;
}

.ecosystem-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ecosystem-path {
  fill: none;
  stroke: url(#ecosystemFlow);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-dasharray: 8 18;
  animation: ecosystemTrace 9s linear infinite;
}

.path-b { animation-duration: 11s; animation-direction: reverse; opacity: .85; }
.path-c { animation-duration: 13s; opacity: .72; }

.data-pulse {
  fill: var(--cyan);
  filter: drop-shadow(0 0 12px rgba(0,229,255,.72));
  transform-box: fill-box;
  transform-origin: center;
}

.pulse-a { animation: dataPulseA 7s cubic-bezier(.2,.8,.2,1) infinite; }
.pulse-b { animation: dataPulseB 8.5s cubic-bezier(.2,.8,.2,1) infinite .8s; }
.pulse-c { animation: dataPulseC 10s cubic-bezier(.2,.8,.2,1) infinite 1.5s; }

.ecosystem-node,
.ecosystem-widget {
  position: absolute;
  border: 1px solid rgba(196,236,242,.16);
  background:
    linear-gradient(145deg, rgba(10,18,25,.86), rgba(18,32,42,.58)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.13), transparent 34%);
  box-shadow: 0 20px 64px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}

.ecosystem-node {
  width: 122px;
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 16px;
  border-radius: 24px 24px 24px 8px;
  animation: nodeFloat 7s ease-in-out infinite alternate;
}

.ecosystem-node::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(0,229,255,.78);
}

.ecosystem-node span,
.ecosystem-widget span {
  color: rgba(247,251,252,.54);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ecosystem-node b,
.ecosystem-widget b {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.node-business { left: 2%; top: 5%; }
.node-automation { left: 38%; top: 12%; animation-delay: -1.5s; }
.node-systems { right: 4%; top: 25%; animation-delay: -3s; }
.node-dashboard { left: 18%; bottom: 17%; animation-delay: -2.2s; }
.node-growth { right: 8%; bottom: 4%; animation-delay: -4.4s; }

.ecosystem-widget {
  width: 154px;
  min-height: 100px;
  padding: 16px;
  border-radius: 22px 22px 22px 8px;
}

.ecosystem-widget b {
  display: block;
  margin: 8px 0 12px;
  color: var(--cyan);
  font-size: 34px;
}

.ecosystem-widget i {
  display: block;
  height: 34px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(0,229,255,.12), rgba(0,229,255,.5) 36%, rgba(136,201,232,.18) 68%, rgba(0,229,255,.42)),
    linear-gradient(180deg, transparent 47%, rgba(255,255,255,.18) 48% 51%, transparent 52%);
  clip-path: polygon(0 82%, 13% 66%, 24% 72%, 39% 38%, 52% 52%, 68% 24%, 83% 34%, 100% 12%, 100% 100%, 0 100%);
  animation: widgetGraph 3.4s ease-in-out infinite alternate;
}

.widget-revenue { left: 5%; bottom: 0; }
.widget-sync { right: 30%; bottom: 28%; transform: scale(.9); }

.outcome-map {
  z-index: 3;
}

.outcome-map span {
  max-width: 154px;
  background: rgba(4,8,12,.58);
  border-color: rgba(196,236,242,.15);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 58px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.055);
}

.outcome-map span:nth-child(1) { left: 3%; top: 28%; }
.outcome-map span:nth-child(2) { right: 1%; top: 6%; }
.outcome-map span:nth-child(3) { left: 36%; top: 46%; }
.outcome-map span:nth-child(4) { left: 0; bottom: 7%; }
.outcome-map span:nth-child(5) { right: 4%; bottom: 19%; }

@keyframes ecosystemTrace {
  to { stroke-dashoffset: -220; }
}

@keyframes ecosystemCore {
  from { transform: rotate(45deg) scale(1); opacity: .52; }
  to { transform: rotate(45deg) scale(1.08); opacity: .86; }
}

@keyframes nodeFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-9px); }
}

@keyframes dataPulseA {
  0%, 100% { transform: translate(72px, 80px) scale(.78); opacity: .2; }
  48% { transform: translate(246px, 148px) scale(1); opacity: 1; }
  82% { transform: translate(430px, 92px) scale(.86); opacity: .4; }
}

@keyframes dataPulseB {
  0%, 100% { transform: translate(84px, 248px) scale(.72); opacity: .15; }
  52% { transform: translate(264px, 252px) scale(1); opacity: .9; }
  84% { transform: translate(438px, 236px) scale(.84); opacity: .35; }
}

@keyframes dataPulseC {
  0%, 100% { transform: translate(120px, 350px) scale(.72); opacity: .16; }
  46% { transform: translate(296px, 282px) scale(1); opacity: .86; }
  86% { transform: translate(420px, 130px) scale(.82); opacity: .36; }
}

@keyframes widgetGraph {
  from { filter: brightness(.92); transform: translateY(1px); }
  to { filter: brightness(1.18); transform: translateY(-2px); }
}

.problem {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(0,229,255,.1), transparent 30%),
    linear-gradient(180deg, #0c1118, #111c25 58%, #0a1017);
}

.problem h2,
.problem h3 { color: var(--ink); }
.problem p { color: rgba(247,251,252,.66); }

.problem .info-card,
.problem-card {
  border-color: rgba(196,236,242,.12);
  background:
    linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.032)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.1), transparent 32%);
}

.problem::before {
  border-color: rgba(0,229,255,.11);
}

.problem-card i {
  background:
    linear-gradient(90deg, transparent 58%, rgba(0,229,255,.32) 59%, rgba(0,229,255,.32) 62%, transparent 63%),
    linear-gradient(0deg, transparent 36%, rgba(0,229,255,.32) 37%, rgba(0,229,255,.32) 40%, transparent 41%),
    rgba(255,255,255,.035);
}

.solution {
  background:
    radial-gradient(circle at 8% 0%, rgba(0,229,255,.12), transparent 28%),
    linear-gradient(180deg, #f3f6f8 0%, #f8fafb 52%, #eef3f5 100%);
}

#services .section-heading {
  margin-bottom: 52px;
}

.service-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  grid-column: span 2;
  min-height: 372px;
}

.service-card.featured {
  grid-column: span 3;
  min-height: 448px;
}

.service-card:nth-child(2),
.service-card:nth-child(6) {
  grid-column: span 3;
}

.service-card:nth-child(4),
.service-card:nth-child(8) {
  transform: translateY(18px);
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card:nth-child(4):hover,
.service-card:nth-child(8):hover {
  transform: translateY(8px);
}

.industries {
  color: var(--ink-dark);
  background:
    radial-gradient(circle at 86% 0%, rgba(0,229,255,.12), transparent 28%),
    linear-gradient(180deg, #f4f7f9, #edf3f5);
}

.industries h2,
.industries h3 { color: var(--ink-dark); }
.industries p { color: var(--muted-dark); }

.industry-list article {
  min-height: 560px;
}

.industry-list article:nth-child(2),
.industry-list article:nth-child(7) {
  transform: translateY(34px);
}

.technology {
  background:
    linear-gradient(90deg, rgba(0,229,255,.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 10% 10%, rgba(0,229,255,.11), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #0b121a 54%, #05070b 100%);
  background-size: 54px 54px, 54px 54px, auto, auto;
}

.mega-panel {
  border-radius: 24px 24px 24px 10px;
  background:
    linear-gradient(145deg, rgba(10,17,24,.9), rgba(6,10,15,.82)),
    radial-gradient(circle at 18% 0%, rgba(0,229,255,.1), transparent 28%);
  box-shadow: 0 34px 110px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
}

.mega-card {
  border-radius: 18px 18px 18px 7px;
}

.mega-card:hover,
.mega-card:focus-visible {
  background: rgba(0,229,255,.075);
  border-color: rgba(0,229,255,.22);
  transform: translateY(-2px);
}

/* Keep off-canvas navigation panels from becoming page-wide overflow. */
html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .hero-panel::after,
  .ecosystem-path,
  .data-pulse,
  .ecosystem-node,
  .ecosystem-widget i {
    animation: none !important;
  }
}

@media (max-width: 980px) {
  .hero-ecosystem {
    inset: 58px 24px 90px;
  }

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

  .service-card,
  .service-card.featured,
  .service-card:nth-child(2),
  .service-card:nth-child(6) {
    grid-column: span 1;
  }

  .service-card:nth-child(4),
  .service-card:nth-child(8),
  .industry-list article:nth-child(2),
  .industry-list article:nth-child(7) {
    transform: none;
  }
}

@media (max-width: 640px) {
  .hero-panel {
    min-height: 560px;
    padding: 22px;
  }

  .hero-copy::before {
    left: -14px;
    height: 120px;
  }

  .hero-ecosystem {
    inset: 62px 14px 126px;
    transform: none;
  }

  .ecosystem-node {
    width: 106px;
    min-height: 72px;
    padding: 13px;
  }

  .ecosystem-node b {
    font-size: 15px;
  }

  .ecosystem-widget {
    width: 124px;
    min-height: 84px;
    padding: 13px;
  }

  .ecosystem-widget b {
    font-size: 26px;
  }

  .outcome-map span {
    max-width: 142px;
    font-size: 13px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}

/* Signature hero redesign: live business transformation ecosystem. */
.hero {
  min-height: calc(100vh - 34px);
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  gap: clamp(54px, 6vw, 96px);
  align-items: start;
}

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

.hero-copy {
  padding-top: clamp(24px, 4vw, 64px);
}

.hero > * {
  min-width: 0;
}

.hero .lead {
  max-width: 720px;
}

.hero-panel {
  min-height: 690px;
  margin-top: clamp(10px, 2vw, 32px);
  padding: 24px;
  border-radius: 34px 34px 34px 12px;
  background:
    radial-gradient(circle at 64% 42%, rgba(0,229,255,.22), transparent 26%),
    linear-gradient(90deg, rgba(0,229,255,.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.035) 1px, transparent 1px),
    linear-gradient(145deg, rgba(11,21,30,.84), rgba(3,7,12,.86));
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.hero-panel::before {
  inset: 18px;
  border-radius: 28px 28px 28px 10px;
  background:
    radial-gradient(circle at 54% 52%, rgba(0,229,255,.09), transparent 20%),
    linear-gradient(90deg, rgba(0,229,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.06) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
}

.hero-panel::after {
  right: 50%;
  top: 57%;
  width: 210px;
  height: 210px;
  transform: translate(50%, -50%) rotate(45deg);
  border-radius: 46px 46px 46px 14px;
  opacity: .38;
}

.panel-label {
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(0,229,255,.22);
  border-radius: 999px;
  background: rgba(5,9,14,.56);
  color: rgba(0,229,255,.96);
}

.panel-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan));
}

.hero-watermark {
  right: 50%;
  bottom: 50%;
  width: 180px;
  opacity: .055;
  transform: translate(50%, 50%);
}

.hero-ecosystem {
  inset: 68px 16px 92px;
  transform: translate3d(calc(var(--eco-x, 0px) * .8), calc(var(--eco-y, 0px) * .8), 34px);
}

.ecosystem-lines {
  inset: -8px;
}

.ecosystem-path {
  stroke-width: 1.25;
  stroke-dasharray: 10 18;
  opacity: .88;
}

.path-d {
  animation-duration: 12s;
  opacity: .62;
}

.core-aura {
  fill: url(#coreGlow);
  animation: coreBreath 5.8s cubic-bezier(.22,1,.36,1) infinite alternate;
}

.core-ring {
  fill: none;
  stroke: rgba(0,229,255,.24);
  stroke-width: 1;
  transform-origin: 320px 276px;
  animation: ringOrbit 12s linear infinite;
}

.ring-two {
  stroke: rgba(136,201,232,.32);
  stroke-dasharray: 8 12;
  animation-duration: 8s;
  animation-direction: reverse;
}

.ecosystem-core {
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 4;
  width: 102px;
  height: 102px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0,229,255,.34);
  border-radius: 30px 30px 30px 10px;
  background:
    radial-gradient(circle at 50% 35%, rgba(0,229,255,.32), transparent 60%),
    rgba(7,13,19,.78);
  box-shadow:
    0 0 0 10px rgba(0,229,255,.035),
    0 0 50px rgba(0,229,255,.28),
    0 30px 80px rgba(0,0,0,.44),
    inset 0 1px 0 rgba(255,255,255,.1);
  transform: translate(-50%, -50%);
  animation: coreFloat 7s cubic-bezier(.22,1,.36,1) infinite alternate;
}

.ecosystem-core img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(0,229,255,.4));
}

.ecosystem-node {
  z-index: 3;
  width: 132px;
  min-height: 94px;
  border-radius: 999px;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(0,229,255,.2), transparent 54%),
    linear-gradient(145deg, rgba(7,14,21,.92), rgba(15,29,39,.62));
}

.ecosystem-node::before {
  left: 50%;
  right: auto;
  top: auto;
  bottom: -4px;
  transform: translateX(-50%);
}

.ecosystem-node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(0,229,255,.1);
  border-radius: inherit;
  opacity: .54;
  animation: nodePulse 4s cubic-bezier(.22,1,.36,1) infinite;
}

.ecosystem-node span {
  color: rgba(0,229,255,.72);
}

.ecosystem-node small {
  color: rgba(247,251,252,.56);
  font-size: 11px;
  font-weight: 700;
}

.node-business { left: 1%; top: 8%; }
.node-automation { left: 23%; top: 5%; animation-delay: -.9s; }
.node-systems { left: 45%; top: 8%; animation-delay: -1.8s; }
.node-dashboard { left: 67%; top: 5%; animation-delay: -2.7s; }
.node-growth {
  left: auto;
  right: 0;
  top: 4%;
  border-color: rgba(0,229,255,.42);
  box-shadow: 0 0 0 8px rgba(0,229,255,.05), 0 0 64px rgba(0,229,255,.28), inset 0 1px 0 rgba(255,255,255,.08);
  animation-delay: -3.6s;
}

.ecosystem-widget {
  z-index: 4;
  background:
    linear-gradient(145deg, rgba(5,11,16,.82), rgba(18,34,44,.56)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.14), transparent 34%);
}

.widget-revenue {
  left: 62%;
  bottom: 2%;
  width: 188px;
}

.widget-sync {
  left: 4%;
  bottom: 8%;
  width: 182px;
  transform: none;
}

.widget-health {
  right: 1%;
  top: 44%;
  width: 196px;
  min-height: 142px;
}

.widget-health b {
  margin-bottom: 8px;
}

.widget-health ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-health li {
  position: relative;
  padding-left: 20px;
  color: rgba(247,251,252,.68);
  font-size: 12px;
  font-weight: 700;
}

.widget-health li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--cyan);
}

.api-card {
  position: absolute;
  left: 39%;
  bottom: 3%;
  z-index: 4;
  width: 156px;
  padding: 14px;
  border: 1px solid rgba(0,229,255,.18);
  border-radius: 18px 18px 18px 7px;
  background: rgba(5,10,15,.72);
  color: rgba(247,251,252,.7);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
}

.api-card b {
  display: block;
  margin-top: 6px;
  color: var(--cyan);
  letter-spacing: 0;
  text-transform: none;
}

.live-timeline {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(196,236,242,.12);
  border-radius: 24px 24px 24px 9px;
  background: rgba(3,7,12,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}

.timeline-step {
  position: relative;
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 9px;
  border: 1px solid rgba(196,236,242,.08);
  border-radius: 16px 16px 16px 6px;
  color: rgba(247,251,252,.54);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 520ms cubic-bezier(.22,1,.36,1), border-color 520ms cubic-bezier(.22,1,.36,1), background 520ms cubic-bezier(.22,1,.36,1), transform 520ms cubic-bezier(.22,1,.36,1);
}

.timeline-step::after {
  content: "";
  position: absolute;
  left: calc(100% + 2px);
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(0,229,255,.2);
}

.timeline-step:last-child::after {
  display: none;
}

.timeline-step b,
.timeline-step i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(0,229,255,.22);
  color: var(--cyan);
  font-style: normal;
}

.timeline-step i::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(0,229,255,.7);
}

.timeline-step.is-complete,
.timeline-step.is-active {
  color: rgba(247,251,252,.92);
  border-color: rgba(0,229,255,.24);
  background: rgba(0,229,255,.055);
}

.timeline-step.is-active {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0,229,255,.1);
}

.hero-trust {
  width: min(100%, 740px);
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(196,236,242,.11);
}

.hero-trust p {
  margin-bottom: 12px;
  color: rgba(247,251,252,.56);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-logo-rail {
  position: relative;
  overflow: hidden;
  width: min(100%, 520px);
  margin-bottom: 18px;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.hero-logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 34px;
  animation: heroLogoMarquee 28s linear infinite;
}

.hero-logo-rail:hover .hero-logo-track {
  animation-play-state: paused;
}

.hero-logo-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
}

.hero-logo-track img {
  width: auto;
  height: 28px;
  object-fit: contain;
  filter: grayscale(1) saturate(.35) brightness(1.28);
  opacity: .72;
  transition: filter 240ms cubic-bezier(.22,1,.36,1), opacity 240ms cubic-bezier(.22,1,.36,1), transform 240ms cubic-bezier(.22,1,.36,1);
}

.hero-logo-track img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 680px;
  border: 1px solid rgba(196,236,242,.1);
  border-radius: 24px 24px 24px 9px;
  background: rgba(255,255,255,.035);
  overflow: hidden;
}

.hero-proof-grid span {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border-right: 1px solid rgba(196,236,242,.08);
}

.hero-proof-grid span:last-child {
  border-right: 0;
}

.hero-proof-grid b {
  color: var(--cyan);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
}

.hero-proof-grid small {
  color: rgba(247,251,252,.62);
  font-size: 12px;
  line-height: 1.35;
}

@keyframes heroLogoMarquee {
  to { transform: translateX(-50%); }
}

@keyframes coreBreath {
  from { opacity: .56; transform: scale(.94); }
  to { opacity: .9; transform: scale(1.04); }
}

@keyframes coreFloat {
  from { transform: translate(-50%, -50%) translateY(0); }
  to { transform: translate(-50%, -50%) translateY(-8px); }
}

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

@keyframes nodePulse {
  0%, 100% { opacity: .18; transform: scale(.94); }
  50% { opacity: .72; transform: scale(1.03); }
}

.pulse-a { animation: dataPulseA 7.4s cubic-bezier(.22,1,.36,1) infinite; }
.pulse-b { animation: dataPulseB 8.6s cubic-bezier(.22,1,.36,1) infinite .8s; }
.pulse-c { animation: dataPulseC 9.6s cubic-bezier(.22,1,.36,1) infinite 1.4s; }
.pulse-d { animation: dataPulseD 7.8s cubic-bezier(.22,1,.36,1) infinite 2.1s; }

@keyframes dataPulseA {
  0%, 100% { transform: translate(78px, 104px) scale(.72); opacity: .12; }
  46% { transform: translate(300px, 146px) scale(1); opacity: .95; }
  82% { transform: translate(548px, 78px) scale(.84); opacity: .34; }
}

@keyframes dataPulseB {
  0%, 100% { transform: translate(94px, 292px) scale(.72); opacity: .14; }
  50% { transform: translate(318px, 274px) scale(1); opacity: .9; }
  86% { transform: translate(560px, 288px) scale(.82); opacity: .32; }
}

@keyframes dataPulseC {
  0%, 100% { transform: translate(132px, 432px) scale(.72); opacity: .14; }
  48% { transform: translate(344px, 320px) scale(1); opacity: .88; }
  86% { transform: translate(522px, 138px) scale(.82); opacity: .36; }
}

@keyframes dataPulseD {
  0%, 100% { transform: translate(144px, 154px) scale(.72); opacity: .14; }
  48% { transform: translate(318px, 258px) scale(1); opacity: .88; }
  86% { transform: translate(528px, 402px) scale(.82); opacity: .36; }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  }

  .hero-panel {
    min-height: 660px;
  }

  .live-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .timeline-step::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-panel,
  .hero-trust {
    width: 100%;
    max-width: 100%;
  }

  .hero-panel {
    min-height: 660px;
  }

  .hero-trust {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 42px;
  }

  .hero-panel {
    min-height: 640px;
    padding: 18px;
  }

  .hero-ecosystem {
    inset: 64px 10px 168px;
  }

  .ecosystem-node {
    width: 102px;
    min-height: 74px;
    padding: 10px;
  }

  .ecosystem-node small,
  .ecosystem-widget span,
  .api-card {
    display: none;
  }

  .ecosystem-node b {
    font-size: 14px;
  }

  .node-business { left: 0; top: 8%; }
  .node-automation { left: 34%; top: 2%; }
  .node-systems { left: auto; right: 0; top: 10%; }
  .node-dashboard { left: 8%; top: 56%; }
  .node-growth { right: 4%; top: 54%; }

  .ecosystem-core {
    width: 86px;
    height: 86px;
  }

  .ecosystem-core img {
    width: 54px;
    height: 54px;
  }

  .ecosystem-widget {
    width: 128px;
    min-height: 78px;
  }

  .ecosystem-widget b {
    font-size: 23px;
  }

  .widget-sync {
    left: 0;
    bottom: 0;
  }

  .widget-revenue {
    right: 0;
    left: auto;
    bottom: 0;
  }

  .widget-health {
    left: 50%;
    right: auto;
    top: 63%;
    width: 142px;
    min-height: 88px;
    transform: translateX(-50%);
  }

  .widget-health ul {
    display: none;
  }

  .live-timeline {
    left: 18px;
    right: 18px;
    bottom: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .timeline-step {
    min-height: 42px;
    padding: 7px;
    font-size: 9px;
  }

  .timeline-step b,
  .timeline-step i {
    width: 18px;
    height: 18px;
  }

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

  .hero-proof-grid span {
    min-height: 82px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-logo-track,
  .core-aura,
  .core-ring,
  .ecosystem-core,
  .ecosystem-node,
  .ecosystem-node::after,
  .data-pulse {
    animation: none !important;
  }
}

/* Visibility and width correction pass. */
.hero.section {
  width: min(1600px, calc(100% - clamp(72px, 8vw, 180px)));
  grid-template-columns: minmax(420px, .9fr) minmax(560px, 1.1fr);
  gap: clamp(54px, 4.5vw, 84px);
}

.hero-copy {
  padding-top: clamp(12px, 2.5vw, 42px);
}

.hero-panel {
  width: 100%;
}

.hero-logo-rail {
  width: min(100%, 680px);
}

.hero-logo-track {
  gap: 48px;
}

.hero-logo-track span {
  min-width: 128px;
}

.hero-logo-track img {
  height: 42px;
  opacity: .88;
  filter: grayscale(.45) saturate(.7) brightness(1.38) contrast(1.08);
}

.client-trust {
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(0,229,255,.16), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(136,201,232,.08), transparent 32%),
    linear-gradient(180deg, #071018 0%, #0c1118 62%, #070b11 100%);
  border-top-color: rgba(196,236,242,.1);
  border-bottom-color: rgba(196,236,242,.1);
}

.client-trust::after {
  background: linear-gradient(90deg, #071018 0%, transparent 10%, transparent 90%, #071018 100%);
}

.client-trust .eyebrow {
  color: var(--cyan);
}

.client-trust h2,
.trust-intro h2 {
  color: var(--ink);
  text-shadow: 0 14px 54px rgba(0,229,255,.12);
}

.client-trust .trust-proof span {
  color: rgba(247,251,252,.9);
  border-color: rgba(196,236,242,.16);
  background: rgba(255,255,255,.055);
}

.client-trust .trust-note {
  width: min(var(--max), calc(100% - 48px));
  margin: 22px auto 0;
  color: rgba(196,236,242,.84);
  font-weight: 700;
}

.client-logo {
  min-width: clamp(190px, 18vw, 280px);
  min-height: 132px;
}

.client-logo img {
  max-width: 260px;
  height: clamp(76px, 7vw, 108px);
  opacity: .9;
  filter: grayscale(.55) saturate(.65) brightness(1.34) contrast(1.08);
}

.client-logo:hover img,
.client-logo:focus-visible img {
  opacity: 1;
  filter: none;
}

@media (max-width: 1180px) {
  .hero.section {
    width: min(100% - 40px, 980px);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero.section {
    width: calc(100% - 32px);
  }

  .hero-logo-track {
    gap: 34px;
  }

  .hero-logo-track span {
    min-width: 108px;
  }

  .hero-logo-track img {
    height: 34px;
  }

  .client-logo {
    min-width: 138px;
    min-height: 94px;
  }

  .client-logo img {
    height: 54px;
  }
}

/* Signature moments: engineered interaction language. */
.hero-proof-grid em {
  color: rgba(0,229,255,.76);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .7;
  transition: color 420ms var(--ease), opacity 420ms var(--ease);
}

.hero-proof-grid span {
  position: relative;
}

.hero-proof-grid span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0,229,255,.34);
  box-shadow: 0 0 0 rgba(0,229,255,0);
  transition: background 420ms var(--ease), box-shadow 420ms var(--ease);
}

.hero-proof-grid span.is-verifying::before {
  background: var(--cyan);
  animation: verifyPulse 720ms var(--ease) infinite alternate;
}

.hero-proof-grid span.is-verified::before {
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(0,229,255,.7);
}

.hero-proof-grid span.is-verified em {
  color: var(--cyan);
  opacity: 1;
}

@keyframes verifyPulse {
  from { box-shadow: 0 0 0 0 rgba(0,229,255,.24); }
  to { box-shadow: 0 0 0 8px rgba(0,229,255,0); }
}

.build-mode {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 40%, rgba(0,229,255,.16), transparent 34%),
    rgba(3,5,8,.78);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(14px);
  transition: opacity 260ms var(--ease);
}

.build-mode.is-active {
  opacity: 1;
  pointer-events: auto;
}

.build-mode-panel {
  width: min(520px, 100%);
  position: relative;
  padding: 34px;
  border: 1px solid rgba(196,236,242,.16);
  border-radius: 30px 30px 30px 12px;
  background:
    linear-gradient(145deg, rgba(8,15,21,.94), rgba(4,8,13,.9)),
    radial-gradient(circle at 100% 0%, rgba(0,229,255,.14), transparent 34%);
  box-shadow: 0 40px 120px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
}

.build-mode-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px 22px 22px 8px;
  border: 1px solid rgba(0,229,255,.1);
  pointer-events: none;
}

.build-mode-node {
  width: 54px;
  height: 54px;
  display: block;
  margin-bottom: 24px;
  border: 1px solid rgba(0,229,255,.36);
  border-radius: 20px 20px 20px 7px;
  background:
    radial-gradient(circle at 30% 30%, var(--cyan) 0 4px, transparent 5px),
    linear-gradient(90deg, transparent 50%, rgba(0,229,255,.24) 51% 54%, transparent 55%),
    linear-gradient(0deg, transparent 50%, rgba(0,229,255,.24) 51% 54%, transparent 55%),
    rgba(0,229,255,.04);
  box-shadow: 0 0 42px rgba(0,229,255,.18);
  animation: buildNode 900ms var(--ease) infinite alternate;
}

.build-mode p {
  position: relative;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.build-mode ol {
  position: relative;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.build-mode li {
  color: rgba(247,251,252,.48);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: color 260ms var(--ease), transform 260ms var(--ease);
}

.build-mode li.is-active {
  color: var(--cyan);
  transform: translateX(6px);
}

@keyframes buildNode {
  to { transform: translateY(-4px); box-shadow: 0 0 54px rgba(0,229,255,.28); }
}

.tech-tags {
  position: relative;
}

.tech-tags::before,
.tech-tags::after {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border: 1px solid rgba(0,229,255,.08);
  border-radius: 34px 34px 34px 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms var(--ease), transform 360ms var(--ease);
}

.tech-tags::after {
  inset: 22% 16%;
  transform: rotate(-4deg);
}

.tech-tags.is-mapping::before,
.tech-tags.is-mapping::after {
  opacity: 1;
}

.tech-tags article {
  transition: transform .32s var(--ease), border-color .32s var(--ease), box-shadow .32s var(--ease), opacity .32s var(--ease), filter .32s var(--ease);
}

.tech-tags article.is-linked {
  border-color: rgba(0,229,255,.34);
  box-shadow: 0 24px 72px rgba(0,229,255,.1), inset 0 1px 0 rgba(255,255,255,.08);
}

.tech-tags article.is-dimmed {
  opacity: .42;
  filter: saturate(.5);
}

.case-phases {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 20px;
}

.case-phases span {
  position: relative;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px 0 22px;
  border: 1px solid rgba(196,236,242,.12);
  border-radius: 999px;
  color: rgba(247,251,252,.56);
  background: rgba(255,255,255,.035);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 320ms var(--ease), border-color 320ms var(--ease), background 320ms var(--ease), transform 320ms var(--ease);
}

.case-phases span::before {
  content: "";
  position: absolute;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,229,255,.38);
}

.case-phases span.is-active {
  color: var(--ink);
  border-color: rgba(0,229,255,.32);
  background: rgba(0,229,255,.08);
  transform: translateY(-2px);
}

.case-card {
  --case-phase: 0;
}

.case-card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(0,229,255,.1);
  border-radius: 26px 26px 26px 9px;
  background:
    linear-gradient(90deg, transparent 50%, rgba(0,229,255,.12) 51%, transparent 52%),
    linear-gradient(0deg, transparent 50%, rgba(0,229,255,.12) 51%, transparent 52%);
  opacity: calc(.18 + (var(--case-phase) * .08));
  transform: rotate(calc(var(--case-phase) * 9deg));
  transition: opacity 360ms var(--ease), transform 360ms var(--ease);
}

.footer-system-status {
  grid-column: 1 / -1;
  position: relative;
  min-height: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(196,236,242,.08);
}

.footer-system-status::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 28px rgba(0,229,255,.6);
}

.footer-system-status span {
  color: rgba(247,251,252,.38);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color 320ms var(--ease), opacity 320ms var(--ease);
}

.footer-system-status span.is-active {
  color: var(--cyan);
}

body.build-mode-active {
  cursor: progress;
}

@media (max-width: 640px) {
  .build-mode-panel {
    padding: 26px;
  }

  .case-phases {
    gap: 6px;
  }

  .footer-system-status {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Final hero: Business Engineering Experience. */
.business-engineering-hero.hero.section {
  width: min(1760px, calc(100% - clamp(28px, 4vw, 96px)));
  min-height: calc(100svh - 118px);
  display: block;
  padding: clamp(34px, 5vw, 74px) 0 clamp(24px, 4vw, 58px);
  margin-top: 0;
  isolation: isolate;
  color: var(--ink);
  background:
    radial-gradient(circle at calc(50% + var(--hero-x, 0px)) calc(26% + var(--hero-y, 0px)), rgba(0,229,255,.2), transparent 32%),
    radial-gradient(circle at 76% 58%, rgba(136,201,232,.08), transparent 38%),
    linear-gradient(135deg, rgba(0,229,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.03) 1px, transparent 1px),
    #05090d;
  background-size: auto, auto, 56px 56px, 112px 112px, 112px 112px, auto;
  border: 1px solid rgba(196,236,242,.09);
  border-radius: 0 0 34px 34px;
  box-shadow:
    0 40px 110px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}

.business-engineering-hero::before,
.business-engineering-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.business-engineering-hero::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,9,13,.92), transparent 22%, transparent 78%, rgba(5,9,13,.72)),
    linear-gradient(180deg, rgba(5,9,13,.16), transparent 46%, rgba(5,9,13,.76));
}

.business-engineering-hero::after {
  right: -12%;
  top: 12%;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(0,229,255,.1);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,.08), transparent 62%);
  opacity: .72;
}

.hero-stage {
  position: relative;
  min-height: min(820px, calc(100svh - 190px));
  display: grid;
  align-items: center;
  padding: clamp(28px, 4.5vw, 74px);
}

.business-engineering-hero .hero-copy {
  position: relative;
  z-index: 4;
  width: min(760px, 54vw);
  padding-top: 0;
}

.business-engineering-hero .eyebrow {
  color: var(--cyan);
  text-shadow: 0 0 24px rgba(0,229,255,.22);
}

.business-engineering-hero h1 {
  max-width: 720px;
  color: #fbfdff;
  text-wrap: balance;
  text-shadow: 0 26px 80px rgba(0,0,0,.5);
}

.business-engineering-hero .lead {
  max-width: 700px;
  color: rgba(247,251,252,.68);
}

.business-engineering-hero .hero-actions {
  opacity: 1;
  transform: translateY(0);
  animation: heroCtaReady 900ms cubic-bezier(.22,1,.36,1) .9s both;
}

.business-engineering-hero .hero-primary {
  position: relative;
  overflow: hidden;
}

.business-engineering-hero .hero-primary::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0 32%, rgba(255,255,255,.32), transparent 68% 100%);
  transform: translateX(-125%);
  animation: heroCtaSweep 4.8s cubic-bezier(.22,1,.36,1) 5.5s infinite;
}

.transformation-lab {
  --hero-x: 0px;
  --hero-y: 0px;
  position: absolute;
  inset: clamp(22px, 3vw, 52px);
  z-index: 2;
  transform: translate3d(calc(var(--hero-x) * .35), calc(var(--hero-y) * .35), 0);
  transition: transform 420ms cubic-bezier(.22,1,.36,1);
}

.chaos-field {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.chaos-field span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border: 1px dashed rgba(196,236,242,.15);
  border-radius: 999px;
  background: rgba(7,13,19,.46);
  color: rgba(247,251,252,.44);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(calc(var(--hero-x) * -.28), calc(var(--hero-y) * -.28), 0) rotate(-1deg);
  animation:
    chaosEnter 900ms cubic-bezier(.22,1,.36,1) calc(.25s + var(--d)) forwards,
    chaosResolve 900ms cubic-bezier(.22,1,.36,1) calc(2.8s + var(--d)) forwards;
}

.architecture-map {
  position: absolute;
  inset: -2% -1% 0;
  width: 102%;
  height: 102%;
  z-index: 1;
  overflow: visible;
  transform: translate3d(var(--map-x, 0px), var(--map-y, 0px), 0);
  transition: transform 420ms cubic-bezier(.22,1,.36,1);
}

.blueprint-grid path {
  fill: none;
  stroke: rgba(0,229,255,.055);
  stroke-width: 1;
}

.analysis-line,
.engineering-flow-link {
  fill: none;
  stroke: url(#heroBlueprintLine);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .9;
}

.draw-line {
  stroke-dasharray: 1300;
  stroke-dashoffset: 1300;
  animation: blueprintDraw 1.5s cubic-bezier(.22,1,.36,1) 1.65s forwards;
}

.line-delay-1 { animation-delay: 1.95s; }
.line-delay-2 { animation-delay: 2.25s; }
.line-delay-3 { animation-delay: 2.55s; }

.engineering-flow-link {
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  opacity: .68;
  animation: blueprintDraw 1.2s cubic-bezier(.22,1,.36,1) 4.9s forwards;
}

.architecture-core {
  opacity: 0;
  transform-origin: 590px 322px;
  animation: architectureArrive 900ms cubic-bezier(.22,1,.36,1) 2.7s forwards;
}

.architecture-core rect {
  fill: rgba(7,15,21,.76);
  stroke: rgba(0,229,255,.46);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 28px rgba(0,229,255,.22));
}

.architecture-core path {
  fill: none;
  stroke: rgba(0,229,255,.78);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.architecture-core circle:last-child {
  fill: var(--cyan);
  filter: drop-shadow(0 0 16px rgba(0,229,255,.8));
}

.core-orbit {
  fill: none;
  stroke: rgba(0,229,255,.2);
  stroke-width: 1.2;
  stroke-dasharray: 7 12;
  transform-origin: 590px 322px;
  animation: heroOrbit 18s linear infinite;
}

.orbit-small {
  stroke: rgba(136,201,232,.32);
  animation-duration: 12s;
  animation-direction: reverse;
}

.system-node {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity 420ms cubic-bezier(.22,1,.36,1), filter 260ms cubic-bezier(.22,1,.36,1), transform 260ms cubic-bezier(.22,1,.36,1);
  animation: nodeResolve 720ms cubic-bezier(.22,1,.36,1) forwards;
}

.system-node circle {
  fill: rgba(8,19,27,.78);
  stroke: rgba(0,229,255,.32);
  stroke-width: 1.4;
}

.system-node text {
  fill: rgba(247,251,252,.9);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  text-anchor: middle;
}

.system-node text + text {
  fill: rgba(196,236,242,.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}

.system-node.is-near,
.system-node:hover {
  filter: drop-shadow(0 0 18px rgba(0,229,255,.42));
  transform: scale(1.025);
}

.system-node.is-near circle {
  stroke: rgba(0,229,255,.7);
}

.node-crm { animation-delay: 3.05s; }
.node-sales { animation-delay: 3.16s; }
.node-erp { animation-delay: 3.27s; }
.node-finance { animation-delay: 3.38s; }
.node-support { animation-delay: 3.49s; }
.node-ai { animation-delay: 3.6s; }
.node-inventory { animation-delay: 3.71s; }
.node-dashboard { animation-delay: 3.82s; }

.hero-pulse {
  fill: var(--cyan);
  opacity: 0;
}

.pulse-1 { animation: heroDataPulseA 5.8s cubic-bezier(.22,1,.36,1) 4.05s infinite; }
.pulse-2 { animation: heroDataPulseB 6.2s cubic-bezier(.22,1,.36,1) 4.35s infinite; }
.pulse-3 { animation: heroDataPulseC 6.8s cubic-bezier(.22,1,.36,1) 4.7s infinite; }
.pulse-4 { animation: heroDataPulseD 7.2s cubic-bezier(.22,1,.36,1) 5s infinite; }

.journey-stages {
  position: absolute;
  left: min(54vw, 780px);
  right: clamp(22px, 4vw, 80px);
  bottom: clamp(42px, 6vw, 96px);
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.journey-stage {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(196,236,242,.1);
  border-radius: 999px;
  background: rgba(3,7,12,.48);
  color: rgba(247,251,252,.42);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color 520ms cubic-bezier(.22,1,.36,1), border-color 520ms cubic-bezier(.22,1,.36,1), background 520ms cubic-bezier(.22,1,.36,1), transform 520ms cubic-bezier(.22,1,.36,1);
}

.journey-stage::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,229,255,.28);
}

.journey-stage.is-complete,
.journey-stage.is-active {
  color: rgba(247,251,252,.92);
  border-color: rgba(0,229,255,.32);
  background: rgba(0,229,255,.075);
}

.journey-stage.is-active {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,229,255,.08);
}

.journey-stage.is-active::before,
.journey-stage.is-complete::before {
  background: var(--cyan);
  box-shadow: 0 0 16px rgba(0,229,255,.75);
}

.system-ready {
  position: absolute;
  right: clamp(28px, 5vw, 92px);
  top: clamp(70px, 11vw, 158px);
  z-index: 5;
  width: min(320px, 28vw);
  opacity: .96;
  transform: translateY(0);
  animation: systemReadyIn 900ms cubic-bezier(.22,1,.36,1) 4.65s both;
}

.system-ready span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.system-ready span::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 20px rgba(0,229,255,.8);
}

.system-ready b {
  display: block;
  margin-top: 12px;
  color: rgba(247,251,252,.92);
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.02;
  letter-spacing: 0;
}

.business-engineering-hero .scroll-cue {
  position: absolute;
  left: clamp(28px, 4.5vw, 74px);
  bottom: clamp(22px, 3vw, 44px);
  z-index: 6;
}

.business-engineering-hero.is-collapsing .transformation-lab {
  transform: translate3d(18px, -18px, 0) scale(.965);
  opacity: .78;
}

.business-engineering-hero.is-collapsing .engineering-flow-link {
  stroke: rgba(0,229,255,.9);
  filter: drop-shadow(0 0 14px rgba(0,229,255,.38));
}

@keyframes chaosEnter {
  from { opacity: 0; transform: translateY(14px) rotate(-2deg); }
  to { opacity: 1; transform: translateY(0) rotate(-1deg); }
}

@keyframes chaosResolve {
  to {
    opacity: .18;
    border-color: rgba(0,229,255,.16);
    color: rgba(0,229,255,.38);
    transform: translateY(-8px) scale(.94);
  }
}

@keyframes blueprintDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes architectureArrive {
  from { opacity: 0; transform: scale(.86); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes nodeResolve {
  from { opacity: 0; transform: scale(.7); }
  to { opacity: 1; transform: scale(1); }
}

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

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

@keyframes heroCtaSweep {
  0%, 42% { transform: translateX(-125%); }
  72%, 100% { transform: translateX(125%); }
}

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

@keyframes heroDataPulseA {
  0%, 100% { transform: translate(142px, 166px); opacity: 0; }
  18% { opacity: 1; }
  48% { transform: translate(590px, 322px); opacity: .95; }
  82% { transform: translate(1052px, 318px); opacity: .2; }
}

@keyframes heroDataPulseB {
  0%, 100% { transform: translate(156px, 492px); opacity: 0; }
  16% { opacity: .95; }
  52% { transform: translate(590px, 300px); opacity: 1; }
  84% { transform: translate(1042px, 500px); opacity: .24; }
}

@keyframes heroDataPulseC {
  0%, 100% { transform: translate(236px, 318px); opacity: 0; }
  16% { opacity: 1; }
  52% { transform: translate(590px, 260px); opacity: .95; }
  82% { transform: translate(944px, 318px); opacity: .26; }
}

@keyframes heroDataPulseD {
  0%, 100% { transform: translate(590px, 136px); opacity: 0; }
  18% { opacity: 1; }
  58% { transform: translate(590px, 322px); opacity: .95; }
  86% { transform: translate(760px, 650px); opacity: .24; }
}

@media (max-width: 1180px) {
  .business-engineering-hero.hero.section {
    width: calc(100% - 40px);
    min-height: auto;
  }

  .hero-stage {
    min-height: 780px;
  }

  .business-engineering-hero .hero-copy {
    width: min(720px, 68vw);
  }

  .architecture-map {
    inset: 8% -20% 0 4%;
    width: 118%;
    height: 92%;
  }

  .system-ready {
    width: min(280px, 34vw);
  }

  .journey-stages {
    left: clamp(28px, 4vw, 62px);
    right: clamp(28px, 4vw, 62px);
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .business-engineering-hero.hero.section {
    width: calc(100% - 24px);
    border-radius: 0 0 26px 26px;
  }

  .hero-stage {
    min-height: auto;
    display: block;
    padding: 28px 20px 30px;
  }

  .business-engineering-hero .hero-copy {
    width: 100%;
  }

  .business-engineering-hero h1 {
    max-width: 11ch;
  }

  .business-engineering-hero .lead {
    max-width: 100%;
  }

  .transformation-lab {
    position: relative;
    inset: auto;
    height: 520px;
    margin-top: 36px;
  }

  .architecture-map {
    inset: 0 -58% 0 -20%;
    width: 178%;
    height: 100%;
  }

  .chaos-field span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 9px;
  }

  .chaos-field span:nth-child(3),
  .chaos-field span:nth-child(5) {
    display: none;
  }

  .journey-stages {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 6px;
  }

  .journey-stage {
    min-height: 28px;
    padding: 0 9px;
    font-size: 8px;
  }

  .system-ready {
    top: 28px;
    right: 14px;
    width: 168px;
  }

  .system-ready b {
    font-size: 18px;
  }

  .business-engineering-hero .hero-actions {
    animation-delay: 2.4s;
  }

  .business-engineering-hero .scroll-cue {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 22px;
  }
}

@media (max-width: 430px) {
  .hero-stage {
    min-height: auto;
  }

  .transformation-lab {
    height: 500px;
  }

  .journey-stage:nth-child(2n) {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .business-engineering-hero .hero-actions,
  .business-engineering-hero .hero-primary::after,
  .chaos-field span,
  .draw-line,
  .engineering-flow-link,
  .architecture-core,
  .core-orbit,
  .system-node,
  .hero-pulse,
  .system-ready {
    animation: none !important;
  }

  .business-engineering-hero .hero-actions,
  .chaos-field span,
  .architecture-core,
  .system-node,
  .system-ready {
    opacity: 1;
    transform: none;
  }

  .draw-line,
  .engineering-flow-link {
    stroke-dashoffset: 0;
  }
}

/* Homepage redesign: six cinematic chapters. */
.cinematic-home {
  background: #05070b;
  color: var(--ink);
  overflow: hidden;
}

.cinematic-home > section:not(.cinema-chapter) {
  display: none !important;
}

.cinema-chapter {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding: clamp(96px, 10vw, 150px) 0;
  overflow: hidden;
}

.cinema-chapter::before,
.cinema-chapter::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.chapter-shell {
  width: min(1480px, calc(100% - clamp(32px, 6vw, 112px)));
  margin: 0 auto;
}

.chapter-copy {
  max-width: 820px;
}

.chapter-copy h1,
.chapter-copy h2,
.build-statement h2 {
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
  letter-spacing: 0;
}

.chapter-copy p:not(.eyebrow),
.build-statement p {
  max-width: 700px;
  color: rgba(247,251,252,.66);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.65;
}

.chapter-arrival {
  min-height: calc(100svh - 44px);
  padding-top: clamp(44px, 6vw, 92px);
  background:
    radial-gradient(circle at calc(72% + var(--arrival-x, 0px)) calc(34% + var(--arrival-y, 0px)), rgba(0,229,255,.2), transparent 34%),
    radial-gradient(circle at 14% 28%, rgba(0,229,255,.09), transparent 30%),
    linear-gradient(90deg, rgba(0,229,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.028) 1px, transparent 1px),
    #05070b;
  background-size: auto, auto, 112px 112px, 112px 112px, auto;
}

.chapter-arrival::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,7,11,.96), rgba(5,7,11,.42) 44%, rgba(5,7,11,.88)),
    linear-gradient(180deg, rgba(5,7,11,.1), rgba(5,7,11,.82));
}

.arrival-shell {
  min-height: calc(100svh - 180px);
  display: grid;
  grid-template-columns: minmax(560px, .95fr) minmax(440px, 1.05fr);
  align-items: center;
  gap: clamp(34px, 4vw, 70px);
  perspective: 1200px;
}

.arrival-copy h1 {
  max-width: 820px;
  font-size: clamp(58px, 6.8vw, 122px);
  line-height: .92;
  text-shadow: 0 30px 88px rgba(0,0,0,.55);
}

.arrival-workspace {
  position: relative;
  min-height: min(720px, 72svh);
  transform: rotateX(calc(var(--arrival-y, 0px) * -.018)) rotateY(calc(var(--arrival-x, 0px) * .018)) translate3d(calc(var(--arrival-x, 0px) * .24), calc(var(--arrival-y, 0px) * .24), 0);
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(.22,1,.36,1);
}

.workspace-map {
  position: absolute;
  inset: -6% -7%;
  width: 114%;
  height: 112%;
  overflow: visible;
  filter: drop-shadow(0 36px 90px rgba(0,0,0,.36));
}

.workspace-grid path {
  fill: none;
  stroke: rgba(0,229,255,.07);
  stroke-width: 1;
}

.workspace-path {
  fill: none;
  stroke: url(#arrivalLine);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: cinematicDraw 1.7s cubic-bezier(.22,1,.36,1) .55s forwards;
}

.path-two { animation-delay: .85s; }
.path-three { animation-delay: 1.15s; }

.workspace-core {
  opacity: 0;
  transform-origin: 502px 310px;
  animation: cinematicNodeIn 900ms cubic-bezier(.22,1,.36,1) 1.55s forwards;
}

.workspace-core rect {
  fill: rgba(7,15,21,.78);
  stroke: rgba(0,229,255,.48);
  stroke-width: 1.6;
}

.workspace-core path {
  fill: none;
  stroke: rgba(0,229,255,.8);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workspace-node {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: cinematicNodeIn 680ms cubic-bezier(.22,1,.36,1) 1.9s forwards;
}

.workspace-node circle {
  fill: rgba(7,15,21,.84);
  stroke: rgba(0,229,255,.34);
  stroke-width: 1.4;
}

.workspace-node text {
  fill: rgba(247,251,252,.86);
  font-size: 13px;
  font-weight: 900;
  text-anchor: middle;
}

.node-b { animation-delay: 2.05s; }
.node-c { animation-delay: 2.2s; }
.node-d { animation-delay: 2.35s; }
.node-e { animation-delay: 2.5s; }
.node-f { animation-delay: 2.65s; }

.story-pulse {
  fill: var(--cyan);
  opacity: 0;
  filter: drop-shadow(0 0 14px rgba(0,229,255,.78));
}

.pulse-one { animation: arrivalPulseOne 6.2s cubic-bezier(.22,1,.36,1) 2.7s infinite; }
.pulse-two { animation: arrivalPulseTwo 7s cubic-bezier(.22,1,.36,1) 3s infinite; }
.pulse-three { animation: arrivalPulseThree 7.6s cubic-bezier(.22,1,.36,1) 3.2s infinite; }

.workspace-status {
  position: absolute;
  right: 7%;
  bottom: 9%;
  width: min(360px, 42%);
  padding: 22px 0 0 24px;
  border-left: 1px solid rgba(0,229,255,.32);
  color: var(--ink);
}

.workspace-status span,
.system-destination span {
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.workspace-status b,
.system-destination b {
  display: block;
  margin-top: 10px;
  font-size: clamp(26px, 3vw, 48px);
  line-height: 1.02;
}

.chapter-problem {
  background:
    radial-gradient(circle at 78% 22%, rgba(0,229,255,.1), transparent 30%),
    linear-gradient(180deg, #070b11, #0c1118 52%, #070b11);
}

.problem-shell {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: center;
}

.chaos-theatre {
  position: relative;
  min-height: 560px;
  border-radius: 34px 34px 34px 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,229,255,.08), transparent 42%),
    linear-gradient(90deg, rgba(0,229,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.03) 1px, transparent 1px);
  background-size: auto, 56px 56px, 56px 56px;
}

.chaos-cluster span {
  position: absolute;
  display: inline-flex;
  max-width: 220px;
  padding: 12px 14px;
  border: 1px dashed rgba(196,236,242,.18);
  border-radius: 999px;
  background: rgba(5,9,14,.62);
  color: rgba(247,251,252,.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  animation: chaosFloat 5s cubic-bezier(.22,1,.36,1) infinite alternate;
}

.chaos-cluster span:nth-child(1) { left: 5%; top: 14%; }
.chaos-cluster span:nth-child(2) { right: 8%; top: 10%; animation-delay: -.8s; }
.chaos-cluster span:nth-child(3) { left: 42%; top: 44%; animation-delay: -1.6s; }
.chaos-cluster span:nth-child(4) { left: 8%; bottom: 16%; animation-delay: -2.4s; }
.chaos-cluster span:nth-child(5) { right: 10%; bottom: 18%; animation-delay: -3.2s; }

.bottleneck-map {
  position: absolute;
  inset: 12%;
  width: 76%;
  height: 76%;
  overflow: visible;
}

.bottleneck-map path {
  fill: none;
  stroke-linecap: round;
}

.noise-line {
  stroke: rgba(196,236,242,.18);
  stroke-width: 1.4;
  stroke-dasharray: 7 16;
  animation: noiseShift 8s linear infinite;
}

.noise-line.delay { animation-delay: -3s; }

.structure-line {
  stroke: var(--cyan);
  stroke-width: 2;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: cinematicDraw 1.6s cubic-bezier(.22,1,.36,1) 1s forwards;
}

.bottleneck-map circle {
  fill: var(--cyan);
  filter: drop-shadow(0 0 18px rgba(0,229,255,.64));
}

.chapter-engineering {
  background: #f7f8fa;
  color: #09111a;
}

.chapter-engineering .chapter-copy h2,
.chapter-engineering .chapter-copy p:not(.eyebrow),
.chapter-engineering .story-step h3,
.chapter-engineering .story-step p,
.chapter-engineering .capability-ribbon h2 {
  color: #09111a;
}

.engineering-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(190px, 1fr));
  gap: 18px;
  margin-top: clamp(54px, 8vw, 104px);
  overflow-x: auto;
  padding-bottom: 20px;
}

.engineering-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,229,255,.1), rgba(24,51,62,.36), rgba(0,229,255,.1));
}

.story-step {
  position: relative;
  min-height: 310px;
  padding: 76px 22px 22px;
  border-left: 1px solid rgba(9,17,26,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,0));
}

.story-step span {
  position: absolute;
  left: 22px;
  top: 20px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #09111a;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 0 0 0 rgba(0,229,255,.22);
}

.story-step.visible span {
  animation: stepVerify 1.1s cubic-bezier(.22,1,.36,1) both;
}

.story-step.is-current {
  background:
    radial-gradient(circle at 24px 34px, rgba(0,229,255,.16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.22));
}

.story-step.is-current span {
  color: #09111a;
  background: var(--cyan);
}

.outcome-story.is-current {
  border-color: rgba(0,229,255,.6);
  background:
    radial-gradient(circle at 50% 0%, rgba(0,229,255,.13), transparent 34%),
    linear-gradient(180deg, rgba(0,229,255,.08), transparent 62%);
}

.capability-ribbon {
  margin-top: clamp(54px, 8vw, 110px);
}

.capability-stream {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(9,17,26,.1);
  border: 1px solid rgba(9,17,26,.1);
}

.capability-stream a {
  min-height: 170px;
  padding: 24px;
  background: #fff;
  color: #09111a;
  text-decoration: none;
  transition: background 220ms var(--ease), transform 220ms var(--ease);
}

.capability-stream a:hover,
.capability-stream a:focus-visible {
  background: #edf8fb;
  transform: translateY(-4px);
}

.capability-stream span {
  display: block;
  color: #09111a;
  font-size: 18px;
  font-weight: 900;
}

.capability-stream small {
  display: block;
  margin-top: 12px;
  color: rgba(9,17,26,.62);
  line-height: 1.55;
}

.chapter-transformation {
  background:
    radial-gradient(circle at 20% 20%, rgba(0,229,255,.11), transparent 28%),
    linear-gradient(180deg, #0c1118, #05070b);
}

.transformation-shell {
  position: relative;
}

.outcome-stories {
  display: grid;
  grid-template-columns: 1.08fr .86fr 1.06fr;
  gap: clamp(18px, 3vw, 42px);
  align-items: end;
  margin-top: clamp(54px, 7vw, 96px);
}

.outcome-story {
  min-height: 430px;
  padding: 34px;
  border-top: 1px solid rgba(0,229,255,.26);
  background: linear-gradient(180deg, rgba(0,229,255,.06), transparent 62%);
}

.outcome-story:nth-child(2) {
  min-height: 520px;
  transform: translateY(-36px);
}

.outcome-story p {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.outcome-story h3 {
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.02;
}

.before-after {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.before-after span {
  color: rgba(247,251,252,.62);
  line-height: 1.55;
}

.before-after b {
  color: var(--cyan);
  font-size: clamp(30px, 4vw, 62px);
  line-height: .95;
}

.transformation-diagram {
  width: 100%;
  height: auto;
  margin-top: 42px;
  overflow: visible;
}

.transformation-diagram path {
  fill: none;
  stroke: rgba(0,229,255,.45);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: cinematicDraw 2s cubic-bezier(.22,1,.36,1) infinite alternate;
}

.transformation-diagram path + path {
  stroke: rgba(196,236,242,.18);
  animation-delay: .4s;
}

.transformation-diagram circle {
  fill: var(--cyan);
  filter: drop-shadow(0 0 18px rgba(0,229,255,.7));
}

.chapter-trust {
  background:
    radial-gradient(circle at 72% 12%, rgba(0,229,255,.12), transparent 32%),
    #f7f8fa;
  color: #09111a;
}

.chapter-trust .chapter-copy h2,
.chapter-trust .chapter-copy p,
.chapter-trust h2,
.chapter-trust p {
  color: #09111a;
}

.chapter-trust .trust-proof span {
  color: #09111a;
  border-color: rgba(9,17,26,.14);
  background: rgba(255,255,255,.72);
}

.trust-orbit {
  position: relative;
  margin: clamp(44px, 6vw, 82px) calc(50% - 50vw) 0;
  overflow: hidden;
  border-top: 1px solid rgba(9,17,26,.08);
  border-bottom: 1px solid rgba(9,17,26,.08);
  background: rgba(255,255,255,.58);
}

.trust-orbit .logo-track {
  animation-duration: 38s;
}

.trust-orbit .client-logo {
  background: transparent;
  min-height: 124px;
}

.trust-editorial,
.curated-systems {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  margin-top: clamp(48px, 7vw, 94px);
}

.trust-editorial .quote-card {
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(9,17,26,.18);
  box-shadow: none;
}

.trust-editorial .quote-card p {
  color: #09111a;
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1.14;
}

.industry-pills,
.tech-constellation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.industry-pills a,
.tech-constellation span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(9,17,26,.12);
  border-radius: 999px;
  color: #09111a;
  background: rgba(255,255,255,.68);
  text-decoration: none;
  font-weight: 850;
}

.faq-thread {
  margin-top: clamp(48px, 8vw, 110px);
  max-width: 980px;
}

.faq-thread details {
  border-top: 1px solid rgba(9,17,26,.14);
  padding: 22px 0;
}

.faq-thread summary {
  cursor: pointer;
  color: #09111a;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
}

.chapter-build {
  background:
    radial-gradient(circle at 50% 72%, rgba(0,229,255,.2), transparent 34%),
    linear-gradient(180deg, #0c1118, #05070b 72%, #030508);
}

.build-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(36px, 7vw, 112px);
  align-items: start;
}

.build-statement {
  max-width: 900px;
}

.build-statement h2 {
  font-size: clamp(54px, 7.5vw, 128px);
  line-height: .93;
}

.system-destination {
  grid-column: 1 / -1;
  width: min(860px, 100%);
  padding-top: 28px;
  border-top: 1px solid rgba(0,229,255,.24);
}

.chapter-build .next-steps,
.chapter-build .lead-form {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(196,236,242,.12);
}

@keyframes cinematicDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes cinematicNodeIn {
  from { opacity: 0; transform: scale(.72); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes arrivalPulseOne {
  0%, 100% { transform: translate(120px, 150px); opacity: 0; }
  18% { opacity: 1; }
  56% { transform: translate(502px, 310px); opacity: 1; }
  86% { transform: translate(884px, 174px); opacity: .2; }
}

@keyframes arrivalPulseTwo {
  0%, 100% { transform: translate(126px, 462px); opacity: 0; }
  18% { opacity: 1; }
  56% { transform: translate(502px, 310px); opacity: 1; }
  86% { transform: translate(884px, 308px); opacity: .22; }
}

@keyframes arrivalPulseThree {
  0%, 100% { transform: translate(232px, 306px); opacity: 0; }
  18% { opacity: 1; }
  58% { transform: translate(514px, 248px); opacity: 1; }
  86% { transform: translate(844px, 306px); opacity: .22; }
}

@keyframes chaosFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-14px); }
}

@keyframes noiseShift {
  to { stroke-dashoffset: -140; }
}

@keyframes stepVerify {
  0% { box-shadow: 0 0 0 0 rgba(0,229,255,.28); }
  100% { box-shadow: 0 0 0 16px rgba(0,229,255,0); }
}

@media (max-width: 1180px) {
  .arrival-shell,
  .problem-shell,
  .build-shell {
    grid-template-columns: 1fr;
  }

  .arrival-workspace {
    min-height: 600px;
  }

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

  .outcome-stories,
  .trust-editorial,
  .curated-systems {
    grid-template-columns: 1fr;
  }

  .outcome-story:nth-child(2) {
    transform: none;
    min-height: 430px;
  }
}

@media (max-width: 720px) {
  .cinema-chapter {
    min-height: auto;
    padding: 88px 0;
  }

  .chapter-shell {
    width: calc(100% - 32px);
  }

  .arrival-copy h1,
  .build-statement h2 {
    font-size: clamp(52px, 16vw, 78px);
  }

  .arrival-workspace,
  .chaos-theatre {
    min-height: 430px;
  }

  .chapter-arrival {
    min-height: 100svh;
  }

  .arrival-shell {
    position: relative;
    min-height: calc(100svh - 130px);
    display: block;
  }

  .arrival-copy {
    position: relative;
    z-index: 3;
  }

  .arrival-workspace {
    position: absolute;
    z-index: 1;
    inset: 160px -78px auto 38%;
    width: 78%;
    min-height: 430px;
    opacity: .58;
    transform: none;
  }

  .arrival-copy .lead {
    font-size: 17px;
    line-height: 1.5;
  }

  .workspace-status {
    display: none;
  }

  .chaos-cluster span {
    max-width: 170px;
    font-size: 10px;
  }

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

  .engineering-timeline {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .engineering-timeline::before {
    left: 15px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
  }

  .story-step {
    min-height: auto;
    padding: 24px 20px 24px 62px;
  }

  .story-step span {
    left: 0;
  }

  .trust-orbit {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .workspace-path,
  .workspace-core,
  .workspace-node,
  .story-pulse,
  .structure-line,
  .noise-line,
  .chaos-cluster span,
  .transformation-diagram path {
    animation: none !important;
  }

  .workspace-path,
  .structure-line,
  .transformation-diagram path {
    stroke-dashoffset: 0;
  }

  .workspace-core,
  .workspace-node {
    opacity: 1;
    transform: none;
  }
}

/* Design DNA pass: subtraction, chapter ownership, business-first evidence. */
.cinematic-home .eyebrow {
  letter-spacing: .18em;
}

.capability-stream {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 0;
  background: transparent;
}

.capability-stream a {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 64px);
  padding: 22px 0;
  border-top: 1px solid rgba(9,17,26,.12);
  background: transparent;
}

.capability-stream a:last-child {
  border-bottom: 1px solid rgba(9,17,26,.12);
}

.capability-stream a:hover,
.capability-stream a:focus-visible {
  background: transparent;
  transform: none;
}

.capability-stream a:hover span,
.capability-stream a:focus-visible span {
  color: #08798a;
}

.capability-stream span {
  font-size: clamp(18px, 2vw, 26px);
}

.capability-stream small {
  max-width: 720px;
  margin-top: 0;
  font-size: 16px;
}

.chapter-trust .trust-proof {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(9,17,26,.14);
  border-bottom: 1px solid rgba(9,17,26,.14);
}

.chapter-trust .trust-proof span {
  min-height: 112px;
  display: grid;
  align-content: center;
  border: 0;
  border-right: 1px solid rgba(9,17,26,.12);
  border-radius: 0;
  background: transparent;
}

.chapter-trust .trust-proof span:last-child {
  border-right: 0;
}

.curated-systems {
  border-top: 1px solid rgba(9,17,26,.12);
  padding-top: clamp(38px, 6vw, 72px);
}

.industry-pills a,
.tech-constellation span {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(9,17,26,.68);
}

.industry-pills a::before,
.tech-constellation span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(9,17,26,.28);
}

.chapter-build .faq-thread {
  grid-column: 1 / -1;
  max-width: 1080px;
  margin-top: clamp(20px, 4vw, 52px);
  color: var(--ink);
}

.chapter-build .faq-thread h2,
.chapter-build .faq-thread summary {
  color: var(--ink);
}

.chapter-build .faq-thread p {
  color: rgba(247,251,252,.68);
}

.chapter-build .faq-thread details {
  border-top: 1px solid rgba(196,236,242,.13);
}

.chapter-build .faq-thread details:last-child {
  border-bottom: 1px solid rgba(196,236,242,.13);
}

.chapter-build .next-steps {
  align-self: start;
}

.chapter-build .lead-form {
  align-self: start;
}

@media (max-width: 720px) {
  .capability-stream a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .chapter-trust .trust-proof {
    grid-template-columns: 1fr;
  }

  .chapter-trust .trust-proof span {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(9,17,26,.1);
  }

  .chapter-trust .trust-proof span:last-child {
    border-bottom: 0;
  }
}

/* Visual Language v1.0: architectural calm, invisible grids, softer identity. */
.cinematic-home {
  --vl-graphite: #05070b;
  --vl-surface: #0b1118;
  --vl-blueprint: rgba(0,229,255,.055);
  --vl-cyan: rgba(0,229,255,.78);
  --vl-ink-light: rgba(247,251,252,.72);
  --vl-ink-dark: rgba(9,17,26,.74);
}

.cinema-chapter {
  padding-block: clamp(118px, 12vw, 184px);
}

.cinema-chapter .eyebrow {
  color: var(--vl-cyan);
  opacity: .88;
}

.chapter-copy h1,
.chapter-copy h2,
.build-statement h2 {
  max-width: 12ch;
}

.chapter-copy p:not(.eyebrow),
.build-statement p {
  max-width: 640px;
}

.chapter-arrival {
  background:
    radial-gradient(circle at calc(74% + var(--arrival-x, 0px)) calc(36% + var(--arrival-y, 0px)), rgba(0,229,255,.14), transparent 34%),
    linear-gradient(90deg, rgba(0,229,255,.026) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.022) 1px, transparent 1px),
    var(--vl-graphite);
  background-size: auto, 118px 118px, 118px 118px, auto;
}

.chapter-problem {
  background:
    radial-gradient(circle at 18% 68%, rgba(0,229,255,.08), transparent 30%),
    linear-gradient(180deg, #0b1118, #05070b 86%);
}

.chapter-engineering {
  background:
    radial-gradient(circle at 80% 10%, rgba(0,229,255,.08), transparent 28%),
    linear-gradient(180deg, #f8fafb, #eef3f5);
}

.chapter-transformation {
  background:
    radial-gradient(circle at 18% 24%, rgba(0,229,255,.08), transparent 28%),
    linear-gradient(180deg, #071018, #05070b);
}

.chapter-trust {
  background:
    radial-gradient(circle at 82% 8%, rgba(0,229,255,.07), transparent 32%),
    linear-gradient(180deg, #f7f8fa, #edf2f4);
}

.chapter-build {
  background:
    radial-gradient(circle at 48% 78%, rgba(0,229,255,.13), transparent 34%),
    linear-gradient(180deg, #0b1118, #05070b 76%, #030508);
}

.workspace-map,
.bottleneck-map,
.transformation-diagram {
  filter: none;
}

.workspace-grid path,
.blueprint-grid path {
  stroke: rgba(0,229,255,.045);
}

.workspace-path,
.structure-line,
.transformation-diagram path {
  stroke-width: 1.45;
}

.workspace-node circle,
.bottleneck-map circle {
  stroke-width: 1.1;
}

.workspace-aura {
  opacity: .72;
}

.workspace-status {
  border-left-color: rgba(0,229,255,.2);
}

.chaos-theatre {
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0,229,255,.055), transparent 42%),
    linear-gradient(90deg, rgba(0,229,255,.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.022) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}

.chaos-cluster span {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(247,251,252,.52);
  padding-inline: 0;
}

.chaos-cluster span::before {
  content: "";
  width: 18px;
  height: 1px;
  margin-right: 10px;
  background: rgba(0,229,255,.34);
}

.story-step {
  background: transparent;
  border-left-color: rgba(9,17,26,.1);
}

.story-step.is-current {
  background:
    linear-gradient(180deg, rgba(0,229,255,.08), transparent 64%);
}

.story-step span {
  box-shadow: none;
}

.capability-ribbon {
  margin-top: clamp(70px, 9vw, 132px);
}

.capability-stream a {
  padding-block: 28px;
}

.outcome-story {
  background: transparent;
  border-top-color: rgba(0,229,255,.18);
}

.outcome-story.is-current {
  background: linear-gradient(180deg, rgba(0,229,255,.055), transparent 70%);
  border-color: rgba(0,229,255,.34);
}

.before-after b {
  color: rgba(0,229,255,.86);
  text-shadow: none;
}

.trust-orbit {
  background: transparent;
  border-color: rgba(9,17,26,.08);
}

.trust-orbit .client-logo {
  min-height: 108px;
  filter: none;
}

.trust-orbit .client-logo img {
  opacity: .76;
  filter: grayscale(.7) saturate(.4) contrast(1.05);
}

.trust-orbit .client-logo:hover img,
.trust-orbit .client-logo:focus-visible img {
  opacity: 1;
  filter: grayscale(.15) saturate(.8) contrast(1.05);
}

.trust-editorial .quote-card {
  padding-left: clamp(22px, 3vw, 40px);
}

.curated-systems {
  gap: clamp(42px, 7vw, 112px);
}

.industry-pills,
.tech-constellation {
  gap: 14px 22px;
}

.industry-pills a,
.tech-constellation span {
  color: rgba(9,17,26,.62);
}

.chapter-build .next-steps,
.chapter-build .lead-form {
  background: rgba(255,255,255,.03);
  border-color: rgba(196,236,242,.08);
  box-shadow: none;
}

.chapter-build .lead-form input,
.chapter-build .lead-form select,
.chapter-build .lead-form textarea {
  border-color: rgba(196,236,242,.12);
  background: rgba(3,7,12,.38);
}

.chapter-build .lead-form input:focus,
.chapter-build .lead-form select:focus,
.chapter-build .lead-form textarea:focus {
  border-color: rgba(0,229,255,.48);
  box-shadow: 0 0 0 3px rgba(0,229,255,.08);
}

@media (max-width: 720px) {
  .cinema-chapter {
    padding-block: 92px;
  }

  .chapter-copy h1,
  .chapter-copy h2,
  .build-statement h2 {
    max-width: 100%;
  }

  .chaos-cluster span::before {
    width: 12px;
  }
}

/* Concept B implementation: Engineering Documentary. */
.documentary-home {
  position: relative;
  background:
    linear-gradient(90deg, rgba(0,229,255,.035) 1px, transparent 1px),
    #05070b;
  background-size: 128px 128px, auto;
}

.documentary-spine {
  position: absolute;
  left: clamp(18px, 3vw, 46px);
  top: 4%;
  bottom: 1%;
  width: 88px;
  z-index: 2;
  pointer-events: none;
  opacity: .72;
}

.documentary-spine svg {
  position: sticky;
  top: 118px;
  width: 72px;
  height: min(72vh, 680px);
  overflow: visible;
}

.documentary-spine path {
  fill: none;
  stroke-linecap: round;
}

.spine-rail {
  stroke: rgba(0,229,255,.12);
  stroke-width: 1;
}

.spine-progress {
  stroke: rgba(0,229,255,.72);
  stroke-width: 1.8;
  stroke-dasharray: 1700;
  stroke-dashoffset: calc(1700 - (var(--scroll-ratio, 0) * 1700));
  filter: drop-shadow(0 0 10px rgba(0,229,255,.35));
}

.documentary-spine circle {
  fill: #05070b;
  stroke: rgba(0,229,255,.42);
  stroke-width: 1.4;
}

.documentary-spine span {
  position: sticky;
  top: 86vh;
  display: block;
  margin-top: 12px;
  color: rgba(0,229,255,.66);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.documentary-home .chapter-shell {
  position: relative;
}

.documentary-home .chapter-shell::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 4px;
  width: 1px;
  height: 70px;
  background: linear-gradient(180deg, rgba(0,229,255,.55), transparent);
  opacity: .7;
}

.field-note-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(640px, 100%);
  margin-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid rgba(0,229,255,.2);
  border-bottom: 1px solid rgba(0,229,255,.12);
}

.field-note-strip span {
  min-height: 62px;
  display: grid;
  align-items: center;
  border-right: 1px solid rgba(0,229,255,.11);
  color: rgba(247,251,252,.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.field-note-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: rgba(0,229,255,.66);
  box-shadow: 0 0 18px rgba(0,229,255,.36);
}

.documentary-caption {
  position: absolute;
  z-index: 3;
  top: 7%;
  left: 5%;
  max-width: 280px;
  padding-left: 18px;
  border-left: 1px solid rgba(0,229,255,.28);
}

.documentary-caption span,
.archive-note span {
  color: rgba(0,229,255,.8);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.documentary-caption b {
  display: block;
  margin-top: 10px;
  color: rgba(247,251,252,.82);
  font-size: clamp(18px, 1.6vw, 26px);
  line-height: 1.14;
}

.investigation-ledger {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(0,229,255,.18);
  border-bottom: 1px solid rgba(0,229,255,.1);
}

.investigation-ledger span {
  display: flex;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0,229,255,.08);
  color: rgba(247,251,252,.62);
  font-size: 14px;
  line-height: 1.35;
}

.investigation-ledger span:last-child {
  border-bottom: 0;
}

.investigation-ledger b {
  min-width: 72px;
  color: rgba(0,229,255,.78);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.engineering-timeline {
  isolation: isolate;
  padding-top: 34px;
}

.blueprint-thread {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 230px;
  z-index: -1;
  overflow: visible;
}

.blueprint-thread path {
  fill: none;
  stroke: rgba(8,121,138,.36);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 1320;
  stroke-dashoffset: 1320;
}

.chapter-engineering.is-current .blueprint-thread path,
.engineering-timeline:focus-within .blueprint-thread path {
  animation: documentaryBlueprint 2.2s cubic-bezier(.22,1,.36,1) forwards;
}

.blueprint-thread circle {
  fill: #f8fafb;
  stroke: rgba(8,121,138,.5);
  stroke-width: 1.4;
}

.verification-docket {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 42px;
  border: 1px solid rgba(0,229,255,.16);
  border-left: 0;
  border-right: 0;
}

.verification-docket span {
  min-height: 74px;
  display: grid;
  place-items: center start;
  padding: 0 22px;
  border-right: 1px solid rgba(0,229,255,.11);
  color: rgba(247,251,252,.66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.verification-docket span:last-child {
  border-right: 0;
  color: rgba(0,229,255,.86);
}

.verification-docket.visible span {
  animation: evidenceVerify 900ms cubic-bezier(.22,1,.36,1) both;
}

.verification-docket.visible span:nth-child(2) { animation-delay: 120ms; }
.verification-docket.visible span:nth-child(3) { animation-delay: 240ms; }

.archive-note {
  max-width: 780px;
  margin-top: clamp(46px, 6vw, 82px);
  padding-top: 24px;
  border-top: 1px solid rgba(9,17,26,.14);
}

.archive-note p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(9,17,26,.68);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.5;
}

.handover-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(1100px, 100%);
  border-top: 1px solid rgba(0,229,255,.2);
  border-bottom: 1px solid rgba(0,229,255,.12);
}

.handover-panel span {
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 0 22px;
  border-right: 1px solid rgba(0,229,255,.1);
  color: rgba(247,251,252,.64);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.handover-panel span:last-child {
  border-right: 0;
  color: rgba(0,229,255,.84);
}

.chapter-arrival.is-current .workspace-node circle,
.chapter-arrival.is-current .workspace-core rect,
.chapter-problem.is-current .bottleneck-map circle,
.chapter-build.is-current .system-destination {
  filter: drop-shadow(0 0 20px rgba(0,229,255,.22));
}

@keyframes documentaryBlueprint {
  to { stroke-dashoffset: 0; }
}

@keyframes evidenceVerify {
  from { opacity: .22; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) {
  .documentary-spine {
    display: none;
  }

  .verification-docket,
  .handover-panel {
    grid-template-columns: 1fr;
  }

  .verification-docket span,
  .handover-panel span {
    border-right: 0;
    border-bottom: 1px solid rgba(0,229,255,.1);
  }

  .verification-docket span:last-child,
  .handover-panel span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .field-note-strip {
    grid-template-columns: 1fr 1fr;
  }

  .field-note-strip span {
    min-height: 54px;
  }

  .documentary-caption {
    display: none;
  }

  .investigation-ledger span {
    display: grid;
    gap: 6px;
  }

  .blueprint-thread {
    display: none;
  }

  .handover-panel span {
    min-height: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spine-progress,
  .blueprint-thread path,
  .verification-docket.visible span {
    animation: none !important;
    transition: none !important;
  }

  .blueprint-thread path {
    stroke-dashoffset: 0;
  }
}

/* Scene 01 v1: Engineering Documentary arrival investigation. */
.chapter-arrival {
  min-height: 100svh;
  padding-top: clamp(26px, 4vw, 56px);
  padding-bottom: clamp(34px, 5vw, 64px);
}

.chapter-arrival .investigation-opening {
  position: relative;
  min-height: calc(100svh - 120px);
  display: block;
  perspective: 1400px;
}

.chapter-arrival .investigation-opening::before {
  display: none;
}

.chapter-arrival .arrival-workspace {
  position: absolute;
  inset: 0 calc(50% - 50vw) auto;
  width: 100vw;
  height: 100%;
  min-height: 560px;
  transform:
    rotateX(calc(var(--arrival-y, 0px) * -.012))
    rotateY(calc(var(--arrival-x, 0px) * .012))
    translate3d(calc(var(--arrival-x, 0px) * .12), calc(var(--arrival-y, 0px) * .12), 0);
  transform-style: preserve-3d;
  transition: transform 520ms cubic-bezier(.22,1,.36,1);
}

.chapter-arrival .investigation-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.investigation-grid path {
  fill: none;
  stroke: rgba(0,229,255,.045);
  stroke-width: 1;
}

.topology-fragments path,
.topology-intent path {
  fill: none;
  stroke-linecap: round;
}

.topology-fragments path {
  stroke: rgba(196,236,242,.18);
  stroke-width: 1.4;
  stroke-dasharray: 12 18;
  animation: topologyNoise 9s linear infinite;
}

.topology-intent path {
  stroke: url(#investigationSignal);
  stroke-width: 1.8;
  stroke-dasharray: 980;
  stroke-dashoffset: 980;
  opacity: .78;
  animation: topologyTrace 2.8s cubic-bezier(.22,1,.36,1) .8s forwards;
}

.topology-intent .delay {
  animation-delay: 1.35s;
}

.business-node {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: investigationNodeIn 780ms cubic-bezier(.22,1,.36,1) forwards;
}

.business-node circle {
  fill: rgba(4,9,14,.76);
  stroke: rgba(0,229,255,.32);
  stroke-width: 1.25;
}

.business-node text {
  fill: rgba(247,251,252,.82);
  font-size: 15px;
  font-weight: 900;
  text-anchor: middle;
}

.business-node text + text {
  fill: rgba(196,236,242,.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.node-core {
  animation-delay: .55s;
}

.node-core circle {
  fill: rgba(5,12,18,.84);
  stroke: rgba(0,229,255,.5);
}

.node-sales { animation-delay: .75s; }
.node-approval { animation-delay: .95s; }
.node-ops { animation-delay: 1.15s; }
.node-finance { animation-delay: 1.35s; }
.node-support { animation-delay: 1.55s; }
.node-inventory { animation-delay: 1.75s; }
.node-leadership { animation-delay: 1.95s; }

.signal {
  fill: rgba(0,229,255,.92);
  opacity: 0;
  filter: drop-shadow(0 0 14px rgba(0,229,255,.54));
}

.signal-one {
  animation: signalTravelOne 7.4s cubic-bezier(.22,1,.36,1) 2.4s infinite;
}

.signal-two {
  animation: signalTravelTwo 8.2s cubic-bezier(.22,1,.36,1) 3.1s infinite;
}

.signal-three {
  animation: signalTravelThree 9s cubic-bezier(.22,1,.36,1) 3.7s infinite;
}

.investigation-markers path {
  stroke: rgba(0,229,255,.3);
  stroke-width: 1;
}

.investigation-markers text {
  fill: rgba(196,236,242,.46);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.chapter-arrival .arrival-copy {
  position: absolute;
  left: 0;
  bottom: clamp(26px, 4vw, 54px);
  z-index: 3;
  width: min(660px, 52vw);
  padding-top: 0;
}

.chapter-arrival .arrival-copy h1 {
  max-width: 10.5ch;
  font-size: clamp(56px, 6.2vw, 108px);
  line-height: .9;
}

.chapter-arrival .arrival-copy .lead {
  max-width: 620px;
  margin-top: 26px;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.55;
}

.arrival-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 12px;
  color: rgba(196,236,242,.56);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.arrival-trust span {
  display: inline-flex;
  align-items: center;
}

.arrival-trust span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(0,229,255,.6);
  box-shadow: 0 0 14px rgba(0,229,255,.28);
}

.chapter-arrival .scroll-cue {
  left: auto;
  right: clamp(28px, 5vw, 80px);
  bottom: clamp(28px, 5vw, 70px);
}

@keyframes topologyTrace {
  to { stroke-dashoffset: 360; }
}

@keyframes topologyNoise {
  to { stroke-dashoffset: -140; }
}

@keyframes investigationNodeIn {
  from { opacity: 0; transform: scale(.82); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes signalTravelOne {
  0%, 100% { opacity: 0; transform: translate(230px, 268px); }
  18% { opacity: .9; }
  54% { opacity: .9; transform: translate(720px, 410px); }
  84% { opacity: .22; transform: translate(1212px, 312px); }
}

@keyframes signalTravelTwo {
  0%, 100% { opacity: 0; transform: translate(330px, 548px); }
  20% { opacity: .82; }
  58% { opacity: .82; transform: translate(720px, 410px); }
  86% { opacity: .18; transform: translate(1188px, 548px); }
}

@keyframes signalTravelThree {
  0%, 100% { opacity: 0; transform: translate(480px, 315px); }
  18% { opacity: .7; }
  52% { opacity: .7; transform: translate(720px, 410px); }
  82% { opacity: .16; transform: translate(806px, 454px); }
}

@media (max-width: 1180px) {
  .chapter-arrival .arrival-workspace {
    min-height: 560px;
  }

  .chapter-arrival .arrival-copy {
    width: min(760px, 78vw);
  }
}

@media (max-width: 720px) {
  .chapter-arrival .investigation-opening {
    min-height: calc(100svh - 92px);
  }

  .chapter-arrival .arrival-workspace {
    inset: 82px -190px auto -210px;
    width: 980px;
    height: 520px;
    min-height: 520px;
    opacity: .72;
    transform: none;
  }

  .investigation-markers,
  .node-support,
  .node-leadership {
    display: none;
  }

  .business-node text {
    font-size: 13px;
  }

  .business-node text + text {
    font-size: 9px;
  }

  .chapter-arrival .arrival-copy {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding-top: 390px;
  }

  .chapter-arrival .arrival-copy h1 {
    max-width: 9ch;
    font-size: clamp(54px, 15.6vw, 76px);
  }

  .chapter-arrival .arrival-copy .lead {
    max-width: 96%;
    font-size: 17px;
  }

  .arrival-trust {
    display: grid;
    gap: 10px;
    font-size: 9px;
  }

  .chapter-arrival .scroll-cue {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .topology-fragments path,
  .topology-intent path,
  .business-node,
  .signal {
    animation: none !important;
  }

  .topology-intent path {
    stroke-dashoffset: 360;
  }

  .business-node {
    opacity: 1;
    transform: none;
  }

  .signal {
    opacity: .38;
  }
}

/* Business Diagnosis Room homepage. */
.diagnosis-room {
  --room-graphite: #05070b;
  --room-surface: #0b1118;
  --room-ink: #f7fbfc;
  --room-muted: rgba(247,251,252,.64);
  --room-dark: #09111a;
  --room-cyan: #00E5FF;
  background: var(--room-graphite);
  color: var(--room-ink);
  overflow: hidden;
}

.diagnosis-scene {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  padding: clamp(110px, 12vw, 190px) 0;
  overflow: hidden;
}

.diagnosis-scene > * {
  width: min(1440px, calc(100% - clamp(32px, 7vw, 124px)));
  margin-inline: auto;
}

.diagnosis-room .eyebrow {
  color: rgba(0,229,255,.82);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.diagnosis-room h1,
.diagnosis-room h2 {
  margin: 0;
  color: var(--room-ink);
  letter-spacing: 0;
  text-wrap: balance;
}

.diagnosis-room h1 {
  max-width: 10ch;
  font-size: clamp(72px, 10vw, 164px);
  line-height: .86;
}

.diagnosis-room h2 {
  max-width: 12ch;
  font-size: clamp(46px, 6.3vw, 112px);
  line-height: .92;
}

.diagnosis-room p {
  color: var(--room-muted);
  line-height: 1.62;
}

.home-operating-hero.diagnosis-scene {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 4vw, 58px);
  align-items: start;
  width: min(1540px, calc(100% - clamp(24px, 4vw, 64px)));
  margin-inline: auto;
  padding-top: clamp(112px, 9vw, 150px);
  padding-bottom: clamp(34px, 5vw, 70px);
  background:
    radial-gradient(circle at 50% 22%, rgba(0,229,255,.12), transparent 26%),
    linear-gradient(90deg, rgba(0,229,255,.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.03) 1px, transparent 1px),
    #05070b;
  background-size: auto, 118px 118px, 118px 118px, auto;
}

.home-operating-hero.diagnosis-scene > * {
  width: auto;
  margin: 0;
}

.home-operating-hero.diagnosis-scene > .home-hero-copy {
  width: 100%;
  margin-inline: auto;
}

.home-operating-hero.diagnosis-scene > .home-architect-canvas {
  width: 100%;
}

.home-operating-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 34%, rgba(0,229,255,.13), transparent 18%),
    linear-gradient(180deg, transparent 78%, #05070b 100%);
  opacity: .64;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin-inline: auto;
  text-align: center;
}

.home-hero-copy > * {
  opacity: 0;
  transform: translateY(18px);
  animation: homeHeroElementIn 620ms cubic-bezier(.22,1,.36,1) forwards;
}

.home-hero-copy .eyebrow { animation-delay: 1000ms; }
.home-hero-copy h1 { animation-delay: 1080ms; }
.home-hero-copy .lead { animation-delay: 2100ms; }
.home-hero-actions { animation-delay: 3000ms; }
.home-hero-trust { animation-delay: 3400ms; }

.home-operating-hero h1 {
  max-width: 1120px;
  margin-inline: auto;
  font-size: clamp(54px, 6.2vw, 104px);
  line-height: .96;
  letter-spacing: 0;
}

.home-operating-hero h1 span {
  color: var(--room-cyan);
}

.home-operating-hero .lead {
  max-width: 840px;
  margin: 24px auto 0;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.5;
}

.home-operating-hero .lead span {
  color: var(--room-cyan);
}

.home-hero-actions {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.home-hero-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 30px auto 0;
}

.home-hero-trust div {
  min-width: 240px;
  padding: 0 34px;
  border-left: 1px solid rgba(196,236,242,.16);
}

.home-hero-trust div:first-child {
  border-left: 0;
}

.home-hero-trust dt {
  color: rgba(247,251,252,.82);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.home-hero-trust dd {
  margin: 4px 0 0;
  color: rgba(247,251,252,.52);
  font-size: 13px;
  line-height: 1.35;
}

.home-architect-canvas {
  position: relative;
  z-index: 1;
  min-height: 0;
  width: 100%;
  transform: translate3d(calc(var(--home-hero-x, 0px) * .12), calc(var(--home-hero-y, 0px) * .12), 0);
  animation: homeCanvasWake 780ms cubic-bezier(.22,1,.36,1) 4200ms both;
  will-change: transform;
}

.diagnosis-enter {
  min-height: 140svh;
  display: grid;
  align-items: start;
  padding-top: clamp(150px, 16vw, 230px);
  background:
    radial-gradient(circle at 52% 38%, rgba(0,229,255,.14), transparent 34%),
    linear-gradient(90deg, rgba(0,229,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.026) 1px, transparent 1px),
    #05070b;
  background-size: auto, 118px 118px, 118px 118px, auto;
}

.diagnosis-enter::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 50% 34%, rgba(0,229,255,.2), transparent 18%);
  opacity: 0;
  animation: awakeningLight 12s cubic-bezier(.19,1,.22,1) forwards;
}

.diagnosis-table {
  position: relative;
  z-index: 2;
  max-width: 820px;
  opacity: 0;
  transform: translateY(12px);
  animation: diagnosisTextArrives 1.1s cubic-bezier(.22,.61,.36,1) 9s forwards;
}

.diagnosis-table .eyebrow {
  animation-delay: 9s;
}

.diagnosis-table .lead {
  opacity: 0;
  animation: diagnosisTextArrives .9s cubic-bezier(.22,.61,.36,1) 10s forwards;
}

.diagnosis-table .button {
  opacity: 0;
  animation: diagnosisTextArrives .8s cubic-bezier(.22,.61,.36,1) 11s forwards;
}

.diagnosis-table .lead {
  max-width: 600px;
  margin-top: 28px;
  font-size: clamp(18px, 1.6vw, 24px);
}

.diagnosis-table .button {
  margin-top: 26px;
}

.room-system {
  position: absolute;
  inset: 8% calc(50% - 50vw) auto;
  width: 100vw;
  height: 82svh;
  min-height: 680px;
  z-index: -1;
}

.room-grid path {
  fill: none;
  stroke: rgba(0,229,255,.045);
  stroke-width: 1;
  opacity: .2;
  animation: awakeningGrid 12s cubic-bezier(.19,1,.22,1) forwards;
}

.room-departments text {
  fill: rgba(247,251,252,.66);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  animation: departmentReveal 1s cubic-bezier(.22,.61,.36,1) forwards;
}

.room-departments text:nth-child(1) { animation-delay: 3s; }
.room-departments text:nth-child(2) { animation-delay: 3.12s; }
.room-departments text:nth-child(3) { animation-delay: 3.24s; }
.room-departments text:nth-child(4) { animation-delay: 3.36s; }
.room-departments text:nth-child(5) { animation-delay: 3.48s; }

.room-departments,
.room-fragments,
.room-nodes {
  animation: awakeningDisconnect 12s cubic-bezier(.19,1,.22,1) forwards;
}

.room-fragments path {
  fill: none;
  stroke: rgba(196,236,242,.18);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 12 18;
  opacity: 0;
  animation:
    architectureAppears 12s cubic-bezier(.19,1,.22,1) forwards,
    roomFragmentDrift 9s linear infinite;
}

.room-nodes circle {
  fill: rgba(5,7,11,.72);
  stroke: rgba(0,229,255,.32);
  stroke-width: 1.5;
  opacity: 0;
  animation:
    nodeAwakening 12s cubic-bezier(.19,1,.22,1) forwards,
    roomNodeWake 4.8s cubic-bezier(.22,1,.36,1) 12s infinite alternate;
}

.room-signal {
  fill: var(--room-cyan);
  opacity: 0;
  filter: drop-shadow(0 0 12px rgba(0,229,255,.46));
}

.signal-a { animation: roomSignalA 8s cubic-bezier(.22,1,.36,1) 4s infinite; }
.signal-b { animation: roomSignalB 9s cubic-bezier(.22,1,.36,1) 5s infinite; }
.signal-c { animation: roomSignalC 10s cubic-bezier(.22,1,.36,1) 6.2s infinite; }

.diagnosis-friction {
  min-height: 125svh;
  background:
    radial-gradient(circle at 72% 24%, rgba(0,229,255,.1), transparent 28%),
    linear-gradient(90deg, rgba(0,229,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.022) 1px, transparent 1px),
    linear-gradient(180deg, #0b1118, #05070b);
  background-size: auto, 96px 96px, 96px 96px, auto;
}

.diagnosis-question {
  max-width: 1060px;
}

.diagnosis-question p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(18px, 1.5vw, 23px);
}

.friction-diagnosis {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(360px, .54fr);
  gap: clamp(40px, 7vw, 118px);
  align-items: start;
  margin-top: clamp(58px, 8vw, 112px);
  position: relative;
}

.friction-diagnosis::before {
  content: "";
  position: absolute;
  inset: -36px -26px auto 44%;
  height: min(58vw, 760px);
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,229,255,.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 34%, black, transparent 72%);
  opacity: .7;
}

.friction-board {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  margin-top: 0;
  border-top: 0;
  counter-reset: friction;
}

.friction-choice {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 0 0 clamp(18px, 2.2vw, 30px) clamp(38px, 5vw, 78px);
  border: 0;
  border-bottom: 1px solid rgba(0,229,255,.09);
  background: transparent;
  color: var(--room-ink);
  text-align: left;
  cursor: pointer;
  opacity: 0;
  transform: translateY(22px);
  counter-increment: friction;
  transition:
    opacity 500ms ease,
    transform 500ms ease,
    filter 350ms ease,
    color 250ms ease,
    padding-left 350ms cubic-bezier(.22,.61,.36,1);
}

.friction-choice::before {
  content: "0" counter(friction);
  position: absolute;
  left: 0;
  top: .28em;
  color: rgba(0,229,255,.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.friction-choice::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 34px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(rgba(0,229,255,.32), transparent);
  transform: scaleY(.24);
  transform-origin: top;
  opacity: 0;
  transition: opacity 350ms ease, transform 500ms cubic-bezier(.22,.61,.36,1);
}

.diagnosis-friction.is-in-view .friction-choice.is-unveiled {
  opacity: .52;
  transform: translateY(0);
}

.diagnosis-friction.is-in-view .friction-choice.is-active,
.diagnosis-friction.is-in-view .friction-choice:hover,
.diagnosis-friction.is-in-view .friction-choice:focus-visible {
  opacity: 1;
}

.diagnosis-friction.is-in-view .friction-choice.is-active {
  padding-left: clamp(48px, 6vw, 96px);
}

.friction-choice span {
  font-size: clamp(34px, 5.8vw, 92px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: 0;
}

.friction-choice small {
  max-width: 620px;
  color: rgba(247,251,252,.5);
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.5;
}

.friction-choice.is-active span {
  color: var(--room-cyan);
}

.friction-choice.is-active small {
  color: rgba(247,251,252,.72);
}

.friction-choice.is-active::after,
.friction-choice.is-preview::after,
.friction-choice:hover::after,
.friction-choice:focus-visible::after {
  opacity: 1;
  transform: scaleY(1);
}

.friction-choice.is-preview span {
  color: rgba(247,251,252,.92);
}

.friction-choice.is-preview small {
  color: rgba(247,251,252,.72);
}

.friction-board:has(.friction-choice:hover) .friction-choice:not(:hover),
.friction-board:has(.friction-choice:focus-visible) .friction-choice:not(:focus-visible),
.friction-board:has(.friction-choice.is-preview) .friction-choice:not(.is-preview):not(.is-active) {
  opacity: .2;
  filter: grayscale(.24);
}

.diagnosis-readout {
  position: sticky;
  top: clamp(118px, 14vh, 168px);
  min-height: 440px;
  padding: clamp(26px, 4vw, 46px) 0 0;
  border-top: 1px solid rgba(0,229,255,.2);
}

.diagnosis-readout::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 64px;
  height: 1px;
  background: rgba(0,229,255,.86);
  box-shadow: 0 0 18px rgba(0,229,255,.22);
}

.readout-label {
  margin: 0 0 22px;
  color: rgba(0,229,255,.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.readout-insight {
  max-width: 520px;
  min-height: 150px;
  margin-bottom: clamp(28px, 4vw, 46px);
  color: rgba(247,251,252,.74);
  font-size: clamp(20px, 2vw, 32px);
  line-height: 1.28;
  text-wrap: balance;
  transition: opacity 300ms ease, transform 300ms ease;
}

.diagnosis-readout.is-changing .readout-insight,
.diagnosis-readout.is-changing .readout-path,
.diagnosis-readout.is-changing .engineering-hint,
.diagnosis-readout.is-changing .investigation-notes {
  opacity: .24;
  transform: translateY(8px);
}

.friction-path {
  width: 100%;
  height: auto;
  overflow: visible;
  margin-bottom: 14px;
}

.friction-path-base,
.friction-path-active {
  fill: none;
  stroke-linecap: round;
}

.friction-path-base {
  stroke: rgba(247,251,252,.12);
  stroke-width: 1.4;
  transition: d 500ms ease, opacity 400ms ease;
}

.friction-path-active {
  stroke: rgba(0,229,255,.76);
  stroke-width: 2;
  stroke-dasharray: 760;
  stroke-dashoffset: 760;
  filter: drop-shadow(0 0 10px rgba(0,229,255,.2));
  transition: d 500ms ease;
}

.diagnosis-readout.is-drawing .friction-path-active {
  animation: frictionPathDraw 1100ms cubic-bezier(.22,.61,.36,1) forwards;
}

.friction-path-nodes circle {
  fill: #05070b;
  stroke: rgba(0,229,255,.62);
  stroke-width: 1.6;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 350ms ease, stroke 350ms ease;
}

.diagnosis-readout.is-drawing .friction-path-nodes circle {
  transform: scale(1.22);
  stroke: rgba(0,229,255,.92);
}

.investigation-notes {
  display: grid;
  gap: 12px;
  margin: 18px 0 24px;
  transition: opacity 350ms ease, transform 350ms ease;
}

.investigation-notes div {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid rgba(247,251,252,.08);
  opacity: .74;
  transform: translateY(0);
  transition: opacity 380ms ease, transform 380ms ease;
}

.investigation-notes dt {
  color: rgba(0,229,255,.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.investigation-notes dd {
  margin: 0;
  color: rgba(247,251,252,.68);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.45;
}

.diagnosis-readout.is-changing .investigation-notes div {
  opacity: .16;
  transform: translateY(8px);
}

.diagnosis-readout.is-drawing .investigation-notes div:nth-child(1) {
  transition-delay: 120ms;
}

.diagnosis-readout.is-drawing .investigation-notes div:nth-child(2) {
  transition-delay: 220ms;
}

.diagnosis-readout.is-drawing .investigation-notes div:nth-child(3) {
  transition-delay: 320ms;
}

.readout-path {
  color: rgba(247,251,252,.58);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 800;
  letter-spacing: .02em;
}

.engineering-hint {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(0,229,255,.72);
  font-size: 15px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease, transform 350ms ease;
}

.engineering-hint span {
  color: rgba(247,251,252,.72);
}

.diagnosis-thinking {
  min-height: 430svh;
  background:
    radial-gradient(circle at 76% 12%, rgba(0,229,255,.08), transparent 30%),
    linear-gradient(180deg, #f8fafb, #eef3f5);
  color: var(--room-dark);
}

.diagnosis-thinking > * {
  position: sticky;
  top: clamp(84px, 10vh, 124px);
}

.diagnosis-thinking h2,
.diagnosis-thinking h3,
.diagnosis-thinking p {
  color: var(--room-dark);
}

.translation-engine {
  position: relative;
  min-height: calc(100svh - 150px);
  display: grid;
  align-content: start;
}

.translation-engine > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(9,17,26,.68);
  font-size: clamp(18px, 1.55vw, 24px);
}

.translation-room {
  position: relative;
  min-height: clamp(440px, 58svh, 680px);
  display: grid;
  place-items: center;
  margin-top: clamp(34px, 5vw, 72px);
  overflow: hidden;
}

.translation-mark {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(980px, 92vw);
  transform: translate(-50%, -50%);
  opacity: .72;
  overflow: visible;
}

.translation-field,
.translation-active,
.translation-cross {
  fill: none;
  stroke-linecap: round;
}

.translation-field {
  stroke: rgba(9,17,26,.1);
  stroke-width: 1.4;
}

.translation-active {
  stroke: rgba(8,121,138,.62);
  stroke-width: 2;
  stroke-dasharray: 980;
  stroke-dashoffset: var(--translation-offset, 735);
  transition: stroke-dashoffset 700ms cubic-bezier(.22,.61,.36,1);
}

.translation-core {
  fill: rgba(248,250,251,.54);
  stroke: rgba(8,121,138,.18);
  stroke-width: 1.3;
}

.translation-pulse {
  fill: rgba(8,121,138,.14);
  stroke: rgba(8,121,138,.38);
  stroke-width: 1.4;
  transform-origin: center;
  transition: transform 700ms cubic-bezier(.19,1,.22,1), opacity 700ms ease;
}

.translation-cross {
  stroke: rgba(8,121,138,.16);
  stroke-width: 1.2;
}

.translation-stage {
  grid-area: 1 / 1;
  width: min(900px, 100%);
  text-align: center;
  opacity: 0;
  transform: translateY(26px) scale(.985);
  pointer-events: none;
  transition:
    opacity 700ms cubic-bezier(.22,.61,.36,1),
    transform 900ms cubic-bezier(.19,1,.22,1);
}

.translation-label {
  margin-bottom: 18px;
  color: #08798a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.translation-stage > p:last-child {
  max-width: 860px;
  margin-inline: auto;
  color: rgba(9,17,26,.76);
  font-size: clamp(36px, 6vw, 92px);
  font-weight: 900;
  line-height: .98;
  text-wrap: balance;
}

.diagnosis-thinking[data-translation-step="0"] .translation-stage[data-translation-stage="0"],
.diagnosis-thinking[data-translation-step="1"] .translation-stage[data-translation-stage="1"],
.diagnosis-thinking[data-translation-step="2"] .translation-stage[data-translation-stage="2"],
.diagnosis-thinking[data-translation-step="3"] .translation-stage[data-translation-stage="3"],
.diagnosis-thinking:not([data-translation-step]) .translation-stage.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.diagnosis-thinking[data-translation-step="1"] .translation-pulse,
.diagnosis-thinking[data-translation-step="2"] .translation-pulse,
.diagnosis-thinking[data-translation-step="3"] .translation-pulse {
  transform: scale(1.8);
  opacity: .34;
}

.translation-service-thread {
  max-width: 920px;
  margin-top: clamp(24px, 4vw, 48px);
  padding-top: 24px;
  border-top: 1px solid rgba(9,17,26,.12);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.diagnosis-thinking[data-translation-step="3"] .translation-service-thread {
  opacity: 1;
  transform: translateY(0);
}

.translation-service-thread h3 {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.05;
}

.translation-service-thread p {
  display: none;
  max-width: 720px;
  color: rgba(9,17,26,.68);
  font-size: clamp(18px, 1.5vw, 23px);
}

.translation-service-thread p.is-active {
  display: block;
}

.translation-service-thread a {
  color: #08798a;
  font-weight: 900;
}

.diagnosis-live {
  min-height: 180svh;
  background:
    radial-gradient(circle at 50% 56%, rgba(0,229,255,.12), transparent 34%),
    linear-gradient(180deg, #071018, #05070b);
}

.diagnosis-live > * {
  position: sticky;
  top: clamp(98px, 12vh, 150px);
}

.live-statement {
  max-width: 1000px;
}

.living-system {
  width: min(1260px, calc(100% - clamp(32px, 8vw, 160px)));
  margin-top: clamp(42px, 7vw, 92px);
  display: block;
  overflow: visible;
}

.life-path {
  fill: none;
  stroke: rgba(0,229,255,.56);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: none;
  transition: stroke-dashoffset 900ms cubic-bezier(.22,1,.36,1), opacity 500ms ease, stroke 500ms ease;
}

.life-path.life-b {
  stroke: rgba(196,236,242,.2);
  opacity: .3;
}

.life-node circle {
  fill: rgba(5,9,14,.88);
  stroke: rgba(0,229,255,.34);
  stroke-width: 1.5;
  transition: fill 500ms ease, stroke 500ms ease, opacity 500ms ease, transform 500ms ease;
  transform-box: fill-box;
  transform-origin: center;
}

.life-node text,
.life-checks text {
  fill: rgba(247,251,252,.78);
  font-size: 18px;
  font-weight: 900;
  text-anchor: middle;
}

.life-checks text {
  fill: rgba(0,229,255,.72);
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 500ms ease;
}

.life-status {
  fill: rgba(0,229,255,.86);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .18em;
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
}

.diagnosis-live[data-transform-step="1"] .life-path.life-a,
.diagnosis-live[data-transform-step="2"] .life-path.life-a,
.diagnosis-live[data-transform-step="3"] .life-path.life-a {
  stroke-dashoffset: 820;
}

.diagnosis-live[data-transform-step="2"] .life-path.life-a,
.diagnosis-live[data-transform-step="3"] .life-path.life-a,
.diagnosis-live[data-transform-step="4"] .life-path.life-a,
.diagnosis-live[data-transform-step="5"] .life-path.life-a {
  stroke-dashoffset: 0;
}

.diagnosis-live[data-transform-step="3"] .life-path.life-b,
.diagnosis-live[data-transform-step="4"] .life-path.life-b,
.diagnosis-live[data-transform-step="5"] .life-path.life-b {
  stroke-dashoffset: 0;
  opacity: 1;
}

.diagnosis-live[data-transform-step="1"] .life-node:nth-of-type(-n+2) circle,
.diagnosis-live[data-transform-step="2"] .life-node:nth-of-type(-n+4) circle,
.diagnosis-live[data-transform-step="3"] .life-node circle,
.diagnosis-live[data-transform-step="4"] .life-node circle,
.diagnosis-live[data-transform-step="5"] .life-node circle {
  fill: rgba(8,28,36,.96);
  stroke: rgba(0,229,255,.72);
  transform: scale(1.04);
}

.diagnosis-live[data-transform-step="4"] .life-checks text,
.diagnosis-live[data-transform-step="5"] .life-checks text,
.diagnosis-live[data-transform-step="5"] .life-status {
  opacity: 1;
}

.diagnosis-proof {
  background: linear-gradient(180deg, #f7f8fa, #edf2f4);
  color: var(--room-dark);
  perspective: 1200px;
}

.diagnosis-proof h2,
.diagnosis-proof p {
  color: var(--room-dark);
}

.evidence-heading {
  max-width: 900px;
}

.evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .48fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  margin-top: clamp(48px, 7vw, 96px);
  transform-origin: 50% 0;
  transition: transform 900ms cubic-bezier(.19,1,.22,1), opacity 700ms ease;
}

.diagnosis-proof:not(.is-in-view) .evidence-layout {
  opacity: .18;
  transform: rotateX(8deg) translateY(24px);
}

.evidence-photo {
  grid-row: span 2;
  margin: 0;
  overflow: hidden;
}

.evidence-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(.28) contrast(1.05);
  transform: scale(1.045);
  transition: transform 1800ms cubic-bezier(.19,1,.22,1), filter 900ms ease;
}

.diagnosis-proof.is-in-view .evidence-photo img {
  transform: scale(1);
  filter: grayscale(.12) contrast(1.05);
}

.evidence-ledger {
  border-top: 1px solid rgba(9,17,26,.14);
}

.evidence-ledger p {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(9,17,26,.1);
}

.evidence-ledger b {
  color: #08798a;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .9;
}

.evidence-ledger span,
.evidence-quote p,
.evidence-links a {
  color: rgba(9,17,26,.66);
}

.evidence-quote {
  margin: 0;
  padding-left: 28px;
  border-left: 1px solid rgba(9,17,26,.16);
}

.evidence-quote p {
  margin: 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.16;
}

.evidence-quote cite {
  display: block;
  margin-top: 18px;
  color: rgba(9,17,26,.5);
  font-style: normal;
}

.evidence-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: clamp(46px, 7vw, 90px);
  border-top: 1px solid rgba(9,17,26,.12);
  padding-top: 24px;
}

.evidence-links a {
  text-decoration: none;
  font-weight: 900;
}

.diagnosis-build {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 50% 65%, rgba(0,229,255,.15), transparent 36%),
    linear-gradient(180deg, #0b1118, #030508);
}

.diagnosis-build::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, rgba(0,229,255,.28), transparent),
    radial-gradient(circle at 50% 56%, rgba(0,229,255,.14), transparent 24%);
  opacity: 0;
  transform: scaleX(.12);
  transition: opacity 1200ms cubic-bezier(.19,1,.22,1), transform 1200ms cubic-bezier(.19,1,.22,1);
}

.diagnosis-build.is-in-view::before {
  opacity: 1;
  transform: scaleX(1);
}

.ready-mark {
  position: absolute;
  inset: 12% 0 auto;
  width: 100%;
  color: rgba(0,229,255,.08);
  font-size: clamp(100px, 22vw, 330px);
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
  line-height: .8;
}

.build-message {
  position: relative;
  z-index: 2;
  max-width: 940px;
}

.build-status-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  max-width: 740px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: rgba(247,251,252,.44);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.build-status-steps li {
  transition: color 300ms ease, opacity 300ms ease;
}

.build-status-steps li.is-active,
.build-status-steps li.is-complete {
  color: rgba(0,229,255,.9);
}

.build-message p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(18px, 1.55vw, 24px);
}

.build-message .button {
  margin-top: 26px;
}

.diagnosis-build .faq-thread {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin-top: clamp(54px, 8vw, 110px);
}

.diagnosis-build .faq-thread h2 {
  font-size: clamp(26px, 3vw, 44px);
}

@keyframes roomFragmentDrift {
  to { stroke-dashoffset: -180; }
}

@keyframes awakeningLight {
  0%, 5% { opacity: 0; }
  16%, 62% { opacity: 1; }
  67%, 73% { opacity: .05; }
  100% { opacity: .62; }
}

@keyframes awakeningGrid {
  0%, 8% { opacity: .08; }
  18%, 62% { opacity: 1; stroke: rgba(0,229,255,.075); }
  66%, 73% { opacity: .12; }
  100% { opacity: .72; stroke: rgba(0,229,255,.052); }
}

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

@keyframes architectureAppears {
  0%, 30% { opacity: 0; }
  46%, 62% { opacity: 1; }
  67%, 73% { opacity: .06; }
  100% { opacity: .54; }
}

@keyframes nodeAwakening {
  0%, 10% { opacity: 0; }
  30%, 62% { opacity: .88; }
  67%, 73% { opacity: .12; }
  100% { opacity: .68; }
}

@keyframes awakeningDisconnect {
  0%, 64% { filter: none; }
  68%, 73% { filter: grayscale(1) brightness(.36); }
  100% { filter: none; }
}

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

@keyframes frictionPathDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes roomNodeWake {
  from { opacity: .48; }
  to { opacity: .9; }
}

@keyframes roomSignalA {
  0%, 100% { opacity: 0; transform: translate(230px, 320px); }
  18%, 54% { opacity: .84; }
  72% { opacity: .18; transform: translate(720px, 438px); }
}

@keyframes roomSignalB {
  0%, 100% { opacity: 0; transform: translate(282px, 648px); }
  18%, 58% { opacity: .7; }
  82% { opacity: .18; transform: translate(656px, 602px); }
}

@keyframes roomSignalC {
  0%, 100% { opacity: 0; transform: translate(838px, 242px); }
  18%, 58% { opacity: .7; }
  82% { opacity: .18; transform: translate(1186px, 330px); }
}

@keyframes notebookDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes lifeConnect {
  to { stroke-dashoffset: 0; }
}

@media (max-width: 980px) {
  .diagnosis-scene {
    min-height: auto;
    padding: 92px 0;
  }

  .home-operating-hero.diagnosis-scene {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 56px;
    width: calc(100% - 32px);
    padding-top: 132px;
  }

  .home-operating-hero h1 {
    max-width: 900px;
  }

  .home-architect-canvas {
    min-height: 0;
    overflow-x: auto;
    padding-bottom: 14px;
    -webkit-overflow-scrolling: touch;
  }

  .diagnosis-enter {
    min-height: 118svh;
    padding-top: 132px;
  }

  .room-system {
    height: 680px;
    min-height: 560px;
    top: 12%;
  }

  .diagnosis-live {
    min-height: auto;
  }

  .diagnosis-live > * {
    position: relative;
    top: auto;
  }

  .diagnosis-thinking {
    min-height: 360svh;
  }

  .diagnosis-thinking > * {
    top: 82px;
  }

  .translation-room {
    min-height: 64svh;
  }

  .friction-choice,
  .friction-diagnosis,
  .evidence-layout {
    grid-template-columns: 1fr;
  }

  .diagnosis-friction {
    min-height: auto;
  }

  .diagnosis-readout {
    position: relative;
    top: auto;
    min-height: 0;
  }

  .living-system {
    width: calc(100% - 32px);
  }
}

@media (max-width: 640px) {
  .diagnosis-room h1 {
    font-size: clamp(62px, 18vw, 86px);
  }

  .diagnosis-room h2 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .room-system {
    width: 1000px;
    left: -390px;
    right: auto;
    opacity: .7;
  }

  .home-operating-hero.diagnosis-scene {
    width: calc(100% - 28px);
    padding-top: 118px;
    gap: 38px;
  }

  .home-operating-hero h1 {
    font-size: clamp(54px, 16vw, 76px);
  }

  .home-hero-actions {
    display: grid;
  }

  .home-hero-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .home-hero-trust div {
    min-width: 0;
    padding: 14px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(196,236,242,.14);
  }

  .friction-choice span {
    font-size: clamp(28px, 9vw, 46px);
  }

  .friction-choice {
    padding-left: 34px;
  }

  .readout-insight {
    min-height: 0;
  }

  .investigation-notes div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .translation-service-thread {
    margin-top: 18px;
  }

  .evidence-links {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-copy > *,
  .home-architect-canvas,
  .diagnosis-enter::before,
  .diagnosis-table,
  .diagnosis-table .lead,
  .diagnosis-table .button,
  .room-grid path,
  .room-departments text,
  .room-departments,
  .room-fragments,
  .room-nodes,
  .room-fragments path,
  .room-nodes circle,
  .room-signal,
  .translation-active,
  .translation-pulse,
  .translation-stage,
  .translation-service-thread,
  .life-path {
    animation: none !important;
  }

  .home-hero-copy > *,
  .home-architect-canvas {
    opacity: 1;
    transform: none;
  }

  .diagnosis-enter::before,
  .diagnosis-table,
  .diagnosis-table .lead,
  .diagnosis-table .button,
  .room-grid path,
  .room-departments text,
  .room-fragments path,
  .room-nodes circle {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .translation-active,
  .life-path {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  .translation-stage,
  .translation-service-thread {
    transform: none;
  }

  .room-signal {
    opacity: .35;
  }

  .friction-choice {
    opacity: 1;
    transform: none;
  }

  .friction-path-active {
    animation: none !important;
    stroke-dashoffset: 0;
  }

  .diagnosis-readout.is-changing .readout-insight,
  .diagnosis-readout.is-changing .readout-path,
  .diagnosis-readout.is-changing .engineering-hint,
  .diagnosis-readout.is-changing .investigation-notes {
    opacity: 1;
    transform: none;
  }

  .diagnosis-proof:not(.is-in-view) .evidence-layout,
  .evidence-photo img,
  .diagnosis-build::before {
    transform: none;
  }
}

/* Sprint 02A: static Hero structure. Composition is complete without motion or JavaScript. */
.home-operating-hero.diagnosis-scene {
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  gap: clamp(42px, 4.8vw, 68px);
  width: min(1540px, calc(100% - clamp(24px, 4vw, 64px)));
  margin-inline: auto;
  padding-top: clamp(132px, 8vw, 164px);
  padding-bottom: clamp(56px, 6vw, 82px);
}

.home-operating-hero .home-hero-copy {
  align-self: end;
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  text-align: center;
}

.home-operating-hero .home-hero-copy > *,
.home-operating-hero .home-architect-canvas {
  opacity: 1;
  transform: none;
  animation: none !important;
}

.home-operating-hero h1 {
  max-width: 1120px;
  margin-inline: auto;
  font-size: clamp(60px, 6.65vw, 112px);
  line-height: .95;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-operating-hero .lead {
  max-width: 820px;
  margin: clamp(30px, 3vw, 42px) auto 0;
  font-size: clamp(18px, 1.38vw, 22px);
  line-height: 1.45;
  text-wrap: balance;
}

.home-operating-hero .home-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: clamp(36px, 4.5vw, 58px);
}

.home-operating-hero .home-hero-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 940px;
  margin: clamp(26px, 3vw, 34px) auto 0;
}

.home-operating-hero .home-hero-trust div {
  flex: 1 1 250px;
  max-width: 310px;
  min-width: 0;
  padding: 0 clamp(18px, 2.3vw, 30px);
}

.home-operating-hero .home-hero-trust dt {
  color: rgba(247,251,252,.86);
}

.home-operating-hero .home-hero-trust dd {
  color: rgba(247,251,252,.52);
}

/* Living Glass Cards: connected business capabilities, no legacy SVG art. */
.home-operating-hero .home-architect-canvas.glass-card-stage {
  position: relative;
  width: min(1240px, 100%);
  height: clamp(500px, 40vw, 610px);
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
  perspective: 1400px;
  transform: none !important;
  --glass-bg-x: 0px;
  --glass-bg-y: 0px;
}

.glass-card-stage::before,
.glass-card-stage::after {
  content: "";
  position: absolute;
  inset: 4% 3%;
  pointer-events: none;
  z-index: 0;
}

.glass-card-stage::before {
  background:
    radial-gradient(circle at 48% 32%, rgba(247,251,252,.055), transparent 24%),
    radial-gradient(circle at 52% 48%, rgba(0,229,255,.085), transparent 36%),
    radial-gradient(circle at 72% 24%, rgba(247,251,252,.05), transparent 25%),
    linear-gradient(115deg, transparent 0 38%, rgba(0,229,255,.035) 46%, transparent 58%);
  filter: blur(.2px);
  transform: translate3d(var(--glass-bg-x), var(--glass-bg-y), 0);
  opacity: .95;
  transition: opacity 700ms cubic-bezier(.22, 1, .36, 1);
}

.glass-card-stage::after {
  background-image:
    radial-gradient(circle, rgba(196,236,242,.16) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,229,255,.11) 0 1px, transparent 1.4px);
  background-size: 122px 92px, 174px 138px;
  background-position: 18px 22px, 64px 58px;
  opacity: .18;
  mask-image: radial-gradient(circle at 50% 48%, #000 0 54%, transparent 78%);
}

.glass-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.glass-ambient span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(0,229,255,.36);
  box-shadow: 0 0 18px rgba(0,229,255,.22);
  opacity: .26;
  animation: glassDustWake 18s ease-in-out infinite alternate;
}

.glass-ambient span:nth-child(1) { left: 24%; top: 26%; animation-delay: -4s; }
.glass-ambient span:nth-child(2) { left: 58%; top: 18%; animation-delay: -9s; }
.glass-ambient span:nth-child(3) { left: 78%; top: 66%; animation-delay: -13s; }

.glass-connection-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.glass-route {
  fill: none;
  stroke: url(#glassConnectionGradient);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: .045;
  filter: drop-shadow(0 0 7px rgba(0,229,255,.08));
  transition: opacity 320ms cubic-bezier(.22, 1, .36, 1), stroke-dashoffset 680ms cubic-bezier(.22, 1, .36, 1), stroke-width 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-route.is-active-route {
  opacity: .84;
  stroke-width: 1.75;
  stroke-dashoffset: 0;
}

.glass-signal {
  fill: rgba(247,251,252,.94);
  opacity: 0;
  filter: url(#glassSignalGlow);
  transition: opacity 160ms cubic-bezier(.22, 1, .36, 1);
}

.glass-flow-event {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -16px, 0);
  transition:
    opacity 220ms cubic-bezier(.22, 1, .36, 1),
    transform 420ms cubic-bezier(.22, 1, .36, 1),
    left 320ms cubic-bezier(.22, 1, .36, 1),
    top 320ms cubic-bezier(.22, 1, .36, 1);
}

.glass-flow-event span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 7px 11px;
  border: 1px solid rgba(247,251,252,.14);
  border-radius: 999px;
  color: rgba(247,251,252,.78);
  background: rgba(5, 12, 16, .58);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.12), 0 14px 34px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.glass-flow-event span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,229,255,.72);
  box-shadow: 0 0 0 4px rgba(0,229,255,.06);
}

.glass-flow-event.is-visible {
  opacity: .96;
  transform: translate3d(-50%, -28px, 0);
}

.glass-inspector-panel {
  position: absolute;
  z-index: 10;
  width: min(248px, calc(100% - 36px));
  padding: 16px 16px 15px;
  border: 1px solid rgba(247,251,252,.16);
  color: rgba(247,251,252,.84);
  background:
    linear-gradient(145deg, rgba(247,251,252,.12), rgba(247,251,252,.035) 45%, rgba(0,229,255,.08)),
    rgba(5, 10, 15, .62);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.16),
    0 24px 62px rgba(0,0,0,.32);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  clip-path: polygon(0 14px, 14px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 12px 100%, 0 calc(100% - 12px));
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 220ms cubic-bezier(.22, 1, .36, 1),
    transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.glass-inspector-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border: 1px solid rgba(0,229,255,.07);
  clip-path: inherit;
}

.glass-inspector-panel.is-visible {
  opacity: .98;
  transform: translate3d(0, 0, 0);
}

.glass-inspector-panel p {
  margin: 0 0 12px;
  color: rgba(0,229,255,.82);
  font-size: 10px;
  font-weight: 860;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.glass-inspector-panel dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.glass-inspector-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(247,251,252,.06);
}

.glass-inspector-panel dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.glass-inspector-panel dt,
.glass-inspector-panel dd {
  margin: 0;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.25;
}

.glass-inspector-panel dt {
  color: rgba(196,236,242,.56);
}

.glass-inspector-panel dd {
  color: rgba(247,251,252,.82);
  text-align: right;
}

.glass-background-event {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  color: rgba(196,236,242,.09);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, 8px, 0);
  transition:
    opacity 420ms cubic-bezier(.22, 1, .36, 1),
    transform 900ms cubic-bezier(.22, 1, .36, 1);
}

.glass-background-event.is-visible {
  opacity: .095;
  transform: translate3d(-50%, 0, 0);
}

.glass-capability-card {
  position: absolute;
  z-index: 3;
  display: block;
  width: clamp(198px, 20vw, 252px);
  min-height: 132px;
  padding: 0;
  border: 0;
  color: rgba(247,251,252,.86);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transform: translate3d(calc(-50% + var(--magnet-x, 0px) + var(--parallax-x, 0px)), calc(-50% + var(--magnet-y, 0px) + var(--parallax-y, 0px)), 0);
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1), filter 260ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
  appearance: none;
  opacity: 1;
}

.glass-capability-card::before {
  content: "";
  position: absolute;
  inset: 6px 8px -8px;
  z-index: -1;
  background: rgba(0,0,0,.32);
  filter: blur(18px);
  opacity: .48;
  transform: translateY(10px);
  transition: opacity 260ms cubic-bezier(.22, 1, .36, 1), transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-card-inner {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  min-height: 132px;
  padding: 22px 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(247,251,252,.16);
  background:
    linear-gradient(145deg, rgba(247,251,252,.13), rgba(247,251,252,.035) 42%, rgba(0,229,255,.075)),
    rgba(5, 10, 15, .52);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.18),
    inset 0 -1px 0 rgba(0,229,255,.08),
    0 20px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(20px) saturate(128%);
  -webkit-backdrop-filter: blur(20px) saturate(128%);
  clip-path: polygon(0 18px, 18px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 14px 100%, 0 calc(100% - 14px));
  transform: translateZ(0);
  animation: glassCardFloat 8.8s cubic-bezier(.45, 0, .2, 1) infinite alternate;
  transition:
    min-height 320ms cubic-bezier(.22, 1, .36, 1),
    border-color 260ms cubic-bezier(.22, 1, .36, 1),
    background 260ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 260ms cubic-bezier(.22, 1, .36, 1),
    transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-card-inner::before,
.glass-card-inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.glass-card-inner::before {
  inset: 0;
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 35%), rgba(247,251,252,.28), transparent 25%),
    linear-gradient(112deg, transparent 0 24%, rgba(247,251,252,.13) 35%, transparent 49%);
  opacity: .42;
  mix-blend-mode: screen;
  transform: translate3d(var(--reflection-x, 0px), var(--reflection-y, 0px), 0);
  transition:
    opacity 220ms cubic-bezier(.22, 1, .36, 1),
    transform 220ms cubic-bezier(.22, 1, .36, 1),
    background-position 600ms cubic-bezier(.22, 1, .36, 1);
}

.glass-card-inner::after {
  inset: 1px;
  border: 1px solid rgba(0,229,255,.06);
  background-image:
    radial-gradient(circle at 20% 28%, rgba(247,251,252,.06) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 66%, rgba(0,229,255,.08) 0 1px, transparent 1.4px),
    linear-gradient(120deg, transparent 0 28%, rgba(247,251,252,.04) 36%, transparent 46%);
  background-size: 31px 29px, 47px 43px, auto;
  clip-path: inherit;
  opacity: .42;
  animation: glassNoiseDrift 16s ease-in-out infinite alternate;
  transition: opacity 360ms cubic-bezier(.22, 1, .36, 1);
}

.card-ownership { left: 48%; top: 20%; width: clamp(236px, 22vw, 286px); }
.card-visibility { left: 15%; top: 54%; width: clamp(188px, 18vw, 228px); }
.card-automation { left: 83%; top: 30%; width: clamp(216px, 20vw, 258px); }
.card-reporting { left: 44%; top: 78%; width: clamp(198px, 19vw, 240px); }
.card-growth { left: 84%; top: 70%; width: clamp(190px, 18vw, 226px); }

.js-enabled .glass-card-stage:not(.is-built) .glass-route,
.js-enabled .glass-card-stage:not(.is-built) .glass-signal,
.js-enabled .glass-card-stage:not(.is-built) .glass-flow-event,
.js-enabled .glass-card-stage:not(.is-built) .glass-interaction-hint {
  opacity: 0;
}

.js-enabled .glass-card-stage:not(.is-built) .glass-capability-card:not(.is-built-card) {
  pointer-events: none;
}

.js-enabled .glass-card-stage:not(.is-built) .glass-capability-card:not(.is-built-card) .glass-card-inner {
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(.985);
}

.js-enabled .glass-card-stage.is-building::before {
  opacity: .68;
}

.glass-capability-card.is-built-card .glass-card-inner {
  animation:
    glassCardBuild 940ms cubic-bezier(.22, 1, .36, 1) both,
    glassCardFloat 8.8s cubic-bezier(.45, 0, .2, 1) 980ms infinite alternate;
}

.glass-capability-card.is-built-card .glass-icon,
.glass-capability-card.is-built-card .glass-copy,
.glass-capability-card.is-built-card .glass-status,
.glass-capability-card.is-built-card .glass-meta {
  animation: glassCardContentBuild 720ms cubic-bezier(.22, 1, .36, 1) 240ms both;
}

.glass-capability-card.depth-front {
  z-index: 5;
}

.glass-capability-card.depth-mid {
  z-index: 4;
  opacity: .91;
}

.glass-capability-card.depth-back {
  z-index: 3;
  opacity: .72;
  filter: saturate(.82) brightness(.86) blur(.12px);
}

.glass-capability-card.depth-back .glass-card-inner {
  backdrop-filter: blur(17px) saturate(116%);
  -webkit-backdrop-filter: blur(17px) saturate(116%);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.13),
    inset 0 -1px 0 rgba(0,229,255,.06),
    0 16px 56px rgba(0,0,0,.2);
}

.glass-capability-card.depth-front .glass-card-inner {
  backdrop-filter: blur(23px) saturate(138%);
  -webkit-backdrop-filter: blur(23px) saturate(138%);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.22),
    inset 0 -1px 0 rgba(0,229,255,.14),
    0 28px 86px rgba(0,0,0,.36),
    0 0 38px rgba(0,229,255,.055);
}

.card-visibility .glass-card-inner,
.card-growth .glass-card-inner {
  clip-path: polygon(0 15px, 15px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 12px 100%, 0 calc(100% - 12px));
}

.card-automation .glass-card-inner {
  clip-path: polygon(0 20px, 20px 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.card-reporting .glass-card-inner {
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 12px);
}

.glass-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(247,251,252,.13);
  border-radius: 16px;
  color: rgba(0,229,255,.84);
  background:
    linear-gradient(145deg, rgba(0,229,255,.14), rgba(247,251,252,.045)),
    rgba(4, 9, 13, .42);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.16);
  transform: translate3d(var(--icon-x, 0px), var(--icon-y, 0px), 0);
  transition: transform 620ms cubic-bezier(.22, 1, .36, 1), border-color 260ms cubic-bezier(.22, 1, .36, 1), background 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1), stroke 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
}

.glass-copy strong {
  display: block;
  color: rgba(247,251,252,.92);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.glass-copy small {
  display: block;
  max-width: 18ch;
  color: rgba(196,236,242,.62);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.glass-status {
  position: relative;
  z-index: 1;
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin-top: 6px;
  color: rgba(196,236,242,.6);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.glass-status span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0,229,255,.48);
  box-shadow: 0 0 0 4px rgba(0,229,255,.055);
  animation: glassLedIdle 5.8s cubic-bezier(.45, 0, .2, 1) infinite;
  transition: background 260ms cubic-bezier(.22, 1, .36, 1), box-shadow 260ms cubic-bezier(.22, 1, .36, 1), transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-meta {
  position: absolute;
  right: 18px;
  top: 12px;
  z-index: 1;
  color: rgba(196,236,242,.24);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  opacity: .42;
  transform: translateY(-2px);
  transition: opacity 260ms cubic-bezier(.22, 1, .36, 1), color 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-internals {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 9px;
  height: 0;
  max-height: none;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    height 340ms cubic-bezier(.22, 1, .36, 1) 180ms,
    margin-top 340ms cubic-bezier(.22, 1, .36, 1) 180ms,
    transform 320ms cubic-bezier(.22, 1, .36, 1) 250ms;
}

.glass-internals span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: rgba(196,236,242,.62);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .04em;
  opacity: 1;
  transform: translateY(0);
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.glass-internals span[hidden] {
  display: none;
}

.glass-internals span::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(0,229,255,.5);
  box-shadow: 0 0 0 3px rgba(0,229,255,.045);
}

.glass-card-stage.is-flowing .glass-capability-card.is-muted {
  opacity: .24;
  filter: saturate(.58) brightness(.72) blur(.36px);
}

.glass-card-stage.is-flowing .glass-capability-card.is-supporting {
  opacity: .78;
  filter: saturate(.96) brightness(.96);
}

.glass-capability-card:hover,
.glass-capability-card:focus-visible,
.glass-capability-card.is-flow-card {
  z-index: 6;
  filter: brightness(1.05);
}

.glass-capability-card:focus-visible {
  outline: 2px solid rgba(0,229,255,.72);
  outline-offset: 6px;
}

.glass-capability-card:hover::before,
.glass-capability-card:focus-visible::before,
.glass-capability-card.is-flow-card::before {
  opacity: .7;
  transform: translateY(14px);
}

.glass-capability-card:hover .glass-card-inner,
.glass-capability-card:focus-visible .glass-card-inner,
.glass-capability-card.is-flow-card .glass-card-inner {
  border-color: rgba(0,229,255,.36);
  background:
    linear-gradient(145deg, rgba(247,251,252,.17), rgba(247,251,252,.045) 42%, rgba(0,229,255,.11)),
    rgba(5, 10, 15, .58);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.22),
    inset 0 -1px 0 rgba(0,229,255,.14),
    0 26px 78px rgba(0,0,0,.34),
    0 0 42px rgba(0,229,255,.08);
  transform: translateY(-3px);
}

.glass-capability-card.is-inspecting .glass-card-inner {
  min-height: 216px;
  transform: translateY(-4px);
}

.glass-capability-card:hover .glass-card-inner::before,
.glass-capability-card:focus-visible .glass-card-inner::before,
.glass-capability-card.is-flow-card .glass-card-inner::before {
  opacity: .62;
}

.glass-capability-card.is-inspecting .glass-card-inner::after,
.glass-capability-card.is-reacting .glass-card-inner::after {
  opacity: .62;
}

.glass-capability-card:hover .glass-icon svg,
.glass-capability-card:focus-visible .glass-icon svg,
.glass-capability-card.is-flow-card .glass-icon svg {
  transform: translateY(-1px);
  stroke: rgba(247,251,252,.94);
  filter: drop-shadow(0 0 10px rgba(0,229,255,.18));
}

.glass-capability-card.is-inspecting .glass-icon {
  border-color: rgba(0,229,255,.28);
  background:
    linear-gradient(145deg, rgba(0,229,255,.19), rgba(247,251,252,.07)),
    rgba(4, 9, 13, .48);
}

.glass-capability-card.is-destination .glass-status span,
.glass-capability-card:hover .glass-status span,
.glass-capability-card:focus-visible .glass-status span,
.glass-capability-card.is-reacting .glass-status span {
  background: rgba(151,255,205,.8);
  box-shadow: 0 0 0 5px rgba(151,255,205,.08), 0 0 18px rgba(0,229,255,.2);
}

.glass-capability-card.is-reacting .glass-status span {
  animation: glassLedAcknowledge 820ms cubic-bezier(.22, 1, .36, 1) 1;
}

.glass-capability-card.is-inspecting .glass-meta,
.glass-capability-card.is-flow-card .glass-meta {
  color: rgba(0,229,255,.48);
  opacity: .82;
}

.glass-capability-card.is-inspecting .glass-internals,
.glass-internals.is-open {
  max-height: none;
  margin-top: 6px;
  opacity: 1;
  transform: translateY(0);
}

.glass-capability-card.is-inspecting .glass-internals span,
.glass-internals span.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.glass-capability-card.is-inspecting .glass-internals span:nth-child(1) { transition-delay: 250ms; }
.glass-capability-card.is-inspecting .glass-internals span:nth-child(2) { transition-delay: 410ms; }
.glass-capability-card.is-inspecting .glass-internals span:nth-child(3) { transition-delay: 570ms; }
.glass-capability-card.is-inspecting .glass-internals span:nth-child(4) { transition-delay: 730ms; }
.glass-capability-card.is-inspecting .glass-internals span:nth-child(5) { transition-delay: 890ms; }

.glass-capability-card.is-pressed .glass-card-inner {
  transform: translateY(1px);
}

.glass-interaction-hint {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 7;
  margin: 0;
  color: rgba(196,236,242,.52);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: translateX(-50%);
  opacity: 0;
  animation: glassHintIn 7s cubic-bezier(.22, 1, .36, 1) 2.4s both;
  pointer-events: none;
}

.glass-card-stage.is-flowing .glass-interaction-hint {
  opacity: 0;
  animation: none;
}

.card-visibility .glass-card-inner { animation-delay: -2s; animation-duration: 9.6s; }
.card-automation .glass-card-inner { animation-delay: -4.6s; animation-duration: 10.2s; }
.card-reporting .glass-card-inner { animation-delay: -3.1s; animation-duration: 8.6s; }
.card-growth .glass-card-inner { animation-delay: -6.2s; animation-duration: 9.2s; }

.home-operating-hero .button {
  transition:
    transform 180ms cubic-bezier(.22, 1, .36, 1),
    filter 180ms cubic-bezier(.22, 1, .36, 1),
    border-color 180ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 180ms cubic-bezier(.22, 1, .36, 1);
}

.home-operating-hero .button.primary:hover,
.home-operating-hero .button.primary:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.045);
  box-shadow: 0 18px 42px rgba(0,229,255,.2);
}

.home-operating-hero .button.secondary:hover,
.home-operating-hero .button.secondary:focus-visible {
  border-color: rgba(0,229,255,.68);
}

@keyframes glassCardFloat {
  from { filter: brightness(.985) saturate(.98); }
  to { filter: brightness(1.025) saturate(1.04); }
}

@keyframes ecosystemNodeFloat {
  from { filter: brightness(.985) saturate(.96); }
  to { filter: brightness(1.018) saturate(1.02); }
}

@keyframes glassCardBuild {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(.985);
    border-color: rgba(0,229,255,.04);
    background: rgba(5, 10, 15, .18);
  }
  28% {
    opacity: 1;
    transform: translate3d(0, 10px, 0) scale(.992);
    border-color: rgba(0,229,255,.2);
    background: rgba(5, 10, 15, .26);
  }
  58% {
    transform: translate3d(0, 4px, 0) scale(1);
    border-color: rgba(247,251,252,.12);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes glassCardContentBuild {
  from {
    opacity: 0;
    transform: translate3d(0, 7px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes glassDustWake {
  from { transform: translate3d(-2px, 1px, 0); opacity: .14; }
  to { transform: translate3d(2px, -2px, 0); opacity: .3; }
}

@keyframes glassNoiseDrift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 12px -10px, -8px 10px, 18px 0; }
}

@keyframes glassLedIdle {
  0%, 100% { opacity: .62; transform: scale(1); }
  50% { opacity: .92; transform: scale(1.08); }
}

@keyframes glassLedAcknowledge {
  0%, 100% { transform: scale(1); }
  42% { transform: scale(1.18); }
}

@keyframes glassHintIn {
  0% { opacity: 0; transform: translate(-50%, 8px); }
  16%, 72% { opacity: .72; transform: translate(-50%, 0); }
  100% { opacity: 0; transform: translate(-50%, -4px); }
}

@media (max-width: 980px) {
  .home-operating-hero.diagnosis-scene {
    min-height: auto;
    grid-template-rows: auto auto;
    width: calc(100% - 32px);
    padding-top: 132px;
  }

  .home-operating-hero .home-architect-canvas.glass-card-stage {
    width: min(100%, 820px);
    height: 540px;
    overflow: hidden;
  }

  .glass-capability-card {
    width: clamp(184px, 28vw, 224px);
  }

  .card-ownership { left: 48%; top: 18%; width: clamp(220px, 34vw, 270px); }
  .card-visibility { left: 22%; top: 50%; width: clamp(178px, 29vw, 216px); }
  .card-automation { left: 77%; top: 32%; width: clamp(202px, 32vw, 246px); }
  .card-reporting { left: 42%; top: 76%; width: clamp(188px, 30vw, 228px); }
  .card-growth { left: 74%; top: 72%; width: clamp(178px, 28vw, 214px); }
}

@media (max-width: 640px) {
  .home-operating-hero.diagnosis-scene {
    width: calc(100% - 28px);
    gap: 44px;
    padding-top: 126px;
    padding-bottom: 62px;
  }

  .home-operating-hero h1 {
    max-width: 360px;
    font-size: clamp(42px, 12.4vw, 58px);
    line-height: 1.02;
    text-wrap: balance;
  }

  .home-operating-hero .lead {
    max-width: 330px;
    margin-top: 28px;
    font-size: 16.5px;
    line-height: 1.55;
  }

  .home-operating-hero .home-hero-actions {
    display: grid;
    gap: 14px;
    width: min(100%, 280px);
    margin-inline: auto;
    margin-top: 34px;
  }

  .home-operating-hero .button {
    width: 100%;
    justify-content: center;
  }

  .home-operating-hero .home-architect-canvas.glass-card-stage {
    width: min(100%, 360px);
    height: 690px;
  }

  .glass-connection-layer {
    display: none;
  }

  .glass-ambient span:nth-child(2) {
    display: none;
  }

  .glass-capability-card {
    width: min(100%, 258px);
    min-height: 112px;
  }

  .glass-card-inner {
    min-height: 112px;
    padding: 18px 18px 17px;
    grid-template-columns: 40px 1fr;
    gap: 13px;
  }

  .glass-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .glass-copy strong {
    font-size: 13px;
  }

  .glass-copy small {
    font-size: 12px;
  }

  .card-ownership { left: 50%; top: 13%; width: min(100%, 270px); }
  .card-visibility { left: 36%; top: 32%; width: min(100%, 236px); }
  .card-automation { left: 62%; top: 50%; width: min(100%, 246px); }
  .card-reporting { left: 38%; top: 68%; width: min(100%, 232px); }
  .card-growth { left: 58%; top: 84%; width: min(100%, 226px); }
}

@media (prefers-reduced-motion: reduce) {
  .home-operating-hero::before,
  .glass-card-inner,
  .glass-card-inner::after,
  .glass-ambient span,
  .glass-signal,
  .glass-status span,
  .glass-capability-card.is-built-card .glass-icon,
  .glass-capability-card.is-built-card .glass-copy,
  .glass-capability-card.is-built-card .glass-status,
  .glass-capability-card.is-built-card .glass-meta,
  .glass-capability-card.is-reacting .glass-status span,
  .glass-interaction-hint {
    animation: none !important;
  }

  .glass-signal {
    display: none;
  }

  .glass-capability-card,
  .glass-card-inner,
  .glass-route,
  .glass-flow-event,
  .glass-internals,
  .glass-internals span,
  .glass-meta {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }

  .glass-route.is-active-route {
    opacity: .48;
    stroke-dashoffset: 0;
  }

  .home-operating-hero .button.primary:hover,
  .home-operating-hero .button.primary:focus-visible {
    transform: none;
  }
}

.glass-card-stage .glass-capability-card.is-inspecting .glass-internals.is-open {
  height: auto !important;
  min-height: 76px;
  max-height: none !important;
  margin-top: 6px !important;
  opacity: 1 !important;
  overflow: visible;
  transform: translateY(0) !important;
}

.glass-card-stage .glass-capability-card.is-inspecting .glass-internals span.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Product Hero v2: software modules, applications and platforms. */
.home-operating-hero.product-hero .eyebrow {
  color: rgba(0,229,255,.86);
}

.home-operating-hero.product-hero {
  min-height: auto;
  gap: clamp(24px, 3vw, 38px);
  padding-top: clamp(112px, 7vw, 138px);
}

.home-operating-hero.product-hero h1 {
  max-width: 1180px;
}

.home-operating-hero.product-hero .lead {
  max-width: 900px;
  margin-top: clamp(22px, 2.4vw, 34px);
}

.home-operating-hero.product-hero .home-hero-actions {
  position: relative;
  margin-top: clamp(26px, 3vw, 40px);
}

.home-operating-hero.product-hero .home-hero-actions::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  width: 1px;
  height: clamp(34px, 4vw, 54px);
  background: linear-gradient(to bottom, rgba(0,229,255,0), rgba(0,229,255,.56) 34%, rgba(0,229,255,0));
  opacity: .5;
  transform: translateX(-50%);
  animation: productGuidePulse 6.5s cubic-bezier(.45, 0, .2, 1) infinite;
  pointer-events: none;
}

.home-operating-hero .home-architect-canvas.product-lab-stage {
  position: relative;
  width: min(1500px, calc(100% - clamp(28px, 4vw, 72px)));
  height: clamp(540px, 40vw, 660px);
  margin-top: clamp(22px, 3vw, 42px);
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
  perspective: 1400px;
  transform: none !important;
  --product-bg-x: 0px;
  --product-bg-y: 0px;
  --ecosystem-radius: clamp(320px, 30vw, 520px);
}

.product-lab-stage::before,
.product-lab-stage::after {
  content: "";
  position: absolute;
  inset: 3% 2%;
  pointer-events: none;
  z-index: 0;
}

.product-lab-stage::before {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(0,229,255,.17), transparent 35%),
    radial-gradient(circle at 28% 22%, rgba(247,251,252,.04), transparent 23%),
    radial-gradient(circle at 76% 72%, rgba(0,229,255,.055), transparent 26%),
    linear-gradient(115deg, transparent 0 35%, rgba(0,229,255,.035) 45%, transparent 58%),
    linear-gradient(90deg, transparent 0 10%, rgba(196,236,242,.035) 10.08%, transparent 10.18% 50%, rgba(196,236,242,.025) 50.08%, transparent 50.18% 100%),
    linear-gradient(0deg, transparent 0 18%, rgba(196,236,242,.025) 18.08%, transparent 18.18% 74%, rgba(196,236,242,.02) 74.08%, transparent 74.18% 100%);
  opacity: .86;
  transform: translate3d(var(--product-bg-x), var(--product-bg-y), 0);
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.product-lab-stage::after {
  background-image:
    linear-gradient(rgba(196,236,242,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(196,236,242,.045) 1px, transparent 1px),
    radial-gradient(circle, rgba(0,229,255,.16) 0 1px, transparent 1.4px),
    linear-gradient(135deg, transparent 0 48%, rgba(196,236,242,.05) 48.1% 48.35%, transparent 48.45% 100%);
  background-size: 74px 74px, 74px 74px, 152px 118px, 260px 260px;
  background-position: 0 0, 0 0, 32px 22px;
  opacity: .115;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 50%, transparent 78%);
}

.product-ambient::before,
.product-ambient::after {
  position: absolute;
  color: rgba(196,236,242,.075);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.product-ambient::before {
  content: "SYS GRID 08 / ROUTE MAP";
  left: 7%;
  bottom: 12%;
}

.product-ambient::after {
  content: "REF PI-PLATFORM / 99.98";
  right: 6%;
  top: 13%;
}

.product-connection-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: 2;
}

.product-route {
  fill: none;
  stroke: url(#productConnectionGradient);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  opacity: .28;
  filter: drop-shadow(0 0 8px rgba(0,229,255,.13));
  transition:
    opacity 280ms cubic-bezier(.22, 1, .36, 1),
    stroke-dashoffset 700ms cubic-bezier(.22, 1, .36, 1);
}

.product-route[data-product-route="route-website"],
.product-route[data-product-route="route-crm"],
.product-route[data-product-route="route-dashboard"] {
  stroke-width: 1.25px;
}

.product-lab-stage.is-flowing .product-route {
  opacity: .085;
}

.product-route.is-active-route {
  opacity: .9;
  stroke-dashoffset: 0;
}

.product-signal {
  fill: rgba(247,251,252,.94);
  opacity: 0;
  filter: url(#productSignalGlow);
  transition: opacity 160ms cubic-bezier(.22, 1, .36, 1);
}

.product-signal-packet {
  fill: rgba(0,229,255,.92);
  opacity: 0;
  filter: drop-shadow(0 0 5px rgba(0,229,255,.3));
  transition: opacity 140ms cubic-bezier(.22, 1, .36, 1);
}

.product-signal-packet:nth-of-type(odd) {
  fill: rgba(247,251,252,.72);
}

.product-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.product-ambient span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(0,229,255,.34);
  box-shadow: 0 0 18px rgba(0,229,255,.2);
  opacity: .22;
  animation: glassDustWake 20s ease-in-out infinite alternate;
}

.product-ambient span:nth-child(1) { left: 23%; top: 22%; animation-delay: -5s; }
.product-ambient span:nth-child(2) { left: 52%; top: 16%; animation-delay: -11s; }
.product-ambient span:nth-child(3) { left: 80%; top: 70%; animation-delay: -14s; }

.product-build-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 7;
  display: grid;
  place-items: center;
  width: clamp(190px, 17vw, 252px);
  aspect-ratio: 1;
  color: rgba(247,251,252,.9);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.product-build-core::before,
.product-build-core::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.product-build-core::before {
  inset: 16%;
  z-index: 1;
  background:
    radial-gradient(circle at 28% 34%, rgba(0,229,255,.6) 0 2px, transparent 2.8px),
    radial-gradient(circle at 72% 38%, rgba(247,251,252,.44) 0 1.5px, transparent 2.3px),
    radial-gradient(circle at 44% 72%, rgba(151,255,205,.48) 0 1.7px, transparent 2.5px),
    linear-gradient(90deg, transparent 0 43%, rgba(0,229,255,.16) 43.2% 44%, transparent 44.2% 100%),
    linear-gradient(0deg, transparent 0 55%, rgba(0,229,255,.12) 55.2% 55.8%, transparent 56% 100%);
  opacity: .48;
  animation: platformMicroRouting 6s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}

.product-build-core::after {
  inset: -13%;
  z-index: 0;
  border: 1px solid rgba(0,229,255,.08);
  background: radial-gradient(circle at 50% 50%, rgba(0,229,255,.12), transparent 58%);
  opacity: .42;
  filter: blur(.2px);
  animation: platformHaloBreath 6s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}

.product-build-core .core-ring {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(0,229,255,.28);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 46%, rgba(0,229,255,.14), transparent 42%),
    radial-gradient(circle at 18% 14%, rgba(247,251,252,.18), transparent 22%),
    linear-gradient(118deg, transparent 0 24%, rgba(247,251,252,.09) 33%, transparent 47%),
    linear-gradient(145deg, rgba(247,251,252,.17), rgba(247,251,252,.04) 45%, rgba(0,229,255,.115)),
    rgba(5,10,15,.58);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.27),
    inset 0 -1px 0 rgba(0,229,255,.17),
    inset 18px 20px 46px rgba(247,251,252,.035),
    inset -18px -20px 42px rgba(0,0,0,.15),
    0 38px 118px rgba(0,0,0,.52),
    0 0 86px rgba(0,229,255,.16);
  backdrop-filter: blur(28px) saturate(142%);
  -webkit-backdrop-filter: blur(28px) saturate(142%);
  clip-path: polygon(0 28px, 28px 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 28px), calc(100% - 28px) 100%, 22px 100%, 0 calc(100% - 22px));
  animation: productCoreBreathe 8s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}

.product-build-core .core-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(0,229,255,.16);
  border-radius: 28px;
  opacity: 0;
  transform: scale(.98);
  animation: coreSoftPulse 7.4s cubic-bezier(.45, 0, .2, 1) infinite;
}

.product-build-core .core-mark {
  position: relative;
  z-index: 2;
  color: rgba(0,229,255,.92);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -.03em;
}

.product-build-core .core-mark-logo {
  display: grid;
  place-items: center;
  width: clamp(78px, 7.2vw, 104px);
  aspect-ratio: 1;
  color: inherit;
}

.product-build-core .core-mark-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 10px 24px rgba(0,229,255,.2)) saturate(1.08) brightness(1.06);
}

.product-build-core .core-copy {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  color: rgba(196,236,242,.66);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.product-build-core .core-system-line,
.product-build-core .core-system-health {
  position: absolute;
  z-index: 2;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 154px;
  color: rgba(196,236,242,.62);
  font-size: 9px;
  font-weight: 760;
  line-height: 1.15;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.product-build-core .core-system-line {
  bottom: 31px;
}

.product-build-core .core-system-line i {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 999px;
  background: rgba(151,255,205,.7);
  box-shadow: 0 0 0 4px rgba(151,255,205,.06), 0 0 16px rgba(0,229,255,.12);
  animation: coreHeartbeat 7.2s cubic-bezier(.45, 0, .2, 1) infinite;
}

.product-build-core .core-system-line [data-core-status] {
  display: inline-block;
  min-width: 126px;
  transition: opacity 300ms cubic-bezier(.22, 1, .36, 1), transform 300ms cubic-bezier(.22, 1, .36, 1);
}

.product-build-core .core-system-line [data-core-status].is-changing {
  opacity: 0;
  transform: translateY(3px);
}

.product-build-core .core-system-health {
  bottom: 15px;
  color: rgba(0,229,255,.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
}

.product-lab-stage.is-core-active .product-build-core .core-ring {
  border-color: rgba(0,229,255,.5);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.28),
    inset 0 -1px 0 rgba(0,229,255,.22),
    inset 18px 20px 42px rgba(247,251,252,.035),
    0 42px 124px rgba(0,0,0,.54),
    0 0 88px rgba(0,229,255,.2);
}

.js-enabled .product-lab-stage.is-booting .product-module:not(.is-built-card) {
  opacity: 0;
  transform: translate3d(calc(-50% + var(--product-parallax-x, 0px)), calc(-50% + var(--product-parallax-y, 0px) + 8px), 0) rotate(var(--module-rotate, 0deg));
}

.js-enabled .product-lab-stage.is-booting .product-route:not(.is-active-route) {
  opacity: .055;
}

.product-flow-event,
.product-background-event,
.product-inspector-panel {
  position: absolute;
  pointer-events: none;
}

.product-flow-event {
  z-index: 9;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate3d(-50%, -16px, 0);
  transition:
    opacity 220ms cubic-bezier(.22, 1, .36, 1),
    transform 420ms cubic-bezier(.22, 1, .36, 1),
    left 320ms cubic-bezier(.22, 1, .36, 1),
    top 320ms cubic-bezier(.22, 1, .36, 1);
}

.product-flow-event span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  padding: 7px 11px;
  border: 1px solid rgba(247,251,252,.14);
  border-radius: 999px;
  color: rgba(247,251,252,.78);
  background: rgba(5,12,16,.58);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.12), 0 14px 34px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-flow-event span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,229,255,.72);
  box-shadow: 0 0 0 4px rgba(0,229,255,.06);
}

.product-flow-event.is-visible {
  opacity: .96;
  transform: translate3d(-50%, -28px, 0);
}

.product-inspector-panel {
  z-index: 10;
  width: min(340px, calc(100% - 36px));
  padding: 15px 17px 14px;
  border: 1px solid rgba(247,251,252,.145);
  color: rgba(247,251,252,.84);
  background:
    radial-gradient(circle at 16% 0%, rgba(247,251,252,.18), transparent 34%),
    linear-gradient(108deg, rgba(247,251,252,.075), transparent 24% 78%, rgba(0,229,255,.055)),
    linear-gradient(145deg, rgba(247,251,252,.13), rgba(247,251,252,.04) 45%, rgba(0,229,255,.085)),
    rgba(5,10,15,.72);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.2),
    inset 0 -1px 0 rgba(0,229,255,.09),
    0 28px 82px rgba(0,0,0,.38);
  backdrop-filter: blur(28px) saturate(142%);
  -webkit-backdrop-filter: blur(28px) saturate(142%);
  border-radius: 22px;
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(.985);
  transition: opacity 220ms cubic-bezier(.22, 1, .36, 1), transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.product-inspector-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(0,229,255,.055);
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 24%, rgba(247,251,252,.11) 34%, transparent 48%),
    radial-gradient(circle at 82% 18%, rgba(0,229,255,.12), transparent 28%);
  opacity: .52;
}

.product-inspector-panel.is-visible {
  opacity: .98;
  transform: translate3d(0, 0, 0) scale(1);
}

.product-inspector-panel p {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: rgba(247,251,252,.92);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-inspector-panel p::after {
  content: "● Updated just now";
  float: right;
  color: rgba(151,255,205,.82);
  font-size: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 760;
  letter-spacing: .12em;
}

.product-inspector-panel dl {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin: 0;
}

.product-inspector-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(247,251,252,.045);
  transition:
    color 220ms cubic-bezier(.22, 1, .36, 1),
    background 220ms cubic-bezier(.22, 1, .36, 1),
    padding-inline 220ms cubic-bezier(.22, 1, .36, 1);
}

.product-inspector-panel dl div:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

.product-inspector-panel dl div.inspector-status {
  display: grid;
  gap: 6px;
  justify-content: start;
  padding-top: 0;
}

.product-inspector-panel dl div.inspector-status dd {
  color: rgba(0,229,255,.82);
  font-size: 12px;
  text-align: left;
}

.product-inspector-panel dl div:nth-child(n+6) dt,
.product-inspector-panel dl div:nth-child(n+6) dd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
}

.product-inspector-panel dl div.is-live-updated {
  margin-inline: -8px;
  padding-inline: 8px;
  border-radius: 12px;
  background: rgba(0,229,255,.075);
}

.product-inspector-panel dl div.is-live-updated dd {
  color: rgba(151,255,205,.94);
}

.product-inspector-panel dt,
.product-inspector-panel dd {
  margin: 0;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.25;
}

.product-inspector-panel dt {
  color: rgba(196,236,242,.56);
}

.product-inspector-panel dd {
  color: rgba(247,251,252,.82);
  text-align: right;
}

.product-background-event {
  z-index: 1;
  left: 50%;
  top: 50%;
  color: rgba(196,236,242,.09);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(-50%, 8px, 0);
  transition: opacity 420ms cubic-bezier(.22, 1, .36, 1), transform 900ms cubic-bezier(.22, 1, .36, 1);
}

.product-background-event.is-visible {
  opacity: .095;
  transform: translate3d(calc(-50% + var(--system-event-drift, 28px)), 0, 0);
}

.product-module {
  position: absolute;
  z-index: 5;
  display: block;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  color: rgba(247,251,252,.86);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transform: translate3d(calc(-50% + var(--product-parallax-x, 0px)), calc(-50% + var(--product-parallax-y, 0px)), 0) rotate(var(--module-rotate, 0deg));
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1), filter 260ms cubic-bezier(.22, 1, .36, 1), opacity 260ms cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
  appearance: none;
}

.product-module::before {
  content: "";
  position: absolute;
  inset: 8px 10px -10px;
  z-index: -1;
  background: rgba(0,0,0,.32);
  filter: blur(16px);
  opacity: .2;
  transform: translateY(8px);
  transition: opacity 220ms cubic-bezier(.22, 1, .36, 1), transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.product-module-inner {
  position: relative;
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  gap: 11px;
  min-height: 56px;
  min-width: 0;
  padding: 10px 14px 10px 10px;
  overflow: hidden;
  border: 1px solid rgba(247,251,252,.13);
  background:
    radial-gradient(circle at 0 0, rgba(247,251,252,.075), transparent 28%),
    linear-gradient(112deg, transparent 0 26%, rgba(247,251,252,.055) 35%, transparent 49%),
    linear-gradient(145deg, rgba(247,251,252,.095), rgba(247,251,252,.028) 50%, rgba(0,229,255,.055)),
    rgba(5,10,15,.38);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.18), inset 0 -1px 0 rgba(0,229,255,.065), 0 14px 42px rgba(0,0,0,.2);
  backdrop-filter: blur(12px) saturate(116%);
  -webkit-backdrop-filter: blur(12px) saturate(116%);
  border-radius: 999px;
  clip-path: none;
  transform: translateZ(0);
  animation: ecosystemNodeFloat 10.8s cubic-bezier(.45, 0, .2, 1) infinite alternate;
  transition:
    min-height 320ms cubic-bezier(.22, 1, .36, 1),
    border-color 220ms cubic-bezier(.22, 1, .36, 1),
    background 220ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 220ms cubic-bezier(.22, 1, .36, 1),
    transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.product-module-inner::before,
.product-module-inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.product-module-inner::before {
  inset: 0;
  background:
    radial-gradient(circle at var(--product-shine-x, 50%) var(--product-shine-y, 35%), rgba(247,251,252,.18), transparent 28%),
    linear-gradient(112deg, transparent 0 26%, rgba(247,251,252,.08) 38%, transparent 52%);
  opacity: .32;
  mix-blend-mode: screen;
  transform: translate3d(var(--product-reflection-x, 0px), var(--product-reflection-y, 0px), 0);
  transition: opacity 220ms cubic-bezier(.22, 1, .36, 1), transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.product-module-inner::after {
  inset: 1px;
  border: 1px solid rgba(0,229,255,.045);
  background-image:
    radial-gradient(circle at 20% 28%, rgba(247,251,252,.06) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 66%, rgba(0,229,255,.08) 0 1px, transparent 1.4px),
    linear-gradient(120deg, transparent 0 28%, rgba(247,251,252,.04) 36%, transparent 46%);
  background-size: 31px 29px, 47px 43px, auto;
  clip-path: inherit;
  opacity: .22;
  animation: glassNoiseDrift 17s ease-in-out infinite alternate;
}

.module-healthcare { left: calc(50% - clamp(270px, 31vw, 455px)); top: calc(50% - clamp(150px, 18vw, 266px)); --module-rotate: -2.2deg; }
.module-restaurant { left: calc(50% - clamp(365px, 42vw, 575px)); top: calc(50% - clamp(44px, 6vw, 92px)); --module-rotate: 2.1deg; }
.module-education { left: calc(50% - clamp(60px, 7vw, 112px)); top: calc(50% - clamp(232px, 26vw, 350px)); --module-rotate: .9deg; }
.module-real-estate { left: calc(50% + clamp(265px, 31vw, 456px)); top: calc(50% - clamp(132px, 16vw, 245px)); --module-rotate: 2deg; }
.module-legal { left: calc(50% + clamp(400px, 45vw, 610px)); top: calc(50% - clamp(38px, 5vw, 82px)); --module-rotate: -2.6deg; }
.module-retail { left: calc(50% - clamp(365px, 42vw, 575px)); top: calc(50% + clamp(70px, 9vw, 132px)); --module-rotate: -3deg; }
.module-manufacturing { left: calc(50% + clamp(355px, 41vw, 570px)); top: calc(50% + clamp(64px, 8vw, 122px)); --module-rotate: 2.8deg; }
.module-finance { left: calc(50% - clamp(252px, 29vw, 425px)); top: calc(50% + clamp(168px, 20vw, 280px)); --module-rotate: 1.8deg; }
.module-hospitality { left: calc(50% + clamp(260px, 30vw, 430px)); top: calc(50% + clamp(172px, 20vw, 286px)); --module-rotate: -1.8deg; }
.module-logistics { left: calc(50% + clamp(38px, 5vw, 82px)); top: calc(50% + clamp(238px, 27vw, 352px)); --module-rotate: .6deg; }
.module-construction { left: calc(50% - clamp(92px, 11vw, 155px)); top: calc(50% + clamp(244px, 28vw, 365px)); --module-rotate: -1.2deg; }
.module-automotive { left: calc(50% + clamp(98px, 12vw, 172px)); top: calc(50% - clamp(238px, 27vw, 356px)); --module-rotate: 1.4deg; }

.module-website .product-module-inner,
.module-crm .product-module-inner,
.module-dashboard .product-module-inner {
  border-color: rgba(247,251,252,.145);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.18), inset 0 -1px 0 rgba(0,229,255,.08), 0 18px 54px rgba(0,0,0,.24), 0 0 24px rgba(0,229,255,.04);
}

.module-api .product-module-inner,
.module-cloud .product-module-inner,
.module-erp .product-module-inner {
  border-color: rgba(247,251,252,.12);
}

.module-ai .product-module-inner {
  border-color: rgba(0,229,255,.2);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.17), inset 0 -1px 0 rgba(0,229,255,.1), 0 18px 56px rgba(0,0,0,.24), 0 0 34px rgba(0,229,255,.06);
}

.module-erp .product-module-inner {
  min-height: 56px;
}

.product-module.depth-front { z-index: 6; }
.product-module.depth-mid { z-index: 5; opacity: .9; filter: saturate(.94) brightness(.96); }
.product-module.depth-back { z-index: 3; opacity: .66; filter: saturate(.78) brightness(.82) blur(.35px); }

.product-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(247,251,252,.13);
  border-radius: 999px;
  color: rgba(0,229,255,.84);
  background: linear-gradient(145deg, rgba(0,229,255,.16), rgba(247,251,252,.05)), rgba(4,9,13,.46);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.18), 0 8px 18px rgba(0,0,0,.12);
  transform: translate3d(var(--product-icon-x, 0px), var(--product-icon-y, 0px), 0);
  transition: transform 520ms cubic-bezier(.22, 1, .36, 1), border-color 220ms cubic-bezier(.22, 1, .36, 1), background 220ms cubic-bezier(.22, 1, .36, 1);
}

.product-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-copy {
  position: relative;
  z-index: 1;
  display: block;
}

.product-copy strong {
  color: rgba(247,251,252,.92);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.product-copy small {
  display: none;
  max-width: 20ch;
  color: rgba(196,236,242,.62);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.product-status {
  position: relative;
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  color: transparent;
  font-size: 0;
}

.dashboard-micro-metric {
  display: none;
}

.dashboard-micro-metric b,
.dashboard-micro-metric em {
  display: block;
  font-style: normal;
  line-height: 1;
}

.dashboard-micro-metric b {
  color: rgba(247,251,252,.9);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 850;
  transition: color 220ms cubic-bezier(.22, 1, .36, 1), opacity 220ms cubic-bezier(.22, 1, .36, 1), transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.dashboard-micro-metric b.is-updating {
  color: rgba(151,255,205,.96);
  opacity: .92;
  transform: translateY(-1px);
}

.dashboard-micro-metric em {
  color: rgba(196,236,242,.48);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-status span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,229,255,.48);
  box-shadow: 0 0 0 4px rgba(0,229,255,.055);
  animation: glassLedIdle 5.8s cubic-bezier(.45, 0, .2, 1) infinite;
}

.product-meta {
  display: none;
}

.product-internals {
  display: none;
}

.product-internals span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(196,236,242,.62);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .04em;
}

.product-internals span::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(0,229,255,.5);
  box-shadow: 0 0 0 3px rgba(0,229,255,.045);
}

.product-lab-stage.is-flowing .product-module.is-muted {
  opacity: .32;
  filter: saturate(.62) brightness(.74) blur(.45px);
}

.product-lab-stage.is-flowing .product-module.is-supporting {
  opacity: .78;
  filter: saturate(.98) brightness(.96);
}

.product-module:hover,
.product-module:focus-visible,
.product-module.is-flow-card {
  z-index: 8;
  filter: brightness(1.05);
}

.product-module:focus-visible {
  outline: 2px solid rgba(0,229,255,.72);
  outline-offset: 6px;
}

.product-module:hover::before,
.product-module:focus-visible::before,
.product-module.is-flow-card::before {
  opacity: .72;
  transform: translateY(14px);
}

.product-module:hover .product-module-inner,
.product-module:focus-visible .product-module-inner,
.product-module.is-flow-card .product-module-inner {
  border-color: rgba(0,229,255,.34);
  background:
    radial-gradient(circle at 0 0, rgba(247,251,252,.11), transparent 28%),
    linear-gradient(145deg, rgba(247,251,252,.105), rgba(247,251,252,.032) 50%, rgba(0,229,255,.08)),
    rgba(5,10,15,.42);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.2), inset 0 -1px 0 rgba(0,229,255,.12), 0 20px 58px rgba(0,0,0,.28), 0 0 32px rgba(0,229,255,.075);
  transform: translateY(-2px);
}

.product-module.is-supporting .product-module-inner {
  border-color: rgba(0,229,255,.22);
}

.product-module.is-inspecting .product-module-inner {
  min-height: 64px;
  transform: translateY(-2px);
}

.product-module:hover .product-module-inner::before,
.product-module:focus-visible .product-module-inner::before,
.product-module.is-flow-card .product-module-inner::before {
  opacity: .62;
}

.product-module.is-inspecting .product-internals,
.product-internals.is-open {
  display: none;
}

.product-module.is-destination .product-status span,
.product-module:hover .product-status span,
.product-module:focus-visible .product-status span,
.product-module.is-reacting .product-status span {
  background: rgba(151,255,205,.8);
  box-shadow: 0 0 0 5px rgba(151,255,205,.08), 0 0 18px rgba(0,229,255,.2);
}

.product-module.is-reacting .product-status span {
  animation: glassLedAcknowledge 820ms cubic-bezier(.22, 1, .36, 1) 1;
}

.product-interaction-hint {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 7;
  margin: 0;
  color: rgba(196,236,242,.52);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: translateX(-50%);
  opacity: 0;
  animation: glassHintIn 7s cubic-bezier(.22, 1, .36, 1) 2.4s both;
  pointer-events: none;
}

.product-lab-stage.is-flowing .product-interaction-hint {
  opacity: 0;
  animation: none;
}

.hero-trust-v2 {
  width: min(1120px, calc(100% - 40px));
  margin: clamp(12px, 2vw, 24px) auto 0;
  padding: 22px clamp(18px, 3vw, 34px);
  border: 1px solid rgba(247,251,252,.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(247,251,252,.075), rgba(247,251,252,.025) 44%, rgba(0,229,255,.055)),
    rgba(5,10,15,.44);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.11), 0 24px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.hero-trust-v2 > p {
  margin: 0 0 16px;
  color: rgba(196,236,242,.56);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.hero-logo-row-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
  margin-bottom: 20px;
  overflow: hidden;
}

.hero-logo-row-v2 img {
  width: auto;
  max-width: 178px;
  height: clamp(54px, 5.2vw, 72px);
  object-fit: contain;
  opacity: .86;
  filter: grayscale(1) invert(1) brightness(1.75) contrast(.82) drop-shadow(0 10px 26px rgba(0,229,255,.08));
  transition: opacity 220ms cubic-bezier(.22, 1, .36, 1), filter 220ms cubic-bezier(.22, 1, .36, 1), transform 220ms cubic-bezier(.22, 1, .36, 1);
}

.hero-logo-row-v2 img:hover {
  opacity: 1;
  filter: grayscale(.15) invert(1) brightness(1.9) contrast(.92) drop-shadow(0 14px 34px rgba(0,229,255,.14));
  transform: translateY(-2px);
}

.hero-stats-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(247,251,252,.07);
}

.hero-stats-v2 div {
  padding: 18px 18px 2px;
  text-align: center;
}

.hero-stats-v2 div + div {
  border-left: 1px solid rgba(247,251,252,.07);
}

.hero-stats-v2 dt,
.hero-stats-v2 dd {
  margin: 0;
}

.hero-stats-v2 dt {
  color: rgba(0,229,255,.92);
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 900;
  letter-spacing: -.02em;
}

.hero-stats-v2 dd {
  margin-top: 4px;
  color: rgba(196,236,242,.64);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .09em;
  text-transform: uppercase;
}

@keyframes productCoreBreathe {
  from { filter: brightness(.96) saturate(.98); transform: scale(.995); }
  to { filter: brightness(1.04) saturate(1.05); transform: scale(1.01); }
}

@keyframes coreHeartbeat {
  0%, 100% { opacity: .58; transform: scale(.96); }
  45% { opacity: .96; transform: scale(1.03); }
  60% { opacity: .72; transform: scale(.99); }
}

@keyframes coreSoftPulse {
  0%, 70%, 100% { opacity: 0; transform: scale(.98); }
  78% { opacity: .38; transform: scale(1); }
  88% { opacity: 0; transform: scale(1.1); }
}

@keyframes platformMicroRouting {
  from {
    opacity: .28;
    transform: translate3d(-1px, 1px, 0);
    filter: brightness(.94);
  }
  to {
    opacity: .52;
    transform: translate3d(1px, -1px, 0);
    filter: brightness(1.08);
  }
}

@keyframes platformHaloBreath {
  from {
    opacity: .28;
    transform: scale(.985);
  }
  to {
    opacity: .48;
    transform: scale(1.018);
  }
}

@keyframes productGuidePulse {
  0%, 100% { opacity: .28; transform: translateX(-50%) scaleY(.92); }
  48% { opacity: .58; transform: translateX(-50%) scaleY(1); }
}

/* Chapter 01: scroll-driven product story. */
.home-operating-hero.product-story-hero {
  position: relative;
  height: 250svh;
  min-height: 240svh;
  width: 100%;
  max-width: none;
  display: block;
  padding: 0 clamp(18px, 3.5vw, 64px);
  overflow: visible;
  isolation: isolate;
  --story-progress: 0;
  --story-copy-opacity: 1;
  --story-lead-opacity: 1;
  --story-cta-opacity: 1;
  --story-stage-opacity: 0;
  --story-trust-opacity: 0;
  --story-copy-scale: 1;
  --story-copy-y: 0px;
  background:
    radial-gradient(circle at 50% 18%, rgba(0,229,255,.13), transparent 22%),
    linear-gradient(90deg, rgba(0,229,255,.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.032) 1px, transparent 1px),
    #05070b;
  background-size: auto, 118px 118px, 118px 118px, auto;
}

.home-operating-hero.product-story-hero::before {
  opacity: calc(.38 + (var(--story-stage-opacity, 0) * .34));
}

.product-story-hero .hero-sticky {
  position: sticky;
  top: 0;
  z-index: 5;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(0,229,255,.1), transparent 26%),
    linear-gradient(180deg, rgba(5,7,11,.92), rgba(5,7,11,.72) 50%, rgba(5,7,11,.96));
}

.product-story-hero .home-hero-copy {
  position: relative;
  z-index: 7;
  width: min(1180px, 100%);
  padding-top: 0;
  opacity: var(--story-copy-opacity, 1);
  transform: translate3d(0, var(--story-copy-y, 0px), 0) scale(var(--story-copy-scale, 1));
  transition: opacity 80ms linear, transform 80ms linear;
  will-change: opacity, transform;
}

.product-story-hero.story-ready .home-hero-copy {
  display: block;
  visibility: visible;
}

.product-story-hero .home-hero-copy > * {
  opacity: 1;
  visibility: visible;
  transform: none;
  animation: none !important;
}

.product-story-hero .home-hero-copy .eyebrow,
.product-story-hero .home-hero-copy h1,
.product-story-hero .home-hero-actions {
  opacity: 1;
}

.product-story-hero .home-hero-copy .lead {
  opacity: var(--story-lead-opacity, 1);
  transition: opacity 100ms linear;
}

.product-story-hero.story-ready[data-chapter="arrival"] .home-hero-copy,
.product-story-hero.story-ready[data-chapter="arrival"] #hero-title,
.product-story-hero.story-ready[data-chapter="arrival"] .lead,
.product-story-hero.story-ready[data-chapter="arrival"] .home-hero-actions {
  visibility: visible;
}

.product-story-hero .home-hero-actions {
  opacity: var(--story-cta-opacity, 1);
  transition: opacity 120ms linear;
}

.product-story-hero.is-stage-active .home-hero-copy {
  pointer-events: none;
}

.product-story-hero .home-hero-actions::after {
  opacity: calc(var(--story-cta-opacity, 1) * .5);
}

.home-operating-hero.product-story-hero .home-architect-canvas.product-lab-stage.product-story-stage {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  width: min(1320px, calc(100vw - clamp(56px, 8vw, 150px)));
  max-width: calc(100% - clamp(56px, 8vw, 150px));
  height: clamp(500px, 58svh, 680px);
  margin: 0;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  overflow: visible;
  opacity: var(--story-stage-opacity, 0);
  transform: translate3d(-50%, calc(-50% + ((1 - var(--story-stage-opacity, 0)) * 18px)), 0) !important;
  transition: opacity 140ms linear, transform 140ms linear;
  pointer-events: none;
}

.product-story-hero.story-ready .product-story-stage {
  display: block;
  visibility: visible;
}

.product-story-stage .product-inspector-panel,
.product-story-stage .product-flow-event,
.product-story-stage .product-background-event,
.product-story-stage .product-interaction-hint {
  display: none !important;
}

.product-story-stage::before {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(0,229,255,.14), transparent 34%),
    radial-gradient(circle at 50% 50%, rgba(247,251,252,.055), transparent 22%),
    linear-gradient(90deg, transparent 0 12%, rgba(196,236,242,.035) 12.08%, transparent 12.16% 50%, rgba(196,236,242,.028) 50.08%, transparent 50.16% 100%),
    linear-gradient(0deg, transparent 0 24%, rgba(196,236,242,.025) 24.08%, transparent 24.16% 76%, rgba(196,236,242,.02) 76.08%, transparent 76.16% 100%);
}

.product-story-stage::after {
  opacity: .16;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 54%, transparent 82%);
}

.product-story-stage .product-build-core {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(18px) scale(.94);
  filter: saturate(.82) brightness(.82);
  transition:
    opacity 520ms cubic-bezier(.22, 1, .36, 1),
    transform 620ms cubic-bezier(.22, 1, .36, 1),
    filter 620ms cubic-bezier(.22, 1, .36, 1);
}

.product-story-stage .product-build-core .core-system-line {
  max-width: 190px;
  text-align: center;
}

.product-story-stage .product-build-core .core-system-line [data-core-status] {
  min-width: 150px;
}

.product-story-stage[data-story-step="1"] .product-build-core,
.product-story-stage[data-story-step="2"] .product-build-core,
.product-story-stage[data-story-step="3"] .product-build-core,
.product-story-stage[data-story-step="4"] .product-build-core,
.product-story-stage[data-story-step="5"] .product-build-core,
.product-story-stage[data-story-step="6"] .product-build-core,
.product-story-stage[data-story-step="7"] .product-build-core {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) scale(1);
  filter: saturate(1) brightness(1);
}

.product-story-stage[data-story-step="6"] .product-build-core .core-ring {
  border-color: rgba(0,229,255,.54);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.28),
    inset 0 -1px 0 rgba(0,229,255,.2),
    0 42px 128px rgba(0,0,0,.52),
    0 0 96px rgba(0,229,255,.22);
}

.product-story-stage .product-module {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform:
    translate3d(calc(-50% + var(--product-parallax-x, 0px)), calc(-50% + var(--product-parallax-y, 0px) + 22px), 0)
    rotate(var(--module-rotate, 0deg))
    scale(.96);
}

.product-story-stage .product-module.is-built-card {
  opacity: 1;
  visibility: visible;
  transform:
    translate3d(calc(-50% + var(--product-parallax-x, 0px)), calc(-50% + var(--product-parallax-y, 0px)), 0)
    rotate(var(--module-rotate, 0deg))
    scale(1);
  transition-delay: var(--story-node-delay, 0ms);
}

.product-story-stage .product-module.is-reacting .product-module-inner,
.product-story-stage .product-module.is-built-card .product-module-inner {
  animation-duration: 14s;
}

.product-story-stage .product-route {
  opacity: .045;
  stroke-width: .75;
}

.product-story-stage .product-route.is-active-route {
  opacity: .52;
}

.product-story-stage.is-climax .product-route.is-active-route {
  opacity: .78;
}

.product-story-stage.is-climax .product-module.is-built-card {
  filter: brightness(1.04) saturate(1.08);
}

.product-story-stage.is-story-exiting {
  opacity: calc(var(--story-stage-opacity, 1) * .72);
  transform: translate3d(-50%, calc(-50% - 18px), 0) scale(.985) !important;
}

/* Hero V3: PI Platform City static foundation. */
.home-operating-hero.product-story-hero .home-architect-canvas.product-lab-stage.product-story-stage.product-city-stage {
  width: min(95vw, 1680px);
  max-width: calc(100vw - clamp(28px, 3vw, 56px));
  height: clamp(560px, 64svh, 760px);
  perspective: 1800px;
}

.product-city-stage::before {
  inset: -5% -2%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 20%, rgba(0,229,255,.04) 20.12% 20.3%, transparent 20.45% 35%, rgba(196,236,242,.028) 35.12% 35.3%, transparent 35.45%),
    linear-gradient(31deg, transparent 0 42%, rgba(0,229,255,.034) 42.12% 42.3%, transparent 42.45%),
    linear-gradient(147deg, transparent 0 57%, rgba(196,236,242,.028) 57.12% 57.3%, transparent 57.45%),
    radial-gradient(ellipse at 50% 50%, rgba(0,229,255,.13), transparent 28%),
    radial-gradient(circle at 50% 48%, rgba(247,251,252,.052), transparent 18%),
    repeating-linear-gradient(0deg, rgba(196,236,242,.026) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(196,236,242,.024) 0 1px, transparent 1px 42px),
    radial-gradient(ellipse at 18% 78%, rgba(0,229,255,.055), transparent 26%),
    radial-gradient(ellipse at 82% 20%, rgba(0,229,255,.045), transparent 24%);
  opacity: .92;
  transform: translate3d(var(--product-bg-x), var(--product-bg-y), -1px) rotateX(1.5deg);
}

.product-city-stage::after {
  inset: 2% -1%;
  background-image:
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 28px, rgba(0,229,255,.022) 29px 30px, transparent 31px 58px),
    radial-gradient(circle at 50% 50%, transparent 0 17%, rgba(0,229,255,.04) 17.15% 17.35%, transparent 17.55% 100%),
    radial-gradient(ellipse at 50% 52%, transparent 0 24%, rgba(0,229,255,.055) 24.2% 24.6%, transparent 24.9% 100%),
    radial-gradient(ellipse at 50% 52%, transparent 0 37%, rgba(196,236,242,.032) 37.2% 37.45%, transparent 37.8% 100%),
    repeating-radial-gradient(ellipse at 50% 54%, transparent 0 54px, rgba(196,236,242,.018) 55px 56px, transparent 57px 112px),
    linear-gradient(105deg, transparent 0 34%, rgba(0,229,255,.04) 34.2% 34.45%, transparent 34.8% 100%),
    linear-gradient(64deg, transparent 0 57%, rgba(196,236,242,.032) 57.2% 57.45%, transparent 57.8% 100%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 360px 360px, 420px 420px;
  opacity: .38;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 62%, transparent 84%);
}

.product-city-stage .product-connection-layer {
  transform: translateZ(0);
}

.product-story-stage.product-city-stage[data-story-step="1"],
.product-story-stage.product-city-stage[data-story-step="2"],
.product-story-stage.product-city-stage[data-story-step="3"],
.product-story-stage.product-city-stage[data-story-step="4"],
.product-story-stage.product-city-stage[data-story-step="5"],
.product-story-stage.product-city-stage[data-story-step="6"],
.product-story-stage.product-city-stage[data-story-step="7"] {
  pointer-events: auto !important;
}

.product-city-stage .product-connection-layer::before {
  content: "";
}

.product-city-stage .product-ambient::before {
  content: "PI CAMPUS / DIGITAL PRODUCT ECOSYSTEM";
  left: 5%;
  bottom: 9%;
}

.product-city-stage .product-ambient::after {
  content: "POWERED BY PI PLATFORM / EVERYTHING CONNECTED";
  right: 5%;
  top: 10%;
}

.product-city-stage .product-build-core {
  width: clamp(250px, 22vw, 335px);
  filter: drop-shadow(0 42px 110px rgba(0,0,0,.5));
  --core-light-x: 50%;
  --core-light-y: 34%;
}

.product-city-stage .product-build-core::before {
  inset: 12%;
  opacity: .72;
  background:
    radial-gradient(circle at 29% 34%, rgba(0,229,255,.72) 0 2px, transparent 2.8px),
    radial-gradient(circle at 72% 38%, rgba(247,251,252,.5) 0 1.5px, transparent 2.3px),
    radial-gradient(circle at 44% 72%, rgba(151,255,205,.52) 0 1.7px, transparent 2.5px),
    linear-gradient(90deg, transparent 0 31%, rgba(0,229,255,.17) 31.2% 32%, transparent 32.2% 59%, rgba(0,229,255,.12) 59.2% 59.8%, transparent 60% 100%),
    linear-gradient(0deg, transparent 0 38%, rgba(0,229,255,.14) 38.2% 38.8%, transparent 39% 71%, rgba(247,251,252,.09) 71.2% 71.8%, transparent 72% 100%);
  animation: platformCircuitScan 7.5s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}

.product-city-stage .product-build-core::after {
  inset: -17%;
  border-color: rgba(0,229,255,.105);
  background:
    radial-gradient(circle at var(--core-light-x) var(--core-light-y), rgba(247,251,252,.11), transparent 18%),
    radial-gradient(circle at 50% 50%, rgba(0,229,255,.16), transparent 56%),
    radial-gradient(ellipse at 50% 64%, rgba(0,0,0,.34), transparent 62%);
  animation: platformEnvironmentalGlow 8.5s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}

.product-city-stage .product-build-core .core-ring {
  border-color: rgba(0,229,255,.38);
  border-radius: 44px;
  background:
    conic-gradient(from 20deg at 50% 50%, transparent 0 21%, rgba(0,229,255,.13) 22%, transparent 25% 64%, rgba(247,251,252,.08) 66%, transparent 69% 100%),
    radial-gradient(circle at 50% 42%, rgba(0,229,255,.19), transparent 42%),
    radial-gradient(circle at 18% 12%, rgba(247,251,252,.2), transparent 20%),
    linear-gradient(126deg, transparent 0 23%, rgba(247,251,252,.13) 32%, transparent 47%),
    linear-gradient(145deg, rgba(247,251,252,.2), rgba(247,251,252,.05) 44%, rgba(0,229,255,.14)),
    rgba(5,10,15,.62);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.32),
    inset 0 -1px 0 rgba(0,229,255,.22),
    inset 24px 24px 56px rgba(247,251,252,.04),
    inset -26px -30px 52px rgba(0,0,0,.18),
    0 52px 150px rgba(0,0,0,.58),
    0 0 112px rgba(0,229,255,.22);
  clip-path: polygon(0 36px, 36px 0, calc(100% - 28px) 0, 100% 28px, 100% calc(100% - 36px), calc(100% - 36px) 100%, 28px 100%, 0 calc(100% - 28px));
  animation: productCoreBreathe 8s cubic-bezier(.45, 0, .2, 1) infinite alternate, platformScanRing 9s cubic-bezier(.45, 0, .2, 1) infinite;
}

.product-city-stage .product-build-core .core-mark-logo {
  width: clamp(100px, 9.2vw, 138px);
}

.product-city-stage .product-build-core .core-copy {
  bottom: 64px;
  font-size: 11px;
  color: rgba(247,251,252,.74);
}

.product-city-stage .product-build-core .core-system-line {
  bottom: 41px;
  max-width: 210px;
}

.product-city-stage .product-build-core .core-system-line [data-core-status] {
  min-width: 164px;
}

.product-city-stage .product-build-core .core-system-health {
  bottom: 22px;
}

.product-city-stage .product-route {
  opacity: .16;
  stroke-width: 1.15px;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(0,229,255,.12));
  stroke-dasharray: 1 0;
}

.product-city-stage .product-route[data-product-route="route-website"],
.product-city-stage .product-route[data-product-route="route-crm"],
.product-city-stage .product-route[data-product-route="route-dashboard"] {
  stroke-width: 1.65px;
}

.product-city-stage .product-route.is-active-route {
  opacity: .82;
  stroke-width: 1.9px;
  animation: cityRouteAwaken 1.8s cubic-bezier(.22, 1, .36, 1) both;
}

.product-city-stage .product-module {
  transform:
    translate3d(calc(-50% + var(--product-parallax-x, 0px)), calc(-50% + var(--product-parallax-y, 0px)), 0)
    rotate(var(--module-rotate, 0deg));
}

.product-city-stage .product-module.is-built-card {
  pointer-events: auto;
}

.product-city-stage .product-module::before {
  inset: 30px 8px -18px;
  border-radius: 42%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0,229,255,.16), rgba(0,0,0,.28) 56%, transparent 75%),
    linear-gradient(90deg, transparent 0 18%, rgba(0,229,255,.16) 18.5% 19%, transparent 19.5% 80%, rgba(0,229,255,.12) 80.5% 81%, transparent 81.5%);
  filter: blur(13px);
  opacity: .36;
}

.product-city-stage .product-module::after {
  content: attr(data-live);
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 2;
  min-width: max-content;
  color: rgba(196,236,242,.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  opacity: .58;
  transition: opacity 260ms cubic-bezier(.22, 1, .36, 1), color 260ms cubic-bezier(.22, 1, .36, 1), transform 260ms cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.product-city-stage .product-module-inner {
  display: grid;
  grid-template-columns: 42px auto;
  min-height: var(--station-height, 82px);
  min-width: var(--station-width, 164px);
  padding: var(--station-padding, 13px 18px 14px 12px);
  gap: 13px;
  border-color: rgba(247,251,252,.12);
  border-radius: var(--station-radius, 24px);
  background:
    radial-gradient(circle at 18% 16%, rgba(247,251,252,.12), transparent 28%),
    radial-gradient(ellipse at 50% 110%, rgba(0,229,255,.11), transparent 50%),
    linear-gradient(128deg, transparent 0 23%, rgba(247,251,252,.07) 36%, transparent 52%),
    linear-gradient(145deg, rgba(247,251,252,.105), rgba(247,251,252,.028) 51%, rgba(0,229,255,.065)),
    rgba(5,10,15,.44);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.18),
    inset 0 -1px 0 rgba(0,229,255,.075),
    0 20px 56px rgba(0,0,0,.24);
  backdrop-filter: blur(14px) saturate(118%);
  -webkit-backdrop-filter: blur(14px) saturate(118%);
  animation: none;
}

.product-city-stage .module-cloud.is-built-card,
.product-city-stage .module-api.is-built-card,
.product-city-stage .module-erp.is-built-card {
  opacity: .82;
  filter: saturate(.9) brightness(.9);
}

.product-city-stage .product-module-inner::after {
  border-radius: inherit;
  opacity: .24;
  background-image:
    linear-gradient(90deg, transparent 0 48%, rgba(0,229,255,.055) 48.4% 48.8%, transparent 49.2%),
    radial-gradient(circle at 20% 28%, rgba(247,251,252,.07) 0 1px, transparent 1.4px),
    radial-gradient(circle at 72% 66%, rgba(0,229,255,.09) 0 1px, transparent 1.4px),
    linear-gradient(120deg, transparent 0 28%, rgba(247,251,252,.045) 36%, transparent 46%);
}

.product-city-stage .product-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
}

.product-city-stage .product-copy strong {
  display: block;
  font-size: 10.5px;
  white-space: nowrap;
}

.product-city-stage .product-copy small {
  max-width: var(--station-copy-width, 130px);
}

.product-city-stage .product-status {
  right: 11px;
  top: 10px;
}

.product-city-stage .module-website .product-module-inner {
  --station-width: 208px;
  --station-height: 88px;
  --station-copy-width: 144px;
  border-radius: 30px 18px 34px 24px;
  clip-path: polygon(0 18px, 18px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 24px) 100%, 0 100%);
}

.product-city-stage .module-mobile .product-module-inner {
  --station-width: 170px;
  --station-height: 104px;
  --station-copy-width: 104px;
  grid-template-columns: 38px auto;
  border-radius: 42px 22px 42px 22px;
}

.product-city-stage .module-crm .product-module-inner {
  --station-width: 196px;
  --station-height: 84px;
  --station-copy-width: 128px;
  border-radius: 22px 38px 22px 32px;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.product-city-stage .module-erp .product-module-inner {
  --station-width: 152px;
  --station-height: 108px;
  --station-copy-width: 90px;
  grid-template-columns: 42px auto;
  border-radius: 20px;
  clip-path: polygon(0 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.product-city-stage .module-dashboard .product-module-inner {
  --station-width: 220px;
  --station-height: 92px;
  --station-copy-width: 132px;
  border-radius: 22px 22px 40px 22px;
}

.product-city-stage .module-ai .product-module-inner {
  --station-width: 204px;
  --station-height: 100px;
  --station-copy-width: 132px;
  border-radius: 20px 42px 20px 30px;
  clip-path: polygon(0 24px, 24px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.product-city-stage .module-cloud .product-module-inner {
  --station-width: 190px;
  --station-height: 82px;
  --station-copy-width: 122px;
  border-radius: 999px 32px 999px 32px;
}

.product-city-stage .module-api .product-module-inner {
  --station-width: 148px;
  --station-height: 74px;
  --station-copy-width: 84px;
  border-radius: 18px 30px 18px 30px;
  clip-path: polygon(0 18px, 18px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 12px 100%, 0 calc(100% - 12px));
}

.product-city-stage .module-website .product-module-inner,
.product-city-stage .module-crm .product-module-inner,
.product-city-stage .module-dashboard .product-module-inner {
  transform: translateZ(0) scale(1.035);
  border-color: rgba(247,251,252,.18);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.22),
    inset 0 -1px 0 rgba(0,229,255,.1),
    0 24px 68px rgba(0,0,0,.28),
    0 0 34px rgba(0,229,255,.055);
}

.product-city-stage .product-module:hover .product-module-inner,
.product-city-stage .product-module:focus-visible .product-module-inner,
.product-city-stage .product-module.is-flow-card .product-module-inner {
  transform: translateY(-4px) scale(1.035);
}

.product-city-stage .product-module:hover::after,
.product-city-stage .product-module:focus-visible::after,
.product-city-stage .product-module.is-flow-card::after,
.product-city-stage .product-module.is-reacting::after {
  color: rgba(0,229,255,.82);
  opacity: .92;
  transform: translateX(-50%) translateY(1px);
}

.product-city-stage .product-module.is-reacting .product-module-inner {
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.24),
    inset 0 -1px 0 rgba(0,229,255,.16),
    0 26px 72px rgba(0,0,0,.32),
    0 0 42px rgba(0,229,255,.1);
}

.product-city-stage .product-inspector-panel {
  width: min(250px, calc(100% - 36px));
  padding: 13px 14px 12px;
  border-radius: 18px;
}

.product-city-stage .product-inspector-panel dl div:nth-child(n+5) {
  display: none;
}

.product-city-stage .product-route[data-product-route="route-healthcare"],
.product-city-stage .product-route[data-product-route="route-real-estate"],
.product-city-stage .product-route[data-product-route="route-retail"],
.product-city-stage .product-route[data-product-route="route-manufacturing"] {
  stroke-width: 1.65px;
}

.product-city-stage .module-hospitality.is-built-card,
.product-city-stage .module-logistics.is-built-card,
.product-city-stage .module-construction.is-built-card,
.product-city-stage .module-automotive.is-built-card {
  opacity: .82;
  filter: saturate(.9) brightness(.9);
}

.product-city-stage .module-healthcare .product-module-inner,
.product-city-stage .module-real-estate .product-module-inner,
.product-city-stage .module-retail .product-module-inner,
.product-city-stage .module-manufacturing .product-module-inner {
  transform: translateZ(0) scale(1.025);
  border-color: rgba(247,251,252,.18);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.22),
    inset 0 -1px 0 rgba(0,229,255,.1),
    0 24px 68px rgba(0,0,0,.28),
    0 0 34px rgba(0,229,255,.055);
}

.product-city-stage .module-healthcare .product-module-inner {
  --station-width: 188px;
  --station-height: 90px;
  --station-copy-width: 126px;
  border-radius: 30px 18px 34px 24px;
  clip-path: polygon(0 18px, 18px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 24px) 100%, 0 100%);
}

.product-city-stage .module-real-estate .product-module-inner {
  --station-width: 190px;
  --station-height: 86px;
  --station-copy-width: 126px;
  border-radius: 22px 38px 22px 32px;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.product-city-stage .module-education .product-module-inner {
  --station-width: 172px;
  --station-height: 82px;
  --station-copy-width: 112px;
  border-radius: 18px 30px 18px 30px;
}

.product-city-stage .module-retail .product-module-inner {
  --station-width: 156px;
  --station-height: 104px;
  --station-copy-width: 94px;
  grid-template-columns: 38px auto;
  border-radius: 42px 22px 42px 22px;
}

.product-city-stage .module-manufacturing .product-module-inner {
  --station-width: 214px;
  --station-height: 100px;
  --station-copy-width: 138px;
  border-radius: 20px 42px 20px 30px;
  clip-path: polygon(0 24px, 24px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.product-city-stage .module-finance .product-module-inner {
  --station-width: 166px;
  --station-height: 82px;
  --station-copy-width: 102px;
  border-radius: 999px 32px 999px 32px;
}

.product-city-stage .module-hospitality .product-module-inner {
  --station-width: 180px;
  --station-height: 82px;
  --station-copy-width: 116px;
  border-radius: 22px 22px 40px 22px;
}

.product-city-stage .module-logistics .product-module-inner {
  --station-width: 164px;
  --station-height: 78px;
  --station-copy-width: 100px;
  border-radius: 18px 30px 18px 30px;
  clip-path: polygon(0 18px, 18px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 12px 100%, 0 calc(100% - 12px));
}

.product-city-stage .module-restaurant .product-module-inner {
  --station-width: 164px;
  --station-height: 88px;
  --station-copy-width: 102px;
  border-radius: 24px 36px 24px 18px;
}

.product-city-stage .module-legal .product-module-inner {
  --station-width: 142px;
  --station-height: 80px;
  --station-copy-width: 84px;
  border-radius: 20px;
  clip-path: polygon(0 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.product-city-stage .module-construction .product-module-inner {
  --station-width: 190px;
  --station-height: 82px;
  --station-copy-width: 120px;
  border-radius: 18px 34px 18px 26px;
}

.product-city-stage .module-automotive .product-module-inner {
  --station-width: 178px;
  --station-height: 78px;
  --station-copy-width: 108px;
  border-radius: 999px 28px 999px 28px;
}

/* Hero industry destinations: replace module cards with landmark platforms. */
.product-city-stage .product-build-core {
  width: clamp(210px, 18.5vw, 276px);
}

.product-city-stage .product-build-core .core-mark-logo {
  width: clamp(86px, 7.8vw, 116px);
}

.product-city-stage .product-build-core .core-copy {
  bottom: 58px;
}

.product-city-stage .product-build-core .core-system-line {
  bottom: 36px;
}

.product-city-stage .product-build-core .core-system-health {
  bottom: 18px;
}

.product-city-stage .product-module {
  --landmark-width: 104px;
  --landmark-height: 90px;
  --landmark-scale: 1;
  --platform-width: 84px;
  --platform-depth: 19px;
  width: var(--landmark-width);
  min-width: 0;
}

.product-city-stage .product-module::before {
  inset: auto 12px 18px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0,229,255,.18), rgba(0,0,0,.3) 58%, transparent 76%);
  filter: blur(12px);
  opacity: .48;
}

.product-city-stage .product-module::after {
  top: calc(100% + 4px);
  color: rgba(196,236,242,.42);
  font-size: 7px;
  letter-spacing: .14em;
}

.product-city-stage .product-module-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: var(--landmark-width);
  min-width: 0;
  min-height: var(--landmark-height);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  clip-path: none !important;
  overflow: visible;
  transform: translateZ(0) scale(var(--landmark-scale)) !important;
}

.product-city-stage .product-module-inner::before {
  inset: auto 50% 22px auto;
  width: var(--platform-width);
  height: var(--platform-depth);
  border: 1px solid rgba(247,251,252,.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(247,251,252,.12), rgba(247,251,252,.025)),
    radial-gradient(ellipse at 50% 42%, rgba(0,229,255,.18), transparent 66%),
    rgba(5,10,15,.48);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.16),
    inset 0 -1px 0 rgba(0,229,255,.1),
    0 16px 34px rgba(0,0,0,.26);
  opacity: .92;
  mix-blend-mode: normal;
  transform: translateX(50%) skewX(-14deg);
}

.product-city-stage .product-module-inner::after {
  inset: auto 50% 38px auto;
  width: calc(var(--platform-width) * .72);
  height: 42px;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(0,229,255,.13), transparent 68%);
  opacity: .7;
  animation: none;
  transform: translateX(50%);
}

.product-city-stage .product-icon {
  position: absolute;
  left: 50%;
  bottom: 38px;
  width: clamp(62px, 5.5vw, 82px);
  height: clamp(54px, 4.9vw, 74px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(0,229,255,.88);
  transform: translate3d(calc(-50% + var(--product-icon-x, 0px)), var(--product-icon-y, 0px), 0);
}

.product-city-stage .product-icon::before,
.product-city-stage .product-icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.product-city-stage .product-icon::before {
  inset: 8% 12% 2%;
  border-radius: 18px 18px 10px 10px;
  background:
    linear-gradient(145deg, rgba(247,251,252,.1), rgba(0,229,255,.035)),
    rgba(5,10,15,.36);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.12),
    inset 0 -1px 0 rgba(0,229,255,.09);
  opacity: .62;
  transform: skewX(-5deg);
}

.product-city-stage .product-icon::after {
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 30%, rgba(247,251,252,.16) 43%, transparent 58%);
  opacity: .22;
  mix-blend-mode: screen;
}

.product-city-stage .product-icon svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 11px rgba(0,229,255,.18));
}

.product-city-stage .product-icon svg :is(path, rect, circle, line, polyline) {
  vector-effect: non-scaling-stroke;
}

.product-city-stage .product-copy {
  position: absolute;
  left: 50%;
  top: calc(100% - 21px);
  z-index: 3;
  width: max-content;
  transform: translateX(-50%);
  text-align: center;
}

.product-city-stage .product-copy strong {
  display: block;
  color: rgba(247,251,252,.86);
  font-size: 9px;
  font-weight: 880;
  letter-spacing: .13em;
  text-shadow: 0 0 18px rgba(0,229,255,.08);
}

.product-city-stage .product-copy small {
  display: none;
}

.product-city-stage .product-status {
  right: calc(50% - 45px);
  top: 10px;
}

.product-city-stage .product-status span {
  width: 7px;
  height: 7px;
  background: rgba(0,229,255,.54);
  box-shadow: 0 0 0 4px rgba(0,229,255,.05), 0 0 14px rgba(0,229,255,.14);
}

.product-city-stage .module-healthcare,
.product-city-stage .module-real-estate,
.product-city-stage .module-manufacturing {
  --landmark-width: 116px;
  --landmark-height: 98px;
  --landmark-scale: 1.04;
  --platform-width: 94px;
}

.product-city-stage .module-retail,
.product-city-stage .module-education,
.product-city-stage .module-finance,
.product-city-stage .module-legal,
.product-city-stage .module-restaurant {
  --landmark-width: 116px;
  --landmark-height: 96px;
  --platform-width: 88px;
}

.product-city-stage .module-hospitality,
.product-city-stage .module-logistics,
.product-city-stage .module-construction,
.product-city-stage .module-automotive {
  --landmark-width: 100px;
  --landmark-height: 90px;
  --landmark-scale: .96;
  --platform-width: 78px;
}

.product-city-stage .module-finance .product-icon,
.product-city-stage .module-legal .product-icon {
  width: clamp(58px, 5vw, 74px);
}

.product-city-stage .module-logistics .product-icon,
.product-city-stage .module-automotive .product-icon {
  width: clamp(66px, 5.7vw, 86px);
}

.product-city-stage .module-hospitality.is-built-card,
.product-city-stage .module-logistics.is-built-card,
.product-city-stage .module-construction.is-built-card,
.product-city-stage .module-automotive.is-built-card {
  opacity: .78;
  filter: saturate(.86) brightness(.88);
}

.product-city-stage .module-healthcare .product-module-inner,
.product-city-stage .module-real-estate .product-module-inner,
.product-city-stage .module-retail .product-module-inner,
.product-city-stage .module-manufacturing .product-module-inner,
.product-city-stage .module-website .product-module-inner,
.product-city-stage .module-crm .product-module-inner,
.product-city-stage .module-dashboard .product-module-inner {
  border: 0;
  box-shadow: none;
  transform: translateZ(0) scale(var(--landmark-scale)) !important;
}

.product-city-stage .product-module:hover .product-module-inner,
.product-city-stage .product-module:focus-visible .product-module-inner,
.product-city-stage .product-module.is-flow-card .product-module-inner,
.product-city-stage .product-module.is-inspecting .product-module-inner {
  min-height: var(--landmark-height);
  background: transparent;
  box-shadow: none;
  border-color: transparent;
  transform: translateY(-5px) scale(calc(var(--landmark-scale) * 1.02)) !important;
}

.product-city-stage .product-module:hover .product-icon,
.product-city-stage .product-module:focus-visible .product-icon,
.product-city-stage .product-module.is-flow-card .product-icon {
  color: rgba(0,229,255,.98);
  filter: drop-shadow(0 0 18px rgba(0,229,255,.2));
}

.product-city-stage .product-module:hover .product-icon::before,
.product-city-stage .product-module:focus-visible .product-icon::before,
.product-city-stage .product-module.is-flow-card .product-icon::before {
  opacity: .78;
}

.product-city-stage .product-module:hover::after,
.product-city-stage .product-module:focus-visible::after,
.product-city-stage .product-module.is-flow-card::after,
.product-city-stage .product-module.is-reacting::after {
  opacity: .82;
}

@keyframes platformCircuitScan {
  0%, 100% { opacity: .54; transform: translate3d(-1px, 1px, 0); filter: brightness(.94); }
  45% { opacity: .82; transform: translate3d(1px, -1px, 0); filter: brightness(1.06); }
  64% { opacity: .68; transform: translate3d(0, 0, 0); filter: brightness(1); }
}

@keyframes platformEnvironmentalGlow {
  from { opacity: .34; transform: scale(.985); }
  to { opacity: .54; transform: scale(1.018); }
}

@keyframes platformScanRing {
  0%, 84%, 100% { filter: brightness(1); }
  90% { filter: brightness(1.08); }
}

@keyframes cityRouteAwaken {
  from { stroke-dasharray: .02 .08; stroke-dashoffset: .18; }
  to { stroke-dasharray: 1 0; stroke-dashoffset: 0; }
}

/* Homepage V2 agency hero: calm editorial product ecosystem. */
.agency-hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(96px, 10.5svh, 132px) clamp(20px, 4vw, 72px) clamp(58px, 7svh, 96px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 72% 34%, rgba(0,229,255,.12), transparent 30%),
    radial-gradient(ellipse at 18% 20%, rgba(0,229,255,.06), transparent 28%),
    linear-gradient(90deg, rgba(0,229,255,.034) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,229,255,.026) 1px, transparent 1px),
    #05070b;
  background-size: auto, auto, 104px 104px, 104px 104px, auto;
}

.agency-hero::before,
.agency-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.agency-hero::before {
  background:
    radial-gradient(circle at 68% 48%, transparent 0 22%, rgba(0,229,255,.035) 22.2% 22.5%, transparent 22.8%),
    radial-gradient(circle at 70% 50%, transparent 0 34%, rgba(196,236,242,.026) 34.2% 34.45%, transparent 34.8%),
    linear-gradient(124deg, transparent 0 54%, rgba(0,229,255,.035) 54.1% 54.28%, transparent 54.5%),
    linear-gradient(38deg, transparent 0 42%, rgba(196,236,242,.024) 42.1% 42.25%, transparent 42.5%);
  opacity: .78;
  mask-image: radial-gradient(ellipse at 67% 48%, #000 0 58%, transparent 78%);
}

.agency-hero::after {
  background: radial-gradient(ellipse at 50% 100%, rgba(0,0,0,.55), transparent 58%);
}

.agency-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1480px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, .42fr) minmax(650px, .58fr);
  align-items: center;
  gap: clamp(30px, 3.6vw, 72px);
}

.agency-hero-copy {
  max-width: 680px;
}

.agency-hero .eyebrow {
  width: fit-content;
  margin-bottom: 24px;
  padding: 9px 13px;
  border: 1px solid rgba(0,229,255,.14);
  border-radius: 999px;
  background: rgba(0,229,255,.035);
  box-shadow: inset 0 1px 0 rgba(247,251,252,.08);
}

.agency-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #f7fbfc;
  font-size: clamp(44px, 4.18vw, 76px);
  line-height: .95;
  letter-spacing: 0;
  font-weight: 920;
}

.agency-hero h1 span {
  display: block;
  color: var(--cyan);
  text-shadow: 0 0 34px rgba(0,229,255,.16);
}

.agency-hero .lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(225,239,243,.72);
  font-size: clamp(17px, 1.28vw, 21px);
  line-height: 1.56;
}

.agency-hero .home-hero-actions {
  justify-content: flex-start;
  margin-top: 24px;
}

.agency-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(620px, 100%);
  margin: 28px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(247,251,252,.1);
}

.agency-hero-trust div {
  padding-right: 22px;
}

.agency-hero-trust div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(247,251,252,.1);
}

.agency-hero-trust dt {
  color: rgba(0,229,255,.95);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 920;
  line-height: 1;
}

.agency-hero-trust dd {
  margin: 7px 0 0;
  color: rgba(225,239,243,.58);
  font-size: 13px;
  line-height: 1.35;
}

.agency-ecosystem {
  position: relative;
  min-height: clamp(500px, 58svh, 660px);
  border-radius: 46px;
  perspective: 1800px;
  transform-style: preserve-3d;
}

.agency-ecosystem::before,
.agency-ecosystem::after {
  content: "";
  position: absolute;
  inset: 4% 2%;
  pointer-events: none;
}

.agency-ecosystem::before {
  border-radius: 42px;
  background:
    radial-gradient(ellipse at 52% 48%, rgba(0,229,255,.13), transparent 42%),
    radial-gradient(circle at 52% 48%, rgba(247,251,252,.045), transparent 18%),
    linear-gradient(90deg, transparent 0 14%, rgba(196,236,242,.035) 14.1% 14.24%, transparent 14.4% 82%, rgba(196,236,242,.025) 82.1% 82.24%, transparent 82.4%),
    linear-gradient(0deg, transparent 0 16%, rgba(196,236,242,.026) 16.1% 16.24%, transparent 16.4% 78%, rgba(196,236,242,.02) 78.1% 78.24%, transparent 78.4%);
  opacity: .86;
  transform: translate3d(var(--ecosystem-bg-x, 0px), var(--ecosystem-bg-y, 0px), -40px);
}

.agency-ecosystem::after {
  inset: 8% 8%;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 0 50%, rgba(0,229,255,.045) 50.08% 50.2%, transparent 50.3%),
    linear-gradient(0deg, transparent 0 50%, rgba(0,229,255,.035) 50.08% 50.2%, transparent 50.3%),
    repeating-radial-gradient(ellipse at 52% 50%, transparent 0 46px, rgba(0,229,255,.025) 47px 48px, transparent 49px 96px),
    radial-gradient(ellipse at 50% 55%, rgba(0,229,255,.05), transparent 56%);
  opacity: .58;
  transform: translate3d(calc(var(--ecosystem-bg-x, 0px) * .6), calc(var(--ecosystem-bg-y, 0px) * .6), -20px);
}

.agency-ecosystem-routes::before,
.agency-ecosystem-routes::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.agency-ecosystem-routes {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.agency-route {
  fill: none;
  stroke: url(#agencyRouteGradient);
  stroke-width: 1.15;
  stroke-linecap: round;
  opacity: .14;
  transition: opacity 320ms var(--ease), stroke-width 320ms var(--ease);
}

.agency-route.is-active {
  opacity: .78;
  stroke-width: 1.7;
  stroke-dasharray: .16 .08;
  animation: agencyRouteFlow 1.45s cubic-bezier(.22, 1, .36, 1) both;
}

.agency-signal {
  fill: rgba(0,229,255,.86);
  filter: drop-shadow(0 0 10px rgba(0,229,255,.3));
  opacity: 0;
}

.agency-pi-platform,
.workspace-card,
.agency-tooltip {
  position: absolute;
}

.agency-pi-platform {
  z-index: 7;
  left: 50%;
  top: 46%;
  width: clamp(176px, 15vw, 230px);
  aspect-ratio: 1 / .86;
  display: grid;
  place-items: center;
  padding: 19px 20px 17px;
  color: #f7fbfc;
  text-align: center;
  transform: translate3d(-50%, -50%, 44px);
  border: 1px solid rgba(247,251,252,.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at var(--platform-light-x, 34%) var(--platform-light-y, 24%), rgba(247,251,252,.2), transparent 24%),
    radial-gradient(ellipse at 50% 74%, rgba(0,229,255,.17), transparent 48%),
    linear-gradient(142deg, rgba(247,251,252,.16), rgba(247,251,252,.045) 45%, rgba(0,229,255,.09)),
    rgba(9,18,24,.68);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.24),
    inset 0 -1px 0 rgba(0,229,255,.16),
    inset 18px 0 36px rgba(247,251,252,.035),
    0 54px 140px rgba(0,0,0,.5),
    0 0 90px rgba(0,229,255,.16);
  backdrop-filter: blur(18px) saturate(122%);
  -webkit-backdrop-filter: blur(18px) saturate(122%);
  overflow: hidden;
  animation: agencyPlatformBreathe 8s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}

.agency-pi-platform::before,
.agency-pi-platform::after,
.platform-halo {
  content: "";
  position: absolute;
  pointer-events: none;
}

.agency-pi-platform::before {
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(247,251,252,.2), transparent 12%),
    linear-gradient(115deg, transparent 0 26%, rgba(247,251,252,.16) 38%, transparent 52%),
    linear-gradient(90deg, transparent 0 31%, rgba(0,229,255,.12) 31.2% 31.6%, transparent 32% 69%, rgba(0,229,255,.08) 69.2% 69.6%, transparent 70%),
    linear-gradient(0deg, transparent 0 38%, rgba(0,229,255,.1) 38.2% 38.6%, transparent 39% 73%, rgba(247,251,252,.07) 73.2% 73.6%, transparent 74%);
  opacity: .68;
}

.agency-pi-platform::after {
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(0,229,255,.16);
}

.platform-halo {
  inset: -34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,.15), transparent 62%);
  opacity: .72;
  animation: agencyHaloPulse 7s cubic-bezier(.45, 0, .2, 1) infinite;
}

.platform-logo {
  position: relative;
  z-index: 1;
  width: clamp(52px, 5vw, 76px);
  display: grid;
  place-items: center;
}

.platform-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 24px rgba(0,229,255,.22));
}

.platform-kicker,
.platform-title,
.platform-status {
  position: relative;
  z-index: 1;
}

.platform-kicker {
  margin-top: 10px;
  color: rgba(0,229,255,.82);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.platform-title {
  margin-top: 5px;
  color: rgba(247,251,252,.9);
  font-size: clamp(12px, .92vw, 15px);
  font-weight: 860;
  line-height: 1.14;
}

.platform-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  color: rgba(196,236,242,.72);
  font-size: 10px;
  font-weight: 780;
}

.platform-status span {
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.platform-status span.is-changing {
  opacity: .18;
  transform: translateY(3px);
}

.platform-status i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #00e5ff;
  box-shadow: 0 0 0 5px rgba(0,229,255,.08), 0 0 18px rgba(0,229,255,.28);
  animation: agencyLedPulse 3.6s cubic-bezier(.45, 0, .2, 1) infinite;
}

.workspace-card {
  z-index: 5;
  width: var(--workspace-w, 158px);
  min-height: var(--workspace-h, 98px);
  padding: 14px 15px 13px;
  border: 1px solid rgba(247,251,252,.12);
  border-radius: var(--workspace-radius, 26px);
  color: rgba(247,251,252,.88);
  text-align: left;
  background:
    radial-gradient(circle at var(--shine-x, 25%) var(--shine-y, 16%), rgba(247,251,252,.16), transparent 27%),
    radial-gradient(ellipse at 50% 110%, rgba(0,229,255,.1), transparent 54%),
    linear-gradient(180deg, rgba(255,255,255,.018), transparent 38%),
    linear-gradient(128deg, transparent 0 24%, rgba(247,251,252,.08) 36%, transparent 52%),
    linear-gradient(145deg, rgba(247,251,252,.1), rgba(247,251,252,.032) 50%, rgba(0,229,255,.055)),
    rgba(7,14,20,.58);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.18),
    inset 0 -1px 0 rgba(0,229,255,.08),
    0 var(--workspace-shadow-y, 30px) var(--workspace-shadow-blur, 72px) rgba(0,0,0,.32);
  backdrop-filter: blur(var(--workspace-blur, 16px)) saturate(118%);
  -webkit-backdrop-filter: blur(var(--workspace-blur, 16px)) saturate(118%);
  transform:
    translate3d(-50%, -50%, var(--workspace-z, 0px))
    rotate(var(--workspace-rotate, 0deg))
    translate3d(var(--workspace-parallax-x, 0px), var(--workspace-parallax-y, 0px), 0);
  transition:
    border-color 260ms var(--ease),
    box-shadow 260ms var(--ease),
    filter 260ms var(--ease),
    opacity 260ms var(--ease),
    transform 360ms var(--ease);
  cursor: pointer;
  will-change: transform, opacity;
}

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

.workspace-card::before {
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(112deg, transparent 0 30%, rgba(247,251,252,.16) 43%, transparent 58%);
  opacity: .18;
  transform: translateX(var(--reflection-x, 0px));
}

.workspace-card::after {
  right: 14px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0,229,255,.72);
  box-shadow: 0 0 0 5px rgba(0,229,255,.06), 0 0 16px rgba(0,229,255,.18);
  animation: agencyLedPulse 4.8s cubic-bezier(.45, 0, .2, 1) infinite;
}

.workspace-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.workspace-top i {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(0,229,255,.18);
  border-radius: 13px;
  color: rgba(0,229,255,.88);
  background: rgba(0,229,255,.055);
}

.workspace-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workspace-top b {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.workspace-metric {
  display: block;
  margin-top: 16px;
  color: rgba(196,236,242,.72);
  font-size: 13px;
  font-weight: 760;
  transition: color 220ms var(--ease), opacity 220ms var(--ease), transform 220ms var(--ease);
}

.workspace-card.is-active .workspace-metric {
  color: rgba(247,251,252,.9);
  transform: translateY(-1px);
}

.workspace-chart {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 28px;
  margin-top: 13px;
}

.workspace-chart i {
  width: 8px;
  min-height: 8px;
  border-radius: 999px 999px 2px 2px;
  background: linear-gradient(180deg, rgba(0,229,255,.8), rgba(0,229,255,.18));
  transform-origin: bottom;
  animation: agencyMicroBar 6.8s cubic-bezier(.45, 0, .2, 1) infinite;
}

.workspace-chart i:nth-child(1) { height: 10px; opacity: .5; }
.workspace-chart i:nth-child(2) { height: 18px; opacity: .65; animation-delay: 1.1s; }
.workspace-chart i:nth-child(3) { height: 13px; opacity: .55; animation-delay: 2.3s; }
.workspace-chart i:nth-child(4) { height: 26px; opacity: .78; animation-delay: 3.2s; }

.workspace-line {
  display: block;
  position: relative;
  height: 28px;
  margin-top: 14px;
  overflow: hidden;
}

.workspace-line::before {
  content: "";
  position: absolute;
  inset: 8px 0 0;
  background:
    linear-gradient(135deg, transparent 0 16%, rgba(0,229,255,.3) 16.5% 18%, transparent 18.5% 38%, rgba(0,229,255,.52) 39% 41%, transparent 41.5% 62%, rgba(0,229,255,.3) 62.5% 64%, transparent 64.5%),
    linear-gradient(90deg, rgba(196,236,242,.1), transparent);
  clip-path: polygon(0 70%, 18% 54%, 34% 60%, 52% 24%, 72% 40%, 100% 8%, 100% 100%, 0 100%);
  opacity: .8;
  animation: agencyLineDrift 7.4s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}

.workspace-healthcare {
  left: 18%;
  top: 24%;
  --workspace-w: 150px;
  --workspace-h: 94px;
  --workspace-z: 50px;
  --workspace-rotate: -3deg;
}

.workspace-crm {
  left: 82%;
  top: 24%;
  --workspace-w: 144px;
  --workspace-h: 90px;
  --workspace-z: 28px;
  --workspace-rotate: 2deg;
}

.workspace-retail {
  left: 12%;
  top: 52%;
  --workspace-w: 134px;
  --workspace-h: 88px;
  --workspace-z: -10px;
  --workspace-rotate: 4deg;
  opacity: .84;
  filter: brightness(.88) saturate(.88) blur(.15px);
}

.workspace-manufacturing {
  left: 88%;
  top: 52%;
  --workspace-w: 152px;
  --workspace-h: 96px;
  --workspace-z: 60px;
  --workspace-rotate: -2deg;
}

.workspace-education {
  left: 50%;
  top: 9%;
  --workspace-w: 136px;
  --workspace-h: 88px;
  --workspace-z: 16px;
  --workspace-rotate: 1deg;
}

.workspace-real-estate {
  left: 50%;
  top: 86%;
  --workspace-w: 136px;
  --workspace-h: 88px;
  --workspace-z: -8px;
  --workspace-rotate: -2deg;
  opacity: .86;
}

.workspace-dashboard {
  left: 24%;
  top: 82%;
  --workspace-w: 148px;
  --workspace-h: 94px;
  --workspace-z: 44px;
  --workspace-rotate: 2deg;
}

.workspace-cloud {
  left: 76%;
  top: 82%;
  --workspace-w: 132px;
  --workspace-h: 88px;
  --workspace-z: 20px;
  --workspace-rotate: 3deg;
}

.workspace-card:hover,
.workspace-card:focus-visible,
.workspace-card.is-active {
  z-index: 8;
  opacity: 1;
  filter: brightness(1.05) saturate(1.08);
  border-color: rgba(0,229,255,.34);
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.22),
    inset 0 -1px 0 rgba(0,229,255,.16),
    0 36px 92px rgba(0,0,0,.38),
    0 0 40px rgba(0,229,255,.11);
  transform:
    translate3d(-50%, calc(-50% - 8px), var(--workspace-z, 0px))
    rotate(var(--workspace-rotate, 0deg))
    translate3d(var(--workspace-parallax-x, 0px), var(--workspace-parallax-y, 0px), 0);
}

.workspace-card:focus-visible {
  outline: 2px solid rgba(0,229,255,.62);
  outline-offset: 6px;
}

.agency-ecosystem.is-focused .workspace-card:not(.is-active):not(.is-related) {
  opacity: .48;
  filter: brightness(.72) saturate(.72) blur(.4px);
}

.agency-ecosystem.is-focused .agency-pi-platform {
  box-shadow:
    inset 0 1px 0 rgba(247,251,252,.26),
    inset 0 -1px 0 rgba(0,229,255,.18),
    0 58px 150px rgba(0,0,0,.55),
    0 0 116px rgba(0,229,255,.2);
}

.agency-tooltip {
  left: var(--tooltip-x, 50%);
  top: var(--tooltip-y, 50%);
  width: max-content;
  max-width: 260px;
  padding: 11px 14px;
  border: 1px solid rgba(247,251,252,.12);
  border-radius: 16px;
  color: rgba(247,251,252,.86);
  background: rgba(8,15,21,.72);
  box-shadow: 0 20px 54px rgba(0,0,0,.34), inset 0 1px 0 rgba(247,251,252,.13);
  backdrop-filter: blur(14px) saturate(124%);
  -webkit-backdrop-filter: blur(14px) saturate(124%);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .02em;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 90px);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.agency-tooltip.is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 90px);
}

@keyframes agencyRouteFlow {
  from { stroke-dashoffset: .52; }
  to { stroke-dashoffset: 0; }
}

@keyframes agencyPlatformBreathe {
  from { transform: translate3d(-50%, -50%, 44px) scale(.992); }
  to { transform: translate3d(-50%, -50%, 44px) scale(1.008); }
}

@keyframes agencyHaloPulse {
  0%, 100% { opacity: .42; transform: scale(.96); }
  48% { opacity: .7; transform: scale(1.015); }
}

@keyframes agencyLedPulse {
  0%, 76%, 100% { opacity: .62; }
  84% { opacity: 1; }
}

@keyframes agencyMicroBar {
  0%, 74%, 100% { transform: scaleY(.82); }
  82% { transform: scaleY(1); }
}

@keyframes agencyLineDrift {
  from { transform: translateX(-3px); opacity: .62; }
  to { transform: translateX(3px); opacity: .86; }
}

@media (max-width: 1320px) and (min-width: 1121px) {
  .workspace-card {
    padding: 11px 12px 10px;
  }

  .workspace-top {
    gap: 8px;
  }

  .workspace-top i {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .workspace-top svg {
    width: 18px;
    height: 18px;
  }

  .workspace-top b {
    font-size: 10px;
  }

  .workspace-metric {
    margin-top: 11px;
    font-size: 12px;
  }

  .workspace-chart {
    height: 22px;
    margin-top: 10px;
  }

  .workspace-line {
    height: 22px;
    margin-top: 10px;
  }

  .workspace-healthcare {
    --workspace-w: 138px;
    --workspace-h: 82px;
  }

  .workspace-crm {
    --workspace-w: 132px;
    --workspace-h: 78px;
  }

  .workspace-retail {
    --workspace-w: 122px;
    --workspace-h: 78px;
  }

  .workspace-manufacturing {
    --workspace-w: 140px;
    --workspace-h: 84px;
  }

  .workspace-education {
    --workspace-w: 122px;
    --workspace-h: 74px;
  }

  .workspace-real-estate {
    --workspace-w: 122px;
    --workspace-h: 76px;
  }

  .workspace-dashboard {
    --workspace-w: 134px;
    --workspace-h: 82px;
  }

  .workspace-cloud {
    --workspace-w: 116px;
    --workspace-h: 74px;
  }
}

@media (max-width: 1120px) {
  .agency-hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

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

  .agency-ecosystem {
    min-height: 640px;
  }
}

@media (max-width: 720px) {
  .agency-hero {
    min-height: auto;
    padding: 126px 18px 72px;
  }

  .agency-hero h1 {
    font-size: clamp(42px, 12.4vw, 58px);
  }

  .agency-hero .lead {
    font-size: 17px;
  }

  .agency-hero .home-hero-actions {
    align-items: stretch;
  }

  .agency-hero-trust {
    grid-template-columns: 1fr;
  }

  .agency-hero-trust div,
  .agency-hero-trust div + div {
    padding: 13px 0;
    border-left: 0;
  }

  .agency-hero-trust div + div {
    border-top: 1px solid rgba(247,251,252,.09);
  }

  .agency-ecosystem {
    min-height: 0;
    margin-inline: -8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    align-items: stretch;
    padding: 12px 8px 0;
  }

  .agency-pi-platform {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    width: min(220px, 72%);
    margin: 0 auto 12px;
    transform: none;
  }

  .workspace-card {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto;
    min-height: 112px;
    padding: 13px;
    transform: none !important;
  }

  .workspace-top {
    gap: 8px;
  }

  .workspace-top i {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .workspace-top b {
    font-size: 10px;
  }

  .workspace-metric {
    margin-top: 12px;
    font-size: 12px;
  }

  .agency-ecosystem-routes {
    display: none;
  }

  .workspace-healthcare { order: 2; }
  .workspace-crm { order: 3; }
  .workspace-retail { order: 4; }
  .workspace-manufacturing { order: 5; }
  .workspace-education { order: 6; }
  .workspace-real-estate { order: 7; }
  .workspace-dashboard { order: 8; }
  .workspace-cloud { order: 9; }

  .workspace-card:hover,
  .workspace-card:focus-visible,
  .workspace-card.is-active {
    transform: translateY(-4px) !important;
  }
}

.product-story-hero .hero-trust-v2 {
  position: absolute;
  left: 50%;
  bottom: clamp(38px, 5svh, 72px);
  z-index: 6;
  margin: 0;
  opacity: var(--story-trust-opacity, 0);
  transform: translate3d(-50%, calc((1 - var(--story-trust-opacity, 0)) * 18px), 0);
  pointer-events: none;
  transition: opacity 140ms linear, transform 140ms linear;
}

@media (max-width: 980px) {
  .home-operating-hero .home-architect-canvas.product-lab-stage {
    width: min(100%, 820px);
    height: 640px;
    --ecosystem-radius: clamp(240px, 35vw, 330px);
  }

  .product-build-core {
    width: 170px;
  }

  .product-module {
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .home-operating-hero.product-hero .eyebrow {
    max-width: 300px;
    margin-inline: auto;
    white-space: normal;
    line-height: 1.55;
    letter-spacing: .15em;
  }

  .home-operating-hero.product-hero h1 {
    max-width: 338px;
    font-size: clamp(38px, 10.8vw, 50px);
    line-height: 1;
  }

  .home-operating-hero.product-hero .lead {
    max-width: 318px;
  }

  .home-operating-hero .home-architect-canvas.product-lab-stage {
    width: min(100%, 360px);
    height: 1320px;
  }

  .product-connection-layer {
    display: none;
  }

  .product-build-core {
    top: 48%;
    width: 128px;
  }

  .product-module {
    width: auto;
    min-height: 0;
  }

  .product-module-inner {
    min-height: 58px;
    padding: 10px 13px 10px 10px;
    grid-template-columns: 36px auto;
    gap: 10px;
  }

  .product-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .product-copy strong {
    font-size: 13px;
  }

  .module-healthcare { left: 50%; top: 8%; }
  .module-real-estate { left: 38%; top: 16%; }
  .module-education { left: 64%; top: 24%; }
  .module-retail { left: 37%; top: 32%; }
  .module-manufacturing { left: 62%; top: 40%; }
  .module-finance { left: 38%; top: 48%; }
  .module-hospitality { left: 64%; top: 56%; }
  .module-logistics { left: 38%; top: 64%; }
  .module-restaurant { left: 63%; top: 72%; }
  .module-legal { left: 38%; top: 80%; }
  .module-construction { left: 63%; top: 88%; }
  .module-automotive { left: 50%; top: 96%; }

  .product-inspector-panel,
  .product-flow-event,
  .product-background-event {
    display: block;
  }

  .product-inspector-panel {
    position: fixed;
    left: 14px !important;
    right: 14px;
    bottom: 14px;
    top: auto !important;
    z-index: 40;
    width: auto;
    max-height: 46svh;
    overflow: auto;
    border-radius: 22px;
    transform: translate3d(0, 18px, 0);
  }

  .product-inspector-panel.is-visible {
    transform: translate3d(0, 0, 0);
  }

  .product-flow-event,
  .product-background-event {
    display: none;
  }

  .hero-trust-v2 {
    width: min(100%, 360px);
    padding: 18px 14px;
    border-radius: 22px;
  }

  .hero-logo-row-v2 {
    justify-content: flex-start;
    gap: 24px;
    overflow-x: auto;
    padding: 2px 4px 10px;
    scrollbar-width: none;
  }

  .hero-logo-row-v2::-webkit-scrollbar {
    display: none;
  }

  .hero-logo-row-v2 img {
    flex: 0 0 auto;
    height: 52px;
    max-width: 152px;
  }

  .hero-stats-v2 {
    grid-template-columns: 1fr;
  }

  .hero-stats-v2 div {
    padding: 14px 8px 12px;
  }

  .hero-stats-v2 div + div {
    border-left: 0;
    border-top: 1px solid rgba(247,251,252,.07);
  }
}

@media (max-width: 980px) {
  .home-operating-hero.product-story-hero {
    height: 220svh;
    min-height: 210svh;
  }

  .product-story-hero .hero-sticky {
    min-height: 640px;
  }

  .product-story-hero .product-story-stage {
    top: 54%;
    height: min(600px, 58svh);
  }
}

@media (max-width: 640px) {
  .home-operating-hero.product-story-hero {
    height: 205svh;
    min-height: 195svh;
    padding-inline: 18px;
  }

  .product-story-hero .hero-sticky {
    min-height: 680px;
    align-items: center;
  }

  .product-story-hero .product-story-stage {
    top: 56%;
    width: min(100%, 370px);
    height: min(640px, 58svh);
    margin-top: 28px;
  }

  .product-story-stage .product-build-core {
    top: 50%;
    width: 136px;
  }

  .product-story-stage .product-module {
    transform:
      translate3d(calc(-50% + var(--product-parallax-x, 0px)), calc(-50% + var(--product-parallax-y, 0px) + 12px), 0)
      rotate(var(--module-rotate, 0deg))
      scale(.96);
  }

  .product-story-stage .product-module.is-built-card {
    transform:
      translate3d(calc(-50% + var(--product-parallax-x, 0px)), calc(-50% + var(--product-parallax-y, 0px)), 0)
      rotate(var(--module-rotate, 0deg))
      scale(1);
  }

  .product-story-hero .hero-trust-v2 {
    bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-build-core .core-ring,
  .product-build-core .core-ring::after,
  .product-build-core::before,
  .product-build-core::after,
  .product-build-core .core-system-line i,
  .product-ambient span,
  .product-module-inner,
  .product-module-inner::after,
  .product-route,
  .product-signal,
  .product-signal-packet,
  .product-status span,
  .product-interaction-hint,
  .home-operating-hero.product-hero .home-hero-actions::after,
  .agency-route,
  .agency-pi-platform,
  .agency-pi-platform .platform-halo,
  .platform-status i,
  .workspace-card::after,
  .workspace-chart i,
  .workspace-line::before {
    animation: none !important;
  }

  .product-signal,
  .product-signal-packet,
  .agency-signal {
    display: none;
  }

  .product-route,
  .product-module,
  .product-module-inner,
  .product-flow-event,
  .product-inspector-panel,
  .product-internals,
  .dashboard-micro-metric b,
  .agency-route,
  .workspace-card,
  .agency-tooltip,
  .platform-status span,
  .workspace-metric {
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }
}

/* Final footer cascade: keep the editorial composition above legacy layers. */
body .footer {
  grid-template-columns: minmax(300px, 38fr) minmax(0, 62fr);
  column-gap: clamp(56px, 7vw, 124px);
  row-gap: clamp(42px, 5vw, 72px);
  padding: clamp(82px, 9vw, 132px) max(24px, calc((100vw - var(--max)) / 2)) 32px;
}

body .footer nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(38px, 4.2vw, 64px) clamp(28px, 3.5vw, 52px);
}

body .footer nav .footer-cookie-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
  margin-top: 2px;
  padding-top: 18px;
  border-top: 1px solid rgba(111, 228, 245, .12);
}

body .footer nav .footer-cookie-links h3 {
  margin: 0 8px 0 0;
  color: rgba(224, 244, 247, .56);
  font-size: 10px;
  letter-spacing: .16em;
}

body .footer nav .footer-cookie-links a {
  color: rgba(224, 244, 247, .58);
  font-size: 11px;
}

body .footer nav .footer-cookie-links a:hover,
body .footer nav .footer-cookie-links a:focus-visible {
  color: #63e7f4;
}

body .footer .copyright {
  grid-column: 1;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}

body .footer:not(:has(.footer-system-status)) .copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--footer-line);
}

body .footer .footer-system-status {
  grid-column: 2;
  min-height: 62px;
  display: block;
  padding: 0 24px 0 58px;
  border: 1px solid rgba(0, 229, 255, .18);
  border-radius: 8px;
}

body .footer .footer-system-status::before {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}

@media (max-width: 1040px) {
  body .footer {
    grid-template-columns: minmax(270px, 35fr) minmax(0, 65fr);
    column-gap: clamp(36px, 5vw, 64px);
  }

  body .footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body .footer {
    grid-template-columns: 1fr;
    row-gap: 42px;
    padding-top: 72px;
  }

  body .footer > div:first-child,
  body .footer nav,
  body .footer .footer-cta,
  body .footer .copyright,
  body .footer .footer-system-status {
    grid-column: 1;
  }

  body .footer nav .footer-cookie-links {
    align-items: flex-start;
    gap: 10px 18px;
  }
}

@media (max-width: 480px) {
  body .footer nav {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* Delivery framework: a vertical editorial chapter, not a service-card rail. */
.delivery-framework {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(100px, 12vw, 180px) max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 76% 22%, rgba(0, 229, 255, .09), transparent 25%),
    linear-gradient(180deg, #0b141c 0%, #0c1118 48%, #060a0f 100%);
}

.delivery-framework::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, .045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0, 229, 255, .035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 86%, transparent);
  opacity: .72;
}

.delivery-framework::after {
  content: "";
  position: absolute;
  top: 16%;
  right: 10%;
  z-index: -1;
  width: min(36vw, 500px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 229, 255, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(0, 229, 255, .018), 0 0 0 150px rgba(0, 229, 255, .012);
  opacity: .7;
}

.delivery-intro {
  width: min(760px, 100%);
  margin-bottom: clamp(52px, 8vw, 116px);
}

.delivery-intro h2 {
  max-width: 760px;
  margin: 18px 0 22px;
  color: var(--ink);
  font-size: clamp(46px, 6vw, 90px);
  letter-spacing: -.055em;
  line-height: .98;
}

.delivery-intro > p:last-child {
  max-width: 580px;
  margin: 0;
  color: rgba(196, 236, 242, .68);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
}

.delivery-stages {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.delivery-stages::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 229, 255, .34) 12%, rgba(0, 229, 255, .12) 88%, transparent);
  transform: translateX(-50%);
}

.delivery-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  min-height: min(78vh, 780px);
  padding: clamp(68px, 9vw, 126px) 0;
  border-top: 1px solid rgba(196, 236, 242, .1);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.delivery-stage:last-child {
  border-bottom: 1px solid rgba(196, 236, 242, .1);
}

.delivery-stage.reveal {
  opacity: 0;
  transform: translateY(28px);
}

.delivery-stage.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delivery-stage-copy {
  position: relative;
  z-index: 2;
  max-width: 500px;
  padding: 0 clamp(12px, 5vw, 84px) 0 0;
}

.delivery-stage.is-reversed .delivery-stage-copy {
  order: 2;
  justify-self: end;
  padding: 0 0 0 clamp(12px, 5vw, 84px);
}

.delivery-stage-number {
  display: block;
  margin-bottom: 22px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2em;
}

.delivery-stage-label {
  margin: 0 0 18px;
  color: rgba(196, 236, 242, .55);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.delivery-stage h3 {
  max-width: 500px;
  margin: 0 0 30px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 62px);
  letter-spacing: -.045em;
  line-height: 1.03;
}

.delivery-stage ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(196, 236, 242, .7);
  font-size: 14px;
}

.delivery-stage li li {
  position: relative;
  padding-left: 14px;
}

.delivery-stage li li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
}

.delivery-stage-art-wrap {
  position: relative;
  display: grid;
  min-height: 340px;
  place-items: center;
  padding: 24px;
}

.delivery-stage.is-reversed .delivery-stage-art-wrap {
  order: 1;
}

.delivery-stage-art-wrap::before {
  content: "";
  position: absolute;
  width: min(30vw, 360px);
  aspect-ratio: 1;
  border: 1px solid rgba(0, 229, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(0, 229, 255, .018), 0 0 0 60px rgba(0, 229, 255, .012);
}

.delivery-stage-art {
  position: relative;
  width: min(100%, 430px);
  overflow: visible;
}

.delivery-stage-art .delivery-draw,
.delivery-stage-art .delivery-node {
  fill: none;
  stroke: rgba(196, 236, 242, .48);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.delivery-stage-art .delivery-paper {
  fill: rgba(0, 229, 255, .025);
  stroke: rgba(196, 236, 242, .4);
}

.delivery-stage-art .delivery-accent {
  stroke: var(--cyan);
  stroke-width: 2;
}

.delivery-stage-art .delivery-node {
  fill: var(--cyan);
  stroke: #071017;
  stroke-width: 5;
}

.delivery-stage-art .delivery-orbit {
  stroke: rgba(0, 229, 255, .28);
}

.delivery-draw {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
}

.delivery-stage.visible .delivery-draw {
  animation: delivery-draw-in 1100ms var(--ease) forwards;
}

.delivery-stage.visible .delivery-draw:nth-child(2) { animation-delay: 110ms; }
.delivery-stage.visible .delivery-draw:nth-child(3) { animation-delay: 220ms; }
.delivery-stage.visible .delivery-draw:nth-child(4) { animation-delay: 330ms; }

@keyframes delivery-draw-in {
  to { stroke-dashoffset: 0; }
}

@media (max-width: 760px) {
  .delivery-framework {
    padding: 88px 20px;
  }

  .delivery-framework::after {
    top: 20%;
    right: -28%;
    width: 90vw;
  }

  .delivery-intro {
    margin-bottom: 40px;
  }

  .delivery-intro h2 {
    font-size: clamp(42px, 13vw, 68px);
  }

  .delivery-stages::before {
    left: 12px;
    transform: none;
  }

  .delivery-stage,
  .delivery-stage.is-reversed {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 76px 0 90px 38px;
  }

  .delivery-stage-copy,
  .delivery-stage.is-reversed .delivery-stage-copy {
    order: 1;
    max-width: none;
    padding: 0;
  }

  .delivery-stage h3 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .delivery-stage-art-wrap,
  .delivery-stage.is-reversed .delivery-stage-art-wrap {
    order: 2;
    min-height: 250px;
    margin-top: 42px;
    padding: 0;
    place-items: start center;
  }

  .delivery-stage-art-wrap::before {
    width: min(78vw, 300px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .delivery-stage.reveal,
  .delivery-stage.reveal.visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .delivery-stage.visible .delivery-draw,
  .delivery-stage .delivery-draw {
    animation: none;
    stroke-dashoffset: 0;
  }
}

/* Final cascade for the pinned delivery story. */
@media (min-width: 1024px) {
  body .delivery-framework {
    --delivery-progress: 0;
    --delivery-grid-x: 0px;
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    height: 500svh;
    min-height: 500svh;
    padding: 0;
    overflow: clip;
    background: transparent;
    border-radius: 0;
  }

  body .delivery-framework::before {
    background-position: var(--delivery-grid-x) 0, 0 var(--delivery-grid-x);
  }

  body .delivery-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 680px;
    overflow: hidden;
  }

  body .delivery-framework .delivery-intro {
    position: absolute;
    top: clamp(74px, 11vh, 132px);
    left: max(24px, calc((100vw - var(--max)) / 2));
    z-index: 4;
    width: min(600px, calc(100vw - 48px));
    margin: 0;
    opacity: var(--delivery-intro-opacity, 1);
    transform: translate3d(0, var(--delivery-intro-y, 0px), 0);
  }

  body .delivery-stages {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: max-content;
    max-width: none;
    height: 100%;
    margin: 0;
    transform: translate3d(var(--delivery-x, 0px), 0, 0);
    transition: transform 80ms linear;
    will-change: transform;
  }

  body .delivery-stages::before {
    top: 50%;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    transform: none;
  }

  body .delivery-stages::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: calc(var(--delivery-progress, 0) * 100%);
    height: 3px;
    background: linear-gradient(90deg, var(--cyan), rgba(136, 201, 232, .28));
    box-shadow: 0 0 18px rgba(0, 229, 255, .22);
    transform-origin: left;
    pointer-events: none;
  }

  body .delivery-stage,
  body .delivery-stage.is-reversed,
  body .delivery-stage.delivery-stage-final {
    flex: 0 0 100vw;
    width: 100vw;
    height: 100svh;
    min-height: 680px;
    padding: clamp(154px, 18vh, 220px) max(24px, calc((100vw - var(--max)) / 2)) clamp(96px, 12vh, 150px);
    border: 0;
    border-right: 1px solid rgba(196, 236, 242, .08);
    opacity: .34;
    transform: none;
    transition: opacity 480ms var(--ease);
  }

  body .delivery-stage.reveal,
  body .delivery-stage.reveal.visible {
    opacity: .34;
    transform: none;
  }

  body .delivery-stage.is-active,
  body .delivery-stage.reveal.is-active,
  body .delivery-stage.reveal.visible.is-active {
    opacity: 1;
  }

  body .delivery-stage-copy {
    max-width: 560px;
    padding-right: clamp(24px, 6vw, 100px);
  }

  body .delivery-stage.is-reversed .delivery-stage-copy {
    padding-right: 0;
    padding-left: clamp(24px, 6vw, 100px);
  }

  body .delivery-stage-art-wrap,
  body .delivery-stage.is-reversed .delivery-stage-art-wrap {
    min-height: 430px;
    padding: 20px;
  }

  body .delivery-stage-copy,
  body .delivery-stage-art-wrap {
    opacity: var(--delivery-stage-entry, 1);
    transform: translate3d(var(--delivery-mouse-x, 0px), calc(var(--delivery-mouse-y, 0px) + var(--delivery-entry-y, 0px)), 0);
    transition: opacity 420ms var(--ease), transform 620ms var(--ease);
  }

  body .delivery-stage .delivery-stage-art {
    opacity: .82;
    transform: scale(.92);
    transition: opacity 500ms var(--ease), transform 700ms var(--ease);
  }

  body .delivery-stage.is-active .delivery-stage-art {
    opacity: 1;
    transform: scale(1);
  }

  body .delivery-stage .delivery-draw {
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
  }

  body .delivery-stage.is-active .delivery-draw {
    animation: delivery-draw-in 1100ms var(--ease) forwards;
  }

  body .delivery-stage-final {
    display: grid !important;
  }

  body .delivery-final-copy {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding-right: clamp(24px, 6vw, 100px);
  }

  body .delivery-final-copy h3 {
    font-size: clamp(56px, 6.8vw, 108px);
  }

  body .delivery-final-copy > p:not(.delivery-stage-label):not(.delivery-final-status) {
    max-width: 440px;
    color: rgba(196, 236, 242, .7);
    font-size: clamp(18px, 1.6vw, 24px);
  }

  body .delivery-final-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 34px;
    margin: 38px 0 30px;
  }

  body .delivery-final-metrics strong {
    color: var(--cyan);
    font-size: clamp(24px, 2.5vw, 38px);
    line-height: 1;
  }

  body .delivery-final-metrics small {
    display: block;
    margin-top: 8px;
    color: rgba(247, 251, 252, .52);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  body .delivery-final-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    color: var(--cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
  }

  body .delivery-final-status span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 20px rgba(0, 229, 255, .5);
  }

  body .delivery-stage-final .delivery-stage-art-wrap::before {
    display: none;
  }

  body .delivery-stage-final .delivery-stage-art-wrap {
    min-height: 460px;
    padding: 0;
  }

  body .delivery-stage-final .delivery-stage-art {
    width: min(100%, 560px);
  }

  body .delivery-final-industries {
    max-width: 520px !important;
    margin-top: 20px !important;
    color: rgba(196, 236, 242, .46) !important;
    font-size: 11px !important;
    line-height: 1.8;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  body .delivery-final-metrics {
    gap: 22px 30px;
    margin-top: 28px;
  }

  body .delivery-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  body .delivery-ecosystem-art .delivery-ecosystem-routes path {
    fill: none;
    stroke: rgba(0, 229, 255, .56);
    stroke-width: 1.2;
  }

  body .delivery-ecosystem-art .delivery-ecosystem-core {
    fill: rgba(0, 229, 255, .08);
    stroke: var(--cyan);
    stroke-width: 2;
  }

  body .delivery-ecosystem-art .delivery-ecosystem-core-inner {
    fill: rgba(0, 229, 255, .14);
    stroke: rgba(196, 236, 242, .56);
    stroke-width: 1;
  }

  body .delivery-ecosystem-art .delivery-ecosystem-title,
  body .delivery-ecosystem-art .delivery-ecosystem-status,
  body .delivery-ecosystem-art .delivery-ecosystem-labels text {
    fill: rgba(247, 251, 252, .68);
    font-family: var(--font-sans, Arial, sans-serif);
    font-weight: 800;
    letter-spacing: 1.2px;
  }

  body .delivery-ecosystem-art .delivery-ecosystem-title {
    fill: var(--cyan);
    font-size: 12px;
  }

  body .delivery-ecosystem-art .delivery-ecosystem-status {
    fill: rgba(196, 236, 242, .56);
    font-size: 9px;
  }

  body .delivery-ecosystem-art .delivery-ecosystem-labels text {
    font-size: 7px;
  }

  body .delivery-stage-ecosystem .delivery-stage-copy,
  body .delivery-stage-message .delivery-stage-copy {
    max-width: 560px;
  }

  body .delivery-stage-ecosystem {
    grid-template-columns: minmax(0, .35fr) minmax(0, .65fr) !important;
  }

  body .delivery-stage-ecosystem .delivery-stage-copy,
  body .delivery-stage-ecosystem.is-reversed .delivery-stage-copy {
    order: 1;
    justify-self: start;
    max-width: 440px;
    padding-right: clamp(18px, 4vw, 64px);
    padding-left: 0;
  }

  body .delivery-stage-ecosystem .delivery-final-copy > p:not(.delivery-stage-label) {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(12px, 1.05vw, 16px);
  }

  body .delivery-stage-ecosystem .delivery-final-copy h3 {
    max-width: 360px;
    font-size: clamp(36px, 3.6vw, 64px);
    line-height: .96;
  }

  body .delivery-stage-ecosystem .delivery-final-metrics {
    flex-wrap: nowrap;
    gap: 18px 24px;
    margin-top: 26px;
  }

  body .delivery-stage-ecosystem .delivery-final-metrics strong {
    min-width: 0;
    font-size: clamp(16px, 1.65vw, 25px);
    white-space: nowrap;
  }

  body .delivery-stage-ecosystem .delivery-final-metrics small {
    margin-top: 6px;
    font-size: 8px;
    letter-spacing: .08em;
  }

  body .delivery-stage-ecosystem .delivery-stage-art-wrap,
  body .delivery-stage-ecosystem.is-reversed .delivery-stage-art-wrap {
    order: 2;
    min-height: 540px;
    padding: 0;
  }

  body .delivery-stage-ecosystem .delivery-stage-art {
    width: min(100%, 700px);
  }

  body .delivery-stage-ecosystem:not(.is-active) .delivery-final-copy {
    opacity: 0;
  }

  body .delivery-stage-ecosystem.is-active .delivery-final-copy h3,
  body .delivery-stage-ecosystem.is-active .delivery-final-copy > p,
  body .delivery-stage-ecosystem.is-active .delivery-final-metrics {
    opacity: 0;
    animation: delivery-climax-copy-in 300ms var(--ease) forwards;
  }

  body .delivery-stage-ecosystem.is-active .delivery-final-copy h3 { animation-delay: 600ms; }
  body .delivery-stage-ecosystem.is-active .delivery-final-copy > p { animation-delay: 650ms; }
  body .delivery-stage-ecosystem.is-active .delivery-final-metrics { animation-delay: 800ms; }

  body .delivery-stage-ecosystem .delivery-ecosystem-art {
    opacity: 0;
    transform: scale(.86);
  }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-art {
    animation: delivery-ecosystem-arrive 500ms var(--ease) 0ms forwards;
  }

  body .delivery-stage-ecosystem .delivery-ecosystem-core-group {
    transform-box: fill-box;
    transform-origin: center;
    transform: scale(1.4);
  }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-core-group {
    animation: delivery-ecosystem-heartbeat 4s ease-in-out 550ms infinite;
  }

  body .delivery-stage-ecosystem .delivery-ecosystem-core,
  body .delivery-stage-ecosystem .delivery-ecosystem-core-inner,
  body .delivery-stage-ecosystem .delivery-ecosystem-title,
  body .delivery-stage-ecosystem .delivery-ecosystem-status {
    transform-box: fill-box;
    transform-origin: center;
  }

  body .delivery-stage-ecosystem .delivery-ecosystem-nodes circle,
  body .delivery-stage-ecosystem .delivery-ecosystem-labels text,
  body .delivery-stage-ecosystem .delivery-ecosystem-routes path,
  body .delivery-stage-ecosystem .delivery-ecosystem-packets {
    opacity: 0;
  }

  body .delivery-stage-ecosystem .delivery-ecosystem-status {
    transition: opacity 180ms ease;
  }

  body .delivery-stage-ecosystem .delivery-ecosystem-nodes {
    transform-box: view-box;
    transform-origin: 50% 50%;
    transform: scale(1.2);
  }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes {
    opacity: 1;
  }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path {
    animation: delivery-ecosystem-routes-in 280ms var(--ease) forwards;
  }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(1) { animation-delay: .4s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(2) { animation-delay: .5s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(3) { animation-delay: .6s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(4) { animation-delay: .7s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(5) { animation-delay: .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(6) { animation-delay: .85s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(7) { animation-delay: .9s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(8) { animation-delay: .95s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(9) { animation-delay: 1s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(10) { animation-delay: 1.05s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(11) { animation-delay: 1.1s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-routes path:nth-child(12) { animation-delay: 1.15s; }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle {
    animation: delivery-ecosystem-node-in 280ms var(--ease) forwards, delivery-ecosystem-node-breathe 3.6s ease-in-out 800ms infinite;
  }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(1) { animation-delay: .2s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(2) { animation-delay: .25s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(3) { animation-delay: .3s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(4) { animation-delay: .35s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(5) { animation-delay: .4s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(6) { animation-delay: .45s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(7) { animation-delay: .5s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(8) { animation-delay: .55s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(9) { animation-delay: .6s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(10) { animation-delay: .65s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(11) { animation-delay: .7s, .8s; }
  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-nodes circle:nth-child(12) { animation-delay: .75s, .8s; }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-labels text {
    animation: delivery-ecosystem-label-in 300ms var(--ease) 700ms forwards;
  }

  body .delivery-stage-ecosystem.is-active .delivery-ecosystem-packets {
    animation: delivery-ecosystem-routes-in 250ms var(--ease) 600ms forwards;
  }

  body .delivery-framework.is-final-stage .delivery-progress {
    opacity: 0;
    pointer-events: none;
  }

  body .delivery-stage-ecosystem .delivery-stage-art-wrap::before,
  body .delivery-stage-message .delivery-stage-art-wrap::before {
    display: none;
  }

  body .delivery-stage-ecosystem .delivery-final-copy h3,
  body .delivery-stage-message .delivery-final-copy h3 {
    max-width: 560px;
    font-size: clamp(48px, 5.8vw, 92px);
  }

  body .delivery-ecosystem-art .delivery-ecosystem-status {
    font-size: 7px;
    letter-spacing: .8px;
  }

  body .delivery-message-art-wrap {
    min-height: 420px;
  }

  body .delivery-message-art {
    width: min(100%, 480px);
  }

  body .delivery-message-art .delivery-message-line {
    stroke: rgba(196, 236, 242, .25);
    stroke-width: 1;
  }

  body .delivery-message-art .delivery-message-routes path {
    fill: none;
    stroke: rgba(196, 236, 242, .16);
    stroke-width: 1;
  }

  body .delivery-message-art .delivery-message-nodes circle {
    fill: rgba(196, 236, 242, .2);
    stroke: rgba(196, 236, 242, .28);
    stroke-width: 1;
  }

  body .delivery-message-art .delivery-message-core {
    fill: rgba(0, 229, 255, .1);
    stroke: var(--cyan);
    stroke-width: 2;
  }

  body .delivery-message-art .delivery-message-core-inner {
    fill: rgba(0, 229, 255, .18);
    stroke: rgba(196, 236, 242, .46);
    stroke-width: 1;
  }

  body .delivery-message-art .delivery-message-title {
    fill: var(--cyan);
    font: 800 11px/1 var(--font-sans, Arial, sans-serif);
    letter-spacing: 1.4px;
  }

  body .delivery-message-art .delivery-message-mark,
  body .delivery-conversion-art .delivery-conversion-mark {
    fill: rgba(196, 236, 242, .55);
    font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: 2px;
  }

  body .delivery-stage-conversion .delivery-stage-art-wrap::before {
    display: none;
  }

  body .delivery-conversion-art-wrap {
    min-height: 420px;
  }

  body .delivery-conversion-art .delivery-conversion-ring {
    stroke: rgba(0, 229, 255, .24);
    stroke-width: 1;
  }

  body .delivery-conversion-art .delivery-conversion-ring-inner {
    stroke: rgba(196, 236, 242, .54);
    stroke-width: 1;
  }

  body .delivery-conversion-art .delivery-conversion-node {
    fill: rgba(0, 229, 255, .16);
    stroke: var(--cyan);
    stroke-width: 2;
  }

  body .delivery-progress {
    position: absolute;
    right: max(24px, calc((100vw - var(--max)) / 2));
    bottom: 34px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(247, 251, 252, .55);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
  }

  body .delivery-progress-current { color: var(--cyan); }

  body .delivery-progress-track {
    position: relative;
    width: clamp(120px, 18vw, 240px);
    height: 1px;
    background: rgba(196, 236, 242, .2);
  }

  body .delivery-progress-track i {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--cyan);
    transform: scaleX(0);
    transform-origin: left;
  }

  body .delivery-scroll-cue {
    position: absolute;
    bottom: 34px;
    left: max(24px, calc((100vw - var(--max)) / 2));
    z-index: 5;
    margin: 0;
    color: rgba(196, 236, 242, .42);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
}

@media (max-width: 1023px) {
  body .delivery-framework {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    min-height: 0;
    background: transparent;
    border-radius: 0;
  }

  body .delivery-sticky { position: relative; }
  body .delivery-progress,
  body .delivery-scroll-cue { display: none; }
  body .delivery-stage-final { display: flex !important; }
}

/* The journey shares the homepage canvas instead of reading as a boxed section. */
body .delivery-framework::after {
  display: none;
}

body .delivery-framework::before {
  opacity: .34;
}

@media (min-width: 1024px) {
  body .delivery-stage-ecosystem .delivery-final-copy h3 {
    max-width: 600px;
    font-size: clamp(34px, 3.3vw, 58px);
    white-space: nowrap;
  }

  body .delivery-framework.is-final-stage .delivery-stage:not(.delivery-stage-ecosystem) {
    opacity: 0;
    pointer-events: none;
  }

  body .delivery-framework.is-final-stage .delivery-stages::before,
  body .delivery-framework.is-final-stage .delivery-stages::after {
    opacity: 0;
  }
}

@keyframes delivery-ecosystem-arrive {
  from { opacity: 0; transform: scale(.86); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes delivery-ecosystem-heartbeat {
  0%, 100% { transform: scale(1.4); }
  50% { transform: scale(1.435); }
}

@keyframes delivery-ecosystem-node-in {
  from { opacity: 0; transform: scale(.65); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes delivery-ecosystem-node-breathe {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.08); filter: brightness(1.22); }
}

@keyframes delivery-ecosystem-routes-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes delivery-ecosystem-label-in {
  from { opacity: 0; }
  to { opacity: .72; }
}

@keyframes delivery-climax-copy-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  body .delivery-stage-ecosystem .delivery-ecosystem-art,
  body .delivery-stage-ecosystem .delivery-ecosystem-nodes circle,
  body .delivery-stage-ecosystem .delivery-ecosystem-labels text,
  body .delivery-stage-ecosystem .delivery-ecosystem-routes,
  body .delivery-stage-ecosystem .delivery-ecosystem-routes path,
  body .delivery-stage-ecosystem .delivery-ecosystem-packets,
  body .delivery-stage-ecosystem .delivery-final-copy h3,
  body .delivery-stage-ecosystem .delivery-final-copy > p,
  body .delivery-stage-ecosystem .delivery-final-metrics {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  body .delivery-stage-ecosystem .delivery-ecosystem-packets {
    display: none;
  }
}

/* Homepage FAQ: a single-open conversation with a measured answer reveal. */
.faq-list-v2 {
  width: min(100%, 1080px);
  max-width: 1080px;
  gap: 10px;
}

.faq-list-v2 details {
  overflow: hidden;
  padding: 0;
  border-color: rgba(196,236,242,.12);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(247,251,252,.055), rgba(8,14,20,.68));
  box-shadow: inset 0 1px 0 rgba(247,251,252,.06);
  transition: border-color 360ms var(--ease), background 360ms var(--ease), box-shadow 360ms var(--ease), transform 360ms var(--ease);
}

.faq-list-v2 details:hover {
  border-color: rgba(0,229,255,.3);
  transform: translateY(-1px);
}

.faq-list-v2 details[open] {
  border-color: rgba(0,229,255,.54);
  background: linear-gradient(135deg, rgba(0,229,255,.09), rgba(8,14,20,.76));
  box-shadow: inset 0 1px 0 rgba(247,251,252,.1), 0 0 30px rgba(0,229,255,.08);
}

.faq-list-v2 summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 22px 28px;
  color: rgba(247,251,252,.92);
  cursor: pointer;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 800;
  list-style: none;
}

.faq-list-v2 summary::-webkit-details-marker {
  display: none;
}

.faq-list-v2 summary::after {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(0,229,255,.28);
  border-radius: 50%;
  color: rgba(0,229,255,.9);
  content: "+";
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transition: transform 360ms var(--ease), background 360ms var(--ease), border-color 360ms var(--ease);
}

.faq-list-v2 details[open] summary::after {
  border-color: rgba(0,229,255,.72);
  background: rgba(0,229,255,.12);
  content: "−";
  transform: rotate(180deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 420ms var(--ease);
}

.faq-list-v2 details[open] .faq-answer {
  grid-template-rows: 1fr;
}

.faq-list-v2 details.is-closing .faq-answer {
  grid-template-rows: 0fr;
}

.faq-answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0 82px 0 28px;
  color: rgba(196,236,242,.7);
  font-size: 15px;
  line-height: 1.65;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 260ms var(--ease), transform 360ms var(--ease), padding-bottom 420ms var(--ease);
}

.faq-list-v2 details[open] .faq-answer p {
  padding-bottom: 25px;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 680px) {
  .faq-list-v2 summary {
    min-height: 66px;
    padding: 18px 18px;
    font-size: 16px;
  }

  .faq-list-v2 summary::after {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .faq-answer p {
    padding: 0 18px;
    font-size: 14px;
  }

  .faq-list-v2 details[open] .faq-answer p {
    padding-bottom: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-list-v2 details,
  .faq-list-v2 summary::after,
  .faq-answer,
  .faq-answer p {
    transition: none;
  }
}

/* One-time brand opening: an introduction, not a loading state. */
.opening-experience {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: #000;
  opacity: 1;
  pointer-events: none;
  transition: opacity 520ms var(--ease);
}

.opening-experience.is-complete {
  opacity: 0;
  pointer-events: none;
}

.opening-experience.is-skipped {
  display: none;
}

.opening-grid,
.opening-glow,
.opening-network,
.opening-core,
.opening-copy {
  position: absolute;
}

.opening-grid {
  inset: 0;
  opacity: 0;
  background-image:
    linear-gradient(rgba(0,229,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  animation: openingGridIn 900ms 300ms var(--ease) forwards;
}

.opening-glow {
  width: min(64vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,229,255,.16), transparent 65%);
  filter: blur(20px);
  opacity: 0;
  animation: openingGlowIn 1100ms 500ms ease-out forwards;
}

.opening-network {
  width: min(1000px, 92vw);
  aspect-ratio: 1000 / 640;
  opacity: 0;
  animation: openingNetworkIn 800ms 650ms var(--ease) forwards;
}

.opening-network svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.opening-routes path {
  fill: none;
  stroke: rgba(0,229,255,.42);
  stroke-width: 1.2;
  stroke-dasharray: 8 14;
  stroke-dashoffset: 500;
  animation: openingRouteDraw 1500ms 2500ms var(--ease) forwards;
}

.opening-packets circle {
  fill: var(--cyan);
  opacity: 0;
  filter: drop-shadow(0 0 7px rgba(0,229,255,.8));
  animation: openingPacket 1700ms 1500ms ease-in-out infinite;
}

.opening-packets circle:nth-child(2) { animation-delay: 1750ms; }
.opening-packets circle:nth-child(3) { animation-delay: 2000ms; }

.opening-nodes {
  position: absolute;
  inset: 0;
}

.opening-nodes span {
  position: absolute;
  padding: 7px 11px;
  border: 1px solid rgba(0,229,255,.28);
  border-radius: 999px;
  color: rgba(225,249,252,.7);
  background: rgba(5,12,16,.48);
  box-shadow: 0 0 18px rgba(0,229,255,.08);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  opacity: 0;
  text-transform: uppercase;
  animation: openingNodeIn 520ms var(--ease) forwards;
}

.opening-nodes span:nth-child(1) { left: 8%; top: 19%; animation-delay: 800ms; }
.opening-nodes span:nth-child(2) { left: 41%; top: 2%; animation-delay: 920ms; }
.opening-nodes span:nth-child(3) { left: 84%; top: 19%; animation-delay: 1040ms; }
.opening-nodes span:nth-child(4) { left: 5%; top: 74%; animation-delay: 1160ms; }
.opening-nodes span:nth-child(5) { left: 27%; top: 76%; animation-delay: 1280ms; }
.opening-nodes span:nth-child(6) { left: 67%; top: 76%; animation-delay: 1400ms; }
.opening-nodes span:nth-child(7) { left: 20%; top: 3%; animation-delay: 1520ms; }
.opening-nodes span:nth-child(8) { left: 74%; top: 3%; animation-delay: 1640ms; }

.opening-core {
  display: grid;
  place-items: center;
  gap: 7px;
  width: 210px;
  min-height: 190px;
  padding: 25px;
  border: 1px solid rgba(0,229,255,.36);
  border-radius: 28px;
  background: rgba(8,23,29,.72);
  box-shadow: 0 0 50px rgba(0,229,255,.13), inset 0 0 35px rgba(0,229,255,.08);
  opacity: 0;
  transform: scale(.82);
  animation: openingCoreIn 1100ms 3200ms var(--ease) forwards;
}

.opening-core img { width: 88px; height: auto; object-fit: contain; }
.opening-core strong { color: var(--cyan); font-size: 12px; letter-spacing: .16em; }
.opening-core small {
  color: rgba(247,251,252,.7);
  font-size: 11px;
  opacity: 0;
  transform: translateY(7px);
  animation: openingConnected 520ms 4000ms var(--ease) forwards;
}
.opening-core-ring {
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(0,229,255,.2);
  border-radius: 34px;
  opacity: 0;
  animation: openingRing 1400ms 1900ms var(--ease) forwards;
}

.opening-copy {
  z-index: 2;
  bottom: clamp(58px, 10vh, 100px);
  display: grid;
  justify-items: center;
  text-align: center;
}

.opening-status,
.opening-ready,
.opening-brand-reveal { opacity: 0; }
.opening-status {
  margin: 0;
  color: rgba(247,251,252,.72);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  animation: openingStatus 3900ms 300ms var(--ease) forwards;
}
.opening-brand-reveal {
  display: grid;
  gap: 10px;
  justify-items: center;
  margin-top: 10px;
  color: rgba(247,251,252,.62);
  font-size: 12px;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
  animation: openingBrand 650ms 5000ms var(--ease) forwards;
}
.opening-ready {
  margin: 18px 0 0;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  animation: openingReady 480ms 5800ms var(--ease) forwards;
}

@keyframes openingGridIn { to { opacity: 1; } }
@keyframes openingGlowIn { to { opacity: 1; } }
@keyframes openingNetworkIn { to { opacity: 1; } }
@keyframes openingRouteDraw { to { stroke-dashoffset: 0; } }
@keyframes openingNodeIn { to { opacity: 1; } }
@keyframes openingCoreIn { to { opacity: 1; transform: scale(1); } }
@keyframes openingRing { to { opacity: 1; } }
@keyframes openingConnected { to { opacity: 1; transform: translateY(0); } }
@keyframes openingPacket {
  0%, 100% { opacity: 0; transform: translateX(0); }
  30%, 70% { opacity: .86; }
  50% { transform: translateX(360px); }
}
@keyframes openingStatus {
  0%, 12% { opacity: 0; transform: translateY(8px); }
  22%, 72% { opacity: 1; transform: translateY(0); }
  84%, 100% { opacity: 0; transform: translateY(-8px); }
}
@keyframes openingBrand { to { opacity: 1; } }
@keyframes openingReady { to { opacity: 1; } }

@media (max-width: 700px) {
  .opening-network { width: 118vw; max-width: none; }
  .opening-nodes span { font-size: 8px; letter-spacing: .08em; }
  .opening-core { width: 180px; min-height: 168px; }
}

@media (prefers-reduced-motion: reduce) {
  .opening-experience { transition: none; }
  .opening-grid,
  .opening-glow,
  .opening-network,
  .opening-core,
  .opening-status,
  .opening-brand-reveal,
  .opening-connected,
  .opening-ready,
  .opening-nodes span,
  .opening-routes path,
  .opening-packets circle,
  .opening-core-ring {
    animation: none;
  }
}

/* Final cascade layer: keep shared templates readable at every viewport. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html.nav-open,
body.nav-open {
  overflow: hidden;
}

main,
section,
article,
aside,
header,
footer,
nav,
form,
fieldset,
.section,
.container,
.site-header,
.site-nav,
.footer,
.grid,
.card-grid {
  min-width: 0;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

h1,
h2,
h3,
h4 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  white-space: normal;
  text-wrap: balance;
}

p,
li,
small,
strong,
label,
button,
a {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
a.button,
a.nav-action,
.mega-trigger,
.mobile-nav-toggle {
  touch-action: manipulation;
}

.site-header {
  max-width: calc(100% - 24px);
}

.site-header > *,
.brand,
.site-nav,
.nav-action,
.mega-nav {
  min-width: 0;
}

.brand {
  flex-shrink: 1;
}

.brand span:last-child {
  min-width: 0;
  overflow-wrap: normal;
}

.mega-panel {
  max-width: calc(100vw - 32px);
}

.mega-card,
.mega-trigger,
.mobile-nav-toggle,
.button,
.nav-action {
  min-width: 44px;
}

@media (min-width: 981px) and (max-width: 1180px) {
  .site-header {
    gap: 10px;
    padding-inline: 10px;
  }

  .brand {
    gap: 7px;
  }

  .brand span:last-child {
    font-size: 15px;
  }

  .site-nav,
  .mega-nav {
    gap: 9px;
  }

  .site-nav a,
  .mega-trigger {
    font-size: 13px;
  }

  .site-header .nav-action {
    min-height: 44px;
    padding-inline: 14px 28px;
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .site-header {
    width: calc(100% - 24px);
    max-width: none;
  }

  .mega-nav {
    left: 12px;
    right: 12px;
    width: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 18px);
  }

  .section {
    width: min(calc(100% - 32px), var(--max));
  }

  .button,
  .nav-action {
    min-height: 46px;
  }
}

/* Reusable FAQ rhythm: larger hit areas, stable content width and readable
   answers across home, service, authority and pricing templates. */
.faq-list,
.faq-list-v2,
.faq-page-list,
.faq-service {
  width: min(100%, 1120px);
  max-width: none;
  min-width: 0;
}

.faq-list details,
.faq-list-v2 details,
.faq-page-list details,
.faq-service .faq-item {
  min-width: 0;
  overflow: hidden;
}

.faq-list summary,
.faq-list-v2 summary,
.faq-page-list summary,
.faq-service .faq-item summary {
  min-height: 84px;
  padding: 26px clamp(22px, 3vw, 36px);
  line-height: 1.35;
}

.faq-list details > p,
.faq-list-v2 details > p,
.faq-page-list details > p,
.faq-service .faq-item p {
  max-width: 74ch;
  padding: 0 clamp(22px, 3vw, 36px) 30px;
  line-height: 1.7;
}

/* Shared light chapters use dark ink and dark controls, preventing the
   white-on-white failures in guide, transformation and FAQ templates. */
.authority-page .authority-light,
.authority-page .authority-light h1,
.authority-page .authority-light h2,
.authority-page .authority-light h3,
.authority-page .authority-light h4,
.authority-page .authority-light strong,
.authority-page .authority-light label,
.authority-page .authority-light summary {
  color: var(--ink-dark);
}

.authority-page .authority-light p,
.authority-page .authority-light li,
.authority-page .authority-light small,
.authority-page .authority-light .lead,
.authority-page .authority-light .field-help {
  color: var(--muted-dark);
}

.authority-page .authority-light a:not(.button) {
  color: #006d7b;
}

.authority-page .authority-light .button.secondary,
.authority-page .authority-light .button.ghost {
  color: var(--ink-dark);
  border-color: rgba(9, 16, 22, .24);
  background: rgba(9, 16, 22, .045);
}

.authority-page .authority-light h1,
.authority-page .authority-light h2 {
  max-width: min(100%, 18ch);
  line-height: 1.02;
  text-wrap: balance;
}

@media (max-width: 980px) {
  .authority-page .authority-light .toc-layout,
  .authority-page .authority-light .split,
  .authority-page .authority-light .authority-grid,
  .authority-page .authority-light .faq-layout {
    grid-template-columns: 1fr;
  }

  .authority-page .authority-light .toc-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .faq-list summary,
  .faq-list-v2 summary,
  .faq-page-list summary,
  .faq-service .faq-item summary {
    min-height: 72px;
    padding: 20px 58px 20px 20px;
    font-size: 18px;
  }

  .faq-list details > p,
  .faq-list-v2 details > p,
  .faq-page-list details > p,
  .faq-service .faq-item p {
    padding: 0 20px 24px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mega-nav,
  .mega-panel,
  .faq-list details,
  .faq-list-v2 details,
  .faq-page-list details {
    transition-duration: 0.01ms !important;
  }
}

/* -------------------------------------------------------------------------
   First-party privacy controls
   ------------------------------------------------------------------------- */
.pi-cookie-banner,
.pi-cookie-modal {
  --pi-cookie-border: rgba(111, 228, 245, .20);
  --pi-cookie-muted: rgba(218, 236, 241, .70);
  color: #f5fbfc;
  background: linear-gradient(135deg, rgba(10, 20, 25, .97), rgba(12, 28, 34, .93));
  border: 1px solid var(--pi-cookie-border);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .42), 0 0 45px rgba(0, 229, 255, .08);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
}

.pi-cookie-banner {
  position: fixed;
  z-index: 10000;
  inset: auto 24px 24px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: min(920px, calc(100% - 48px));
  margin-inline: auto;
  padding: 14px 16px 14px 18px;
  border-radius: 14px;
  animation: pi-cookie-enter .42s cubic-bezier(.2, .8, .2, 1) both;
}

.pi-cookie-banner[hidden],
.pi-cookie-modal-backdrop[hidden] { display: none; }

.pi-cookie-copy { min-width: 0; }
.pi-cookie-eyebrow {
  margin: 0 0 3px;
  color: #63e7f4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.pi-cookie-modal h2 {
  margin: 0;
  color: #f7fcfd;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.08;
  letter-spacing: -.02em;
}
.pi-cookie-one-line {
  margin: 0;
  color: var(--pi-cookie-muted);
  font-size: 13px;
  line-height: 1.35;
}
.pi-cookie-note {
  margin: 5px 0 0;
  color: rgba(218, 236, 241, .56);
  font-size: 11px;
  line-height: 1.35;
}
.pi-cookie-actions,
.pi-cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.pi-cookie-button {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid rgba(155, 228, 237, .28);
  border-radius: 10px;
  color: #effbfd;
  background: rgba(255, 255, 255, .055);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.1;
  cursor: pointer;
  transition: border-color .22s ease, background-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.pi-cookie-button:hover,
.pi-cookie-button:focus-visible {
  border-color: rgba(94, 233, 245, .72);
  background: rgba(0, 229, 255, .10);
  box-shadow: 0 0 20px rgba(0, 229, 255, .10);
  outline: none;
  transform: translateY(-1px);
}
.pi-cookie-button--primary {
  border-color: rgba(93, 233, 245, .62);
  color: #061317;
  background: linear-gradient(135deg, #17d9ee, #8bd1e8);
}
.pi-cookie-modal-backdrop {
  position: fixed;
  z-index: 10001;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(1, 8, 11, .72);
  animation: pi-cookie-fade .2s ease both;
}
.pi-cookie-modal {
  width: min(660px, 100%);
  max-height: min(680px, calc(100vh - 48px));
  overflow: auto;
  padding: 22px;
  border-radius: 16px;
  animation: pi-cookie-modal-enter .28s cubic-bezier(.2, .8, .2, 1) both;
}
.pi-cookie-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.pi-cookie-close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(155, 228, 237, .22);
  border-radius: 50%;
  color: #eaf9fb;
  background: rgba(255, 255, 255, .05);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}
.pi-cookie-options { display: grid; gap: 9px; }
.pi-cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 17px;
  border: 1px solid rgba(155, 228, 237, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}
.pi-cookie-option > span:first-child,
.pi-cookie-option > div { display: grid; gap: 5px; }
.pi-cookie-option strong { font-size: 14px; }
.pi-cookie-option small {
  display: block;
  max-width: 48ch;
  color: var(--pi-cookie-muted);
  font-size: 12px;
  line-height: 1.45;
}
.pi-cookie-always { color: #66e5c4; font-size: 11px; font-weight: 800; white-space: nowrap; }
.pi-cookie-option input {
  flex: 0 0 auto;
  width: 40px;
  height: 22px;
  appearance: none;
  border: 1px solid rgba(155, 228, 237, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease;
}
.pi-cookie-option input::before {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  background: rgba(239, 251, 253, .82);
  content: "";
  transition: transform .2s ease;
}
.pi-cookie-option input:checked { border-color: #48dce9; background: rgba(0, 229, 255, .42); }
.pi-cookie-option input:checked::before { transform: translateX(17px); background: #fff; }
.pi-cookie-option input:focus-visible { outline: 2px solid #63e7f4; outline-offset: 3px; }
.pi-cookie-modal-actions { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(155, 228, 237, .13); }
.text-button { padding: 0; border: 0; color: #08d9ed; background: transparent; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.text-button:hover,
.text-button:focus-visible { color: #fff; outline: 2px solid rgba(99, 231, 244, .45); outline-offset: 3px; }
html.pi-cookie-modal-open { overflow: hidden; }
@keyframes pi-cookie-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pi-cookie-modal-enter { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes pi-cookie-fade { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 760px) {
  .pi-cookie-banner { inset: auto 12px 12px; grid-template-columns: 1fr; gap: 12px; width: calc(100% - 24px); padding: 15px; }
  .pi-cookie-actions { justify-content: stretch; }
  .pi-cookie-button { flex: 1 1 calc(50% - 8px); }
  .pi-cookie-modal-backdrop { padding: 12px; }
  .pi-cookie-modal { padding: 20px; border-radius: 16px; }
}
@media (max-width: 480px) {
  .pi-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .pi-cookie-button { width: 100%; }
  .pi-cookie-option { align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .pi-cookie-banner,
  .pi-cookie-modal-backdrop,
  .pi-cookie-modal { animation: none; }
  .pi-cookie-button { transition-duration: .01ms; }
}

/* Shared conversion guidance and utility controls. */
.pi-conversion-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 8999;
  background: rgba(1, 7, 11, .58);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: auto;
}
.pi-conversion-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9000;
  width: min(540px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 32px));
  overflow: auto;
  padding: 30px 30px 24px;
  color: #eaf9fb;
  background:
    linear-gradient(145deg, rgba(19, 35, 42, .94), rgba(7, 14, 20, .96)),
    radial-gradient(circle at 80% 0%, rgba(0, 229, 255, .12), transparent 48%);
  border: 1px solid rgba(111, 228, 245, .28);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .42), 0 0 36px rgba(0, 229, 255, .08);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  opacity: 0;
  transform: translate(-50%, -46%);
  pointer-events: none;
  transition: opacity .24s ease, transform .24s ease;
}
.pi-conversion-popup[hidden] { display: none; }
.pi-conversion-popup.is-visible { opacity: 1; transform: translate(-50%, -50%); pointer-events: auto; }
.pi-conversion-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .07), transparent 60%);
  opacity: .42;
}
.pi-conversion-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(218, 248, 251, .16);
  border-radius: 50%;
  color: rgba(234, 249, 251, .74);
  background: rgba(255, 255, 255, .04);
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.pi-conversion-close:hover,
.pi-conversion-close:focus-visible { color: #fff; border-color: #63e7f4; outline: none; box-shadow: 0 0 16px rgba(0, 229, 255, .14); }
.pi-conversion-eyebrow { margin: 0 34px 10px 0; color: #63e7f4; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.pi-conversion-popup h2 { max-width: 450px; margin: 0 0 12px; color: #f7fdfe; font-size: clamp(24px, 3vw, 34px); line-height: 1.08; letter-spacing: -.02em; }
.pi-conversion-body { max-width: 460px; margin: 0; color: rgba(224, 244, 247, .74); font-size: 15px; line-height: 1.6; }
.pi-conversion-points { display: grid; gap: 9px; margin: 22px 0 25px; padding: 0; list-style: none; color: rgba(234, 249, 251, .88); font-size: 13px; }
.pi-conversion-points li { display: flex; align-items: baseline; gap: 9px; }
.pi-conversion-points li::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: #63e7f4; box-shadow: 0 0 12px rgba(0, 229, 255, .55); }
.pi-conversion-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.pi-conversion-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 17px; border-radius: 9px; font-size: 13px; font-weight: 700; text-decoration: none; transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.pi-conversion-primary { color: #051014; background: linear-gradient(120deg, #04d8ee, #9bd7ea); }
.pi-conversion-secondary,
.pi-conversion-whatsapp { border: 1px solid rgba(111, 228, 245, .25); color: #bdeff4; background: rgba(255, 255, 255, .03); }
.pi-conversion-actions a:hover,
.pi-conversion-actions a:focus-visible { transform: translateY(-1px); border-color: #63e7f4; outline: none; }
.pi-conversion-primary:hover,
.pi-conversion-primary:focus-visible { color: #051014; box-shadow: 0 0 22px rgba(0, 229, 255, .22); }
.pi-conversion-note { margin: 15px 0 0; color: rgba(224, 244, 247, .43); font-size: 11px; }

#pi-back-to-top {
  --pi-scroll-progress: 0;
  position: fixed;
  z-index: 8990;
  right: clamp(16px, 2.5vw, 36px);
  bottom: max(22px, env(safe-area-inset-bottom));
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(111, 228, 245, .3);
  border-radius: 50%;
  color: #dffbfd;
  background: rgba(7, 17, 23, .8);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .32);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  cursor: pointer;
  transition: opacity .22s ease, transform .22s ease, border-color .2s ease, box-shadow .2s ease;
}
#pi-back-to-top::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(#63e7f4 calc(var(--pi-scroll-progress) * 1turn), rgba(111, 228, 245, .12) 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;
}
#pi-back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
#pi-back-to-top:hover,
#pi-back-to-top:focus-visible { border-color: #63e7f4; box-shadow: 0 0 24px rgba(0, 229, 255, .16); outline: none; }
#pi-back-to-top span { font-size: 22px; line-height: 1; }

@media (max-width: 767px) {
  .pi-conversion-popup { width: calc(100vw - 24px); max-height: calc(100vh - 24px); padding: 25px 20px 20px; border-radius: 15px; }
  .pi-conversion-popup h2 { font-size: 25px; }
  .pi-conversion-actions { display: grid; grid-template-columns: 1fr; }
  .pi-conversion-actions a { width: 100%; }
  #pi-back-to-top { right: 16px; bottom: calc(82px + env(safe-area-inset-bottom)); width: 42px; height: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .pi-conversion-popup,
  .pi-conversion-actions a,
  #pi-back-to-top { transition-duration: .01ms; }
}

/* Shared primary navigation: labels navigate to their hub; chevrons open menus. */
.mega-group {
  column-gap: 7px;
  flex-wrap: nowrap;
}
.mega-root-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 0;
  color: rgba(235, 244, 247, .76);
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  word-break: normal;
  text-decoration: none;
  transition: color 180ms ease;
}
.mega-root-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--cyan);
  content: "";
  opacity: 0;
  transform: scaleX(.5);
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease;
}
.mega-root-link:hover,
.mega-root-link:focus-visible,
.mega-root-link.is-active { color: var(--cyan); }
.mega-root-link:hover::after,
.mega-root-link:focus-visible::after,
.mega-root-link.is-active::after { opacity: 1; transform: scaleX(1); }
.mega-group .mega-trigger {
  width: 20px;
  min-width: 20px;
  min-height: 30px;
  padding: 6px 0;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  writing-mode: horizontal-tb;
}
.mega-group .mega-trigger .mega-chevron { width: 14px; height: 14px; }
.mega-group .mega-trigger::after { display: none; }
.mega-group .mega-card-featured { display: none; }

@media (min-width: 981px) {
  .mega-panel-inner {
    grid-auto-rows: minmax(82px, auto);
    align-items: stretch;
  }
  .mega-card {
    height: 100%;
    min-height: 82px;
    padding: 14px;
  }
  .mega-card strong {
    line-height: 1.3;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 980px) {
  .portfolio-page-hero { grid-template-columns: 1fr; gap: 46px; padding-bottom: 78px; }
  .portfolio-product-visual { width: min(100%, 760px); min-height: 480px; margin-inline: auto; }
}
@media (max-width: 640px) {
  .mega-group { grid-template-columns: minmax(0, 1fr) 46px; column-gap: 8px; }
  .mega-group .mega-root-link,
  .mega-nav .mega-group .mega-trigger {
    min-height: 46px;
    border: 1px solid rgba(150, 214, 223, .16);
    border-radius: 8px;
    background: rgba(10, 19, 25, .7);
  }
  .mega-group .mega-root-link { width: 100%; padding: 11px 14px; }
  .mega-nav .mega-group .mega-trigger { width: 46px; min-width: 46px; }
  .mega-group .mega-panel { grid-column: 1 / -1; }
  .portfolio-product-visual { min-height: 360px; }
  .portfolio-showcase-main { inset: 36px 16px 34px 16px; }
  .portfolio-showcase-top,
  .portfolio-showcase-bottom { width: 46%; }
  .portfolio-showcase-top { top: 10px; right: 8px; }
  .portfolio-showcase-bottom { right: 8px; bottom: 8px; }
}

/* A menu opened from the compact header must win over legacy responsive display rules. */
@media (max-width: 980px) {
  body.nav-open .site-header .mega-nav { display: grid !important; }
}
@media (max-width: 640px) {
  .mega-nav .mega-group .mega-trigger { font-size: 0; line-height: 0; }
  .mega-nav .mega-group .mega-trigger .mega-chevron { width: 16px; height: 16px; }
}
