@font-face {
  font-family: "Geist";
  src: url("public/fonts/geist-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("public/fonts/geist-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist";
  src: url("public/fonts/geist-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("public/fonts/geist-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("public/fonts/geist-mono-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #030712;
  --text: #101218;
  --muted: #667085;
  --faint: #98a2b3;
  --line: #e1e4e8;
  --line-strong: #cfd3d8;
  --soft: #f6f7f8;
  --panel: #ededee;
  --white: #ffffff;
  --blue: #4d8dff;
  --green: #20b86a;
  --amber: #f3b63f;
  --red: #ff5f57;
  --sans: "Geist", Arial, sans-serif;
  --mono: "Geist Mono", "SFMono-Regular", Consolas, monospace;
  --max: 1280px;
  --gutter: 32px;
  --nav-h: 70px;
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 8px;
  --shadow: 0 20px 55px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  color: var(--text);
  background: var(--white);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--text);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

::selection {
  color: var(--white);
  background: var(--ink);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: var(--nav-h);
  border-top: 1px solid rgba(207, 211, 216, 0.7);
  border-bottom: 1px solid rgba(207, 211, 216, 0.8);
  background: rgba(255, 255, 255, 0.97);
}

.home-page .site-header:not(.is-scrolled) {
  border-color: transparent;
  background: transparent;
  backdrop-filter: none;
}

.home-page .site-header:not(.is-scrolled) .nav-inner {
  border-color: transparent;
}

.nav-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  max-width: var(--max);
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  border-right: 1px solid rgba(207, 211, 216, 0.75);
  border-left: 1px solid rgba(207, 211, 216, 0.75);
  transition: transform 220ms cubic-bezier(.22, .61, .36, 1);
}

.nav-inner::before,
.nav-inner::after {
  position: absolute;
  top: 7px;
  width: 11px;
  height: 11px;
  content: "";
  background: linear-gradient(var(--line-strong), var(--line-strong)) center / 1px 11px no-repeat,
    linear-gradient(90deg, var(--line-strong), var(--line-strong)) center / 11px 1px no-repeat;
}

.nav-inner::before { left: -6px; }
.nav-inner::after { right: -6px; }

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.brand-mark {
  display: block;
  width: auto;
  height: 26px;
  color: var(--ink);
}

.site-nav {
  display: flex;
  gap: 34px;
  align-items: center;
}

.site-nav a,
.header-link {
  font-size: 14px;
  font-weight: 500;
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--blue);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
}

.header-link {
  display: inline-flex;
  min-height: 36px;
  padding: 0 16px;
  align-items: center;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 5px 10px rgba(3, 7, 18, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(3, 7, 18, 0.2);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 1px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: var(--nav-h) 0 0;
  display: none;
  padding: 25px 24px 100px;
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-110%);
  transition: transform 280ms cubic-bezier(0.77, 0, 0.18, 1);
}

.mobile-menu a {
  display: flex;
  min-height: 58px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 24px;
  font-weight: 500;
}

.mobile-menu small {
  display: block;
  margin-top: 28px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.menu-open .mobile-menu {
  transform: translateY(0);
}

.scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 85;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: none;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 9px 28px rgba(3, 7, 18, 0.26);
  font-size: 14px;
  font-weight: 500;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 500;
  background: var(--white);
  box-shadow: 0 4px 8px rgba(16, 24, 40, 0.08);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.12);
}

.button-dark,
.button-blue {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.button-light,
.button-outline {
  color: var(--text);
  border-color: var(--line);
  background: var(--white);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.text-link::after {
  content: "\2192";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.eyebrow,
.section-index,
.micro-label,
.scramble-label,
.breadcrumbs,
.rule-label {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.gamut-hero,
.page-hero,
.offer-field {
  position: relative;
  max-width: calc(100% - 48px);
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
}

.gamut-hero {
  min-height: 700px;
}

.binary-layer {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  color: #edf1f4;
  font-family: var(--mono);
  font-size: 6px;
  line-height: 2.65;
  opacity: .46;
  word-break: break-all;
  white-space: pre-wrap;
  pointer-events: none;
  user-select: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 150px 20px 76px;
}

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

.hero-copy h1 {
  max-width: 820px;
  min-height: 184px;
  margin: 0 0 30px;
  color: var(--ink);
  font-size: 94px;
  font-weight: 500;
  line-height: 0.96;
}

.rotating-line {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  transform-origin: left center;
  transition: opacity 220ms ease, transform 220ms ease;
}

.rotating-line.is-changing {
  opacity: 0;
  transform: translateY(10px);
}

.hero-copy > p {
  max-width: 690px;
  margin-bottom: 34px;
  color: #445066;
  font-size: 19px;
  line-height: 1.55;
}

.ascii-visual {
  position: absolute;
  z-index: 1;
  top: 155px;
  right: 4%;
  bottom: -40px;
  width: 58%;
  overflow: hidden;
  color: #10141c;
  font-family: var(--mono);
  font-size: 9px;
  line-height: 0.9;
  white-space: pre;
  opacity: 0.88;
  pointer-events: none;
  transform: translateY(var(--ascii-shift, 0));
  will-change: transform;
}

.workflow-branch-visual {
  position: absolute;
  z-index: 1;
  top: -14px;
  right: 0;
  bottom: auto;
  width: 100%;
  height: calc(100% + 28px);
  opacity: .5;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .3) 38%, rgba(0, 0, 0, .82) 68%, #000 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .3) 38%, rgba(0, 0, 0, .82) 68%, #000 100%);
}

.hero-coordinate {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 24px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
}

.integration-strip {
  position: relative;
  padding: 42px 0 34px;
  overflow: hidden;
}

.integration-strip::before,
.integration-strip::after {
  position: absolute;
  z-index: 2;
  top: 78px;
  bottom: 18px;
  width: clamp(38px, 7vw, 110px);
  content: "";
  pointer-events: none;
}

.integration-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--white) 12%, rgba(255, 255, 255, 0));
}

.integration-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--white) 12%, rgba(255, 255, 255, 0));
}

.integration-label {
  margin-bottom: 25px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.integration-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 52s linear infinite;
  will-change: transform;
}

.integration-set {
  display: flex;
  flex: none;
  gap: clamp(48px, 5.3vw, 78px);
  align-items: center;
  padding-right: clamp(48px, 5.3vw, 78px);
}

.integration-item {
  position: relative;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #252a34;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.integration-logo {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(17, 24, 39, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 5px 16px rgba(17, 24, 39, .05);
  font-style: normal;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.integration-logo img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.integration-item:hover {
  color: var(--text);
  transform: translateY(-2px);
}

.integration-item:hover .integration-logo {
  border-color: rgba(62, 139, 255, .34);
  box-shadow: 0 8px 22px rgba(39, 116, 255, .12);
  transform: scale(1.04);
}

.integration-strip:hover .integration-track {
  animation-play-state: paused;
}

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

.content-section,
.section {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 122px var(--gutter);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-paper,
.section-white {
  color: var(--text);
  background: var(--white);
}

.section-blue {
  color: var(--text);
  background: var(--panel);
}

.section-black {
  max-width: calc(100% - 16px);
  margin: 8px auto;
  padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
  padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 70px;
  align-items: end;
  margin-bottom: 64px;
}

.section-head h2,
.section-title,
.editorial-title {
  max-width: 880px;
  margin: 14px 0 0;
  color: inherit;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.section-head > p {
  margin: 0;
  color: var(--muted);
}

.section-black .section-head > p,
.section-black .section-index,
.dark-band .scramble-label,
.dark-band .feature-copy {
  color: #98a2b3;
}

.difference-title {
  max-width: 940px;
  margin: 14px 0 55px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.market-signal {
  position: relative;
  max-width: calc(100% - 16px);
  min-height: 760px;
  margin: 8px auto;
  padding: 118px max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))) 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--ink);
}

.market-signal > .workflow-branch-visual {
  inset: -14px 0 auto;
  width: 100%;
  height: calc(100% + 28px);
  opacity: .28;
  filter: brightness(2.1);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .18), #000 48%, rgba(0, 0, 0, .54));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .18), #000 48%, rgba(0, 0, 0, .54));
}

.market-signal-inner,
.market-signal-thesis {
  position: relative;
  z-index: 2;
}

.market-signal-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: 105px;
  align-items: start;
}

.market-signal .scramble-label {
  color: #8490a2;
}

.market-signal-copy h2 {
  max-width: 650px;
  margin: 18px 0 32px;
  color: var(--white);
  font-size: 61px;
  line-height: 1;
}

.market-signal-copy > p:last-child {
  max-width: 520px;
  margin: 0;
  color: #9da7b6;
  font-size: 17px;
}

.market-trajectory {
  --trajectory-x: 8px;
  --trajectory-color: #5fe5ff;
  position: relative;
  border-top: 1px solid #303744;
}

.market-trajectory-line {
  position: absolute;
  z-index: 1;
  top: 34px;
  bottom: 34px;
  left: var(--trajectory-x);
  width: 1px;
  transform: translateX(-50%);
  overflow: hidden;
  background: rgba(95, 229, 255, .16);
}

.market-trajectory-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(95, 229, 255, .7);
  box-shadow: 0 0 11px rgba(95, 229, 255, .3);
  transform: scaleY(0);
  transform-origin: top;
}

.market-signal.is-visible .market-trajectory-line i {
  transform: scaleY(1);
  transition: transform 1150ms cubic-bezier(.22, .61, .36, 1) 180ms;
}

.market-trajectory article {
  position: relative;
  display: grid;
  min-height: 154px;
  padding: 27px 0 27px 40px;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 7px 20px;
  border-bottom: 1px solid #303744;
  opacity: .24;
  transform: translateX(18px);
}

.market-trajectory article::before {
  position: absolute;
  z-index: 2;
  top: 31px;
  left: var(--trajectory-x);
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  border: 2px solid var(--ink);
  border-radius: 50%;
  content: "";
  background: #4b5565;
}

.market-signal.is-visible .market-trajectory article {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 560ms ease 300ms, transform 560ms cubic-bezier(.22, .61, .36, 1) 300ms;
}

.market-signal.is-visible .market-trajectory article:nth-of-type(2) { transition-delay: 510ms; }
.market-signal.is-visible .market-trajectory article:nth-of-type(3) { transition-delay: 720ms; }

.market-signal.is-visible .market-trajectory article::before {
  background: var(--trajectory-color);
  box-shadow: 0 0 0 4px rgba(95, 229, 255, .09), 0 0 11px rgba(95, 229, 255, .34);
  transition: background 300ms ease 620ms, box-shadow 300ms ease 620ms;
}

.market-trajectory article > span {
  grid-column: 1 / -1;
  color: #7f8998;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.market-trajectory article > strong {
  grid-row: 2 / span 2;
  color: var(--white);
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
}

.market-trajectory article > strong b {
  font-weight: inherit;
}

.market-trajectory article > p {
  margin: 2px 0 0;
  color: #c1c8d2;
  font-size: 13px;
  line-height: 1.45;
}

.market-trajectory article > a {
  width: max-content;
  color: #697486;
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.market-trajectory article > a:hover {
  color: var(--blue);
}

.system-thesis {
  position: relative;
  min-height: 165vh;
  margin: 8px;
}

.system-thesis-pin {
  position: sticky;
  top: 76px;
  min-height: min(690px, calc(100vh - 84px));
  height: calc(100vh - 84px);
  overflow: hidden;
  border: 1px solid #202a38;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: #050a13;
}

.system-thesis-pin > .workflow-branch-visual {
  inset: -16px;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  opacity: .43;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, .2) 54%, rgba(0, 0, 0, .74));
}

.system-thesis-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 615px;
  padding: 84px 7.5% 70px;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  align-items: end;
  gap: clamp(50px, 8vw, 140px);
}

.system-thesis-statement { align-self: start; }

.system-thesis-statement h2 {
  max-width: 980px;
  margin: 24px 0 0;
  font-size: clamp(58px, 6.5vw, 108px);
  font-weight: 400;
  line-height: .96;
}

.system-thesis-resolve { color: inherit; }

.system-thesis-resolve i {
  color: #82909f;
  font-style: normal;
  transition: color 420ms cubic-bezier(.22, .61, .36, 1), text-shadow 420ms ease;
}

.system-thesis-resolve i.is-lit {
  color: var(--white);
  text-shadow: 0 0 18px rgba(95, 229, 255, .08);
}

.system-thesis-detail {
  padding: 28px 0 2px;
  border-top: 1px solid #354152;
}

.system-thesis-detail > p {
  margin: 0 0 30px;
  color: #aab4c1;
  font-size: 16px;
  line-height: 1.55;
}

.system-thesis-detail > strong {
  display: block;
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.button.button-teal {
  justify-content: space-between;
  min-width: 235px;
  color: #041117;
  border-color: #5fe5ff;
  background: #5fe5ff;
}

.button.button-teal:hover {
  color: #041117;
  background: #8bedff;
}

.system-thesis-rail {
  position: absolute;
  z-index: 2;
  right: 7.5%;
  bottom: 35px;
  left: 7.5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.system-thesis-rail i {
  height: 1px;
  background: #354152;
  transform: scaleX(0);
  transform-origin: left;
}

.system-thesis:has(.reveal.is-visible) .system-thesis-rail i {
  transform: scaleX(1);
  transition: transform 700ms cubic-bezier(.22, .61, .36, 1);
}

.system-thesis-rail i:nth-child(2) { transition-delay: 120ms !important; }
.system-thesis-rail i:nth-child(3) { transition-delay: 240ms !important; }
.system-thesis-rail i:nth-child(4) { transition-delay: 360ms !important; background: #5fe5ff; }

.market-signal-thesis {
  max-width: 960px;
  margin: 82px 0 0;
  padding: 31px 0 35px;
  border-top: 1px solid #303744;
  color: #dce1e8;
  font-size: 24px;
  line-height: 1.35;
}

.product-scroll-stage {
  position: relative;
  min-height: calc(100vh + 820px);
}

.product-window {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-scroll-stage .product-window {
  position: sticky;
  top: calc(var(--nav-h) + 18px);
}

.window-bar {
  display: flex;
  height: 48px;
  padding: 0 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.window-dots {
  display: flex;
  gap: 8px;
}

.window-dots i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
}

.window-dots i:nth-child(2) { background: var(--amber); }
.window-dots i:nth-child(3) { background: #27c840; }

.window-title {
  margin-left: auto;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.window-body {
  display: grid;
  grid-template-columns: 242px minmax(0, 1fr);
  min-height: 632px;
}

.demo-sidebar {
  padding: 18px 14px;
  border-right: 1px solid var(--line);
  background: #f5f6f7;
}

.demo-outcome-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .86);
}

.demo-outcome-head {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
}

.demo-outcome-head i {
  padding: 3px 5px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--faint);
  font-style: normal;
}

.demo-outcome-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f2f4f6;
}

.demo-outcome-tabs button {
  min-height: 27px;
  padding: 0 8px;
  border: 0;
  border-radius: 5px;
  color: var(--muted);
  background: transparent;
  font: 500 10px/1 var(--sans);
  cursor: pointer;
}

.demo-outcome-tabs button.is-active {
  color: var(--text);
  background: var(--white);
  box-shadow: 0 1px 4px rgba(17, 24, 39, .1);
}

.demo-outcome-panel {
  min-height: 61px;
  padding-top: 10px;
}

.demo-outcome-panel strong,
.demo-outcome-panel span {
  display: block;
}

.demo-outcome-panel strong {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.demo-outcome-panel span {
  color: var(--muted);
  font-size: 10px;
}

.demo-sidebar-label {
  margin: 17px 10px 7px;
  color: var(--faint);
  font-size: 11px;
}

.demo-system-list {
  display: grid;
  gap: 1px;
}

.demo-nav-item {
  display: flex;
  gap: 10px;
  min-height: 34px;
  padding: 0 10px;
  align-items: center;
  border-radius: 7px;
  color: var(--muted);
  font-size: 11px;
}

.demo-nav-item.is-active {
  color: var(--text);
  background: #e6e8eb;
}

.demo-nav-item i {
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.demo-main {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  padding: 28px;
}

.demo-prompt {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #3e4a5d;
  background: var(--soft);
  font-size: 14px;
}

.demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.6fr);
  gap: 16px;
  min-height: 465px;
}

.demo-log,
.demo-summary {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.demo-panel-head {
  display: flex;
  min-height: 44px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
}

.status-live {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.status-live::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(32, 184, 106, 0.12);
}

.status-live[data-state="idle"]::before {
  background: #aab2bf;
  box-shadow: 0 0 0 4px rgba(102, 112, 133, .1);
}

.status-live[data-state="working"]::before {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(70, 124, 255, .12);
  animation: status-pulse 1.4s ease-in-out infinite;
}

.status-live[data-state="complete"]::before {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(32, 184, 106, .12);
}

@keyframes status-pulse {
  50% { box-shadow: 0 0 0 7px rgba(70, 124, 255, 0); }
}

.demo-steps {
  padding: 10px 15px;
}

.demo-step {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  min-height: 68px;
  padding: 12px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
  opacity: 0.36;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.demo-step.is-complete {
  opacity: 1;
  transform: translateY(0);
}

.demo-step.is-active {
  opacity: 1;
  transform: translateY(0);
  background: linear-gradient(90deg, rgba(70, 124, 255, .08), rgba(70, 124, 255, 0) 82%);
}

.demo-step.is-active .demo-step-icon {
  border-color: rgba(70, 124, 255, .42);
  color: var(--blue);
  background: rgba(70, 124, 255, .06);
}

.demo-step.is-active .step-check {
  color: var(--blue);
}

.demo-step-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
}

.demo-step strong,
.demo-step small {
  display: block;
}

.demo-step strong {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
}

.demo-step small {
  color: var(--muted);
  font-size: 10px;
}

.step-check {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 10px;
}

.demo-step.is-complete .step-check {
  color: var(--green);
}

.summary-body {
  padding: 18px;
}

.summary-metric {
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  opacity: .2;
  transform: translateY(6px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.summary-metric.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.summary-metric span,
.summary-metric strong {
  display: block;
}

.summary-metric span {
  color: var(--muted);
  font-size: 10px;
}

.summary-metric strong {
  margin-top: 5px;
  font-size: 27px;
  font-weight: 500;
}

.summary-result {
  padding: 12px;
  border: 1px solid rgba(70, 124, 255, .24);
  border-radius: 9px;
  background: rgba(70, 124, 255, .05);
  opacity: .16;
  transform: translateY(6px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.summary-result.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.summary-result strong,
.summary-result span,
.summary-result small {
  display: block;
}

.summary-result span { margin-bottom: 4px; color: var(--muted); font-size: 9px; }
.summary-result strong { margin-bottom: 5px; font-size: 13px; font-weight: 500; }
.summary-result small { color: #526783; font-size: 9px; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.feature-card {
  position: relative;
  min-height: 430px;
  padding: 34px;
  contain: layout paint;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft);
}

.feature-card.feature-wide { grid-column: span 3; min-height: 520px; }
.feature-card.feature-third { grid-column: span 2; }
.feature-card.feature-half { grid-column: span 3; min-height: 350px; }

.dot-field {
  background-color: #fafafa;
  background-image: radial-gradient(#cfd5dd 0.8px, transparent 0.8px);
  background-size: 11px 11px;
}

.feature-card h3 {
  position: relative;
  z-index: 3;
  max-width: 480px;
  margin: 12px 0 12px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
}

.feature-card p {
  position: relative;
  z-index: 3;
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.feature-visual {
  position: absolute;
  right: 26px;
  bottom: 0;
  left: 26px;
  height: 55%;
}

.mini-browser,
.mini-dashboard,
.mini-log,
.mini-review {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px 14px 0 0;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
}

.mini-browser {
  display: grid;
  grid-template-rows: 35px 1fr;
  height: 100%;
}

.mini-browser-bar {
  display: flex;
  gap: 6px;
  padding: 0 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.mini-browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.mini-browser-bar i:nth-child(2) { background: var(--amber); }
.mini-browser-bar i:nth-child(3) { background: #27c840; }

.parcel-map {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  padding: 18px;
  background-image: linear-gradient(#e9edf2 1px, transparent 1px), linear-gradient(90deg, #e9edf2 1px, transparent 1px);
  background-size: 25px 25px;
}

.parcel-lines {
  position: relative;
  min-height: 175px;
  border: 2px solid var(--blue);
  clip-path: polygon(5% 12%, 90% 0, 100% 78%, 28% 100%, 0 70%);
}

.parcel-lines::before,
.parcel-lines::after {
  position: absolute;
  content: "";
  border: 1px solid var(--blue);
}

.parcel-lines::before { inset: 24px 35px; }
.parcel-lines::after { inset: 56px 16px 20px 70px; }

.map-facts {
  padding: 10px;
}

.map-facts span {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
}

.mini-dashboard {
  position: relative;
  height: 100%;
  border-radius: 14px 14px 0 0;
  background-image: radial-gradient(#d3d7dc 0.8px, transparent 0.8px);
  background-size: 11px 11px;
}

.widget {
  position: absolute;
  min-width: 130px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.1);
}

.widget span { color: var(--muted); font-size: 9px; }
.widget strong { display: block; margin-top: 7px; font-size: 22px; font-weight: 500; }
.widget:nth-child(1) { top: 42px; left: 28px; }
.widget:nth-child(2) { top: 30px; right: 27px; }
.widget:nth-child(3) { bottom: 28px; left: 35%; }

.app-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-content: flex-end;
  height: 100%;
  padding-bottom: 34px;
}

.app-pill {
  display: inline-flex;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.07);
  font-size: 11px;
}

.app-pill i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 6px;
  color: var(--white);
  background: var(--blue);
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
}

.mini-log {
  height: 100%;
  padding: 20px;
  border-radius: 14px 14px 0 0;
}

.log-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
}

.log-row b { color: var(--text); font-weight: 500; }
.log-row em { color: var(--green); font-style: normal; }

.mini-review {
  height: 100%;
  padding: 22px;
  border-radius: 14px 14px 0 0;
}

.review-document {
  height: 100%;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.review-document span {
  display: block;
  height: 6px;
  margin-bottom: 9px;
  border-radius: 3px;
  background: #e5e7eb;
}

.review-document span:nth-child(2) { width: 76%; }
.review-document span:nth-child(3) { width: 90%; }

.review-actions {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.review-actions i {
  display: grid;
  min-width: 76px;
  min-height: 34px;
  place-items: center;
  border-radius: 7px;
  color: var(--white);
  background: var(--blue);
  font-size: 9px;
  font-style: normal;
}

.review-actions i:last-child {
  color: var(--muted);
  background: var(--soft);
}

/* Gamut-style illustrated capability field */
.feature-card.feature-showcase {
  display: grid;
  min-height: 720px;
  padding: 0;
  grid-template-rows: minmax(420px, 1fr) auto;
}

.feature-card.feature-showcase.feature-compact {
  min-height: 650px;
  grid-template-rows: minmax(350px, 1fr) auto;
}

.capability-grid {
  grid-auto-rows: 680px;
}

.capability-grid .dot-field { background: #fafafa; }

.capability-grid .capability-hex-field {
  position: absolute;
  z-index: 0;
  inset: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  opacity: .34;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .72) 72%, rgba(0, 0, 0, .34) 100%);
}

.capability-grid .feature-stage,
.capability-grid .feature-copy-block {
  position: relative;
  z-index: 2;
}

.capability-grid .feature-card.feature-compact {
  height: 100%;
  min-height: 0;
  grid-template-rows: 365px minmax(0, 1fr);
}

.capability-grid .feature-stage,
.capability-grid .precision-target-stage,
.capability-grid .interface-stage,
.capability-grid .connected-stage,
.capability-grid .trigger-stage,
.capability-grid .anywhere-stage,
.capability-grid .model-stage {
  min-height: 0;
}

.capability-grid .feature-copy-block {
  padding: 27px 30px 31px;
}

.capability-grid .feature-card h3 {
  font-size: 28px;
}

.capability-grid .feature-card p {
  font-size: 13px;
}

.feature-stage {
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

.feature-stage canvas,
.vault-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.feature-copy-block {
  position: relative;
  z-index: 4;
  padding: 30px 34px 38px;
}

.feature-copy-block h3 {
  margin-top: 14px;
}

.precision-target-stage {
  min-height: 465px;
  isolation: isolate;
}

.interface-stage {
  min-height: 465px;
}

.floating-control {
  position: absolute;
  z-index: 3;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #596478;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 24px rgba(16,24,40,.12);
  font-size: 11px;
  animation: float-control 5s ease-in-out infinite;
}

.search-control {
  top: 27%;
  left: 8%;
  width: 42%;
  padding: 15px 17px;
}

.search-control::before {
  margin-right: 10px;
  content: "\2315";
  color: #8d98a9;
}

.search-control b {
  margin-left: 8px;
  color: var(--blue);
  font-weight: 400;
}

.toggle-control {
  top: 27%;
  right: 7%;
  display: flex;
  min-width: 190px;
  padding: 12px 14px;
  align-items: center;
  justify-content: space-between;
  animation-delay: -1.2s;
}

.toggle-control span,
.toggle-control small {
  display: block;
}

.toggle-control small {
  color: var(--faint);
  font-size: 9px;
}

.toggle-control i {
  position: relative;
  width: 43px;
  height: 23px;
  border-radius: 12px;
  background: var(--blue);
}

.toggle-control i::after {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  content: "";
  background: var(--white);
}

.approve-control {
  bottom: 17%;
  left: 10%;
  display: flex;
  gap: 12px;
  padding: 11px;
  align-items: center;
  animation-delay: -2s;
}

.approve-control strong {
  padding: 9px 13px;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  font-weight: 500;
}

.approve-control span {
  padding: 0 10px;
}

.range-control {
  right: 31%;
  bottom: 16%;
  width: 190px;
  padding: 13px 15px 18px;
  outline: 2px solid var(--blue);
  animation-delay: -.7s;
}

.range-control span {
  display: flex;
  justify-content: space-between;
}

.range-control i {
  position: relative;
  display: block;
  height: 5px;
  margin-top: 13px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--blue) 0 68%, #dce2ea 68%);
}

.range-control i::after {
  position: absolute;
  top: -5px;
  left: 65%;
  width: 14px;
  height: 14px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  content: "";
  background: var(--white);
}

.check-control {
  right: 5%;
  bottom: 12%;
  display: grid;
  min-width: 155px;
  gap: 6px;
  padding: 14px;
  animation-delay: -3s;
}

.check-control strong {
  color: var(--text);
  font-weight: 500;
}

.capability-grid .interface-stage .floating-control {
  border-radius: 10px;
  font-size: 9px;
}

.capability-grid .search-control {
  top: 18%;
  left: 7%;
  width: 48%;
  padding: 12px 13px;
}

.capability-grid .toggle-control {
  top: 18%;
  right: 5%;
  min-width: 145px;
  padding: 9px 10px;
}

.capability-grid .toggle-control i {
  width: 36px;
  height: 20px;
}

.capability-grid .toggle-control i::after {
  width: 14px;
  height: 14px;
}

.capability-grid .approve-control {
  bottom: 13%;
  left: 7%;
  padding: 8px;
}

.capability-grid .approve-control strong {
  padding: 7px 10px;
}

.capability-grid .range-control {
  right: 6%;
  bottom: 13%;
  width: 145px;
  padding: 10px 12px 14px;
}

.capability-grid .check-control {
  display: none;
}

.connected-stage,
.trigger-stage,
.anywhere-stage {
  min-height: 365px;
}

.integration-sphere-stage {
  isolation: isolate;
}

.integration-tool-node {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 18px rgba(16,24,40,.1);
  pointer-events: none;
  animation: integration-node-hover 5.4s ease-in-out infinite;
  will-change: transform;
}

.integration-tool-node img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.node-outlook { --float-x: 3px; --float-y: -4px; top: 7%; left: 8%; animation-delay: -.8s; }
.node-teams { --float-x: -2px; --float-y: 5px; top: 6%; left: 50%; translate: -50% 0; animation-delay: -2.1s; }
.node-arcgis { --float-x: -4px; --float-y: -3px; top: 7%; right: 8%; animation-delay: -3.4s; }
.node-autocad { --float-x: 4px; --float-y: 3px; top: 46%; left: 5%; animation-delay: -1.5s; }
.node-excel { --float-x: -4px; --float-y: 4px; top: 46%; right: 5%; animation-delay: -4.2s; }
.node-sharepoint { --float-x: 3px; --float-y: -5px; bottom: 7%; left: 8%; animation-delay: -2.8s; }
.node-slack { --float-x: -3px; --float-y: 4px; bottom: 6%; left: 50%; translate: -50% 0; animation-delay: -4.8s; }
.node-revit { --float-x: 4px; --float-y: -3px; right: 8%; bottom: 7%; animation-delay: -.2s; }

@keyframes integration-node-hover {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(var(--float-x), var(--float-y), 0); }
}

.agent-hierarchy-stage {
  isolation: isolate;
}

.hierarchy-terminal,
.hierarchy-agent {
  position: absolute;
  z-index: 3;
  box-sizing: border-box;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 18px rgba(16, 24, 40, .08);
  pointer-events: none;
}

.hierarchy-terminal {
  left: 50%;
  display: flex;
  width: 110px;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  translate: -50% 0;
}

.hierarchy-terminal i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(77, 141, 255, .1);
}

.hierarchy-task {
  top: 5%;
}

.hierarchy-result {
  bottom: 5%;
}

.hierarchy-agent {
  display: flex;
  width: 98px;
  height: 46px;
  padding: 0 8px;
  align-items: center;
  gap: 7px;
}

.hierarchy-agent b {
  display: grid;
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 7px;
  place-items: center;
  color: #59677c;
  background: #edf1f6;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
}

.hierarchy-agent > span,
.hierarchy-agent strong,
.hierarchy-agent small {
  display: block;
}

.hierarchy-agent > span {
  min-width: 0;
  line-height: 1.05;
}

.hierarchy-agent strong {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}

.hierarchy-agent small {
  color: var(--faint);
  font-size: 7px;
  white-space: nowrap;
}

.hierarchy-root {
  top: 23%;
  left: 50%;
  width: 120px;
  border-color: rgba(77, 141, 255, .42);
  box-shadow: 0 8px 22px rgba(77, 141, 255, .1);
  translate: -50% 0;
}

.hierarchy-root b {
  color: var(--white);
  background: var(--blue);
}

.hierarchy-atlas {
  top: 56%;
  left: 3%;
}

.hierarchy-plato {
  top: 56%;
  left: 50%;
  translate: -50% 0;
}

.hierarchy-daedalus {
  top: 56%;
  right: 3%;
}

.channel-badge {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 43px;
  height: 43px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 11px;
  place-items: center;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 8px 20px rgba(16, 24, 40, .1);
  animation: channel-drift 6s ease-in-out infinite;
  will-change: transform;
}

.channel-badge img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.badge-teams { --channel-x: 3px; --channel-y: -3px; top: 9%; left: 8%; animation-delay: -.6s; }
.badge-slack { --channel-x: -3px; --channel-y: 3px; top: 8%; right: 8%; animation-delay: -2.8s; }
.badge-telegram { --channel-x: 4px; --channel-y: 2px; top: 43%; left: 4%; animation-delay: -4.4s; }
.badge-messenger { --channel-x: -4px; --channel-y: -2px; top: 44%; right: 4%; animation-delay: -1.7s; }
.badge-whatsapp { --channel-x: 3px; --channel-y: -4px; bottom: 5%; left: 50%; translate: -50% 0; animation-delay: -3.6s; }

@keyframes channel-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(var(--channel-x), var(--channel-y), 0); }
}

.is-page-scrolling .integration-track,
.is-page-scrolling .integration-tool-node,
.is-page-scrolling .channel-badge,
.is-page-scrolling .floating-control {
  animation-play-state: paused;
}

.feature-card.feature-full {
  grid-column: 1 / -1;
}

.feature-card.feature-horizontal {
  display: grid;
  min-height: 380px;
  padding: 0;
  grid-template-columns: 1fr 1fr;
}

.feature-horizontal .feature-copy-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px;
}

.feature-horizontal .feature-copy-block h3 {
  max-width: 630px;
  font-size: 39px;
}

.feature-horizontal .feature-copy-block > p {
  max-width: 650px;
}

.provider-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 30px;
  color: #718096;
  font-family: var(--mono);
  font-size: 9px;
}

.capability-grid .provider-line {
  margin-top: 18px;
  line-height: 1.7;
}

.provider-line span + span::before {
  margin: 0 10px;
  content: "/";
  color: var(--line-strong);
}

.model-stage {
  display: grid;
  min-height: 380px;
  place-items: center;
}

.model-routing {
  width: min(410px, 82%);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 28px rgba(16,24,40,.1);
}

.model-routing > div {
  display: flex;
  min-height: 44px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
}

.model-routing em {
  color: var(--green);
  font-style: normal;
}

.model-routing p {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  margin: 0;
  padding: 13px 15px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--faint);
  font-size: 10px;
}

.model-routing b {
  display: flex;
  gap: 8px;
  min-height: 34px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: #495365;
  background: var(--soft);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
}

.model-routing b i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.deployment-stage {
  min-height: 380px;
}

.vault-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

@keyframes float-control {
  50% { transform: translateY(-7px); }
}

.system-band {
  max-width: calc(100% - 16px);
  min-height: 790px;
  margin: 8px auto;
  padding: 110px max(72px, calc((100vw - var(--max)) / 2 + 32px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.system-band.dark-band {
  color: var(--white);
  border-color: #161a21;
  background: #05070b;
}

.band-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
  gap: 70px;
  min-height: 560px;
}

.band-copy {
  display: flex;
  flex-direction: column;
}

.band-copy h2 {
  max-width: 600px;
  margin: 16px 0 48px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.band-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 8px;
  margin-bottom: 42px;
}

.band-scroll-progress {
  display: none;
}

.band-tab {
  display: flex;
  min-height: 37px;
  padding: 0 11px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--faint);
  background: transparent;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  cursor: pointer;
}

.band-tab.is-active {
  color: var(--text);
  border-color: #969da6;
}

.dark-band .band-tab {
  border-color: #272c35;
  color: #666e7b;
}

.dark-band .band-tab.is-active {
  color: var(--white);
  border-color: #737b88;
}

.band-detail {
  display: none;
  max-width: 560px;
}

.band-detail.is-active {
  display: block;
  animation: detail-in 360ms ease both;
}

@keyframes detail-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.band-detail h3 {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
}

.band-detail p {
  max-width: 500px;
  color: var(--muted);
}

.dark-band .band-detail p {
  color: #9ba3b0;
}

.band-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--white);
}

.thread-head {
  display: flex;
  height: 52px;
  padding: 0 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
}

.thread-body {
  padding: 28px 28px 90px;
}

.message {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.message-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 9px;
  font-weight: 600;
}

.message.agent .message-avatar {
  background: var(--blue);
}

.message strong {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.message p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 0 12px 12px 12px;
  color: #3e4a5d;
  background: var(--soft);
  font-size: 13px;
}

.thread-input {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  min-height: 48px;
  padding: 0 8px 0 14px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--faint);
  font-size: 12px;
  background: var(--white);
  box-shadow: 0 4px 10px rgba(16,24,40,.08);
}

.thread-input i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-style: normal;
}

.security-visual {
  display: grid;
  min-height: 560px;
  place-items: center;
}

.security-flow-copy h2 {
  margin-bottom: 22px;
}

.security-exit-line {
  margin: 0 0 34px;
  color: #9ba3b0;
  font-size: 18px;
}

.security-flow-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.security-flow-tab {
  display: flex;
  min-height: 40px;
  padding: 0 11px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #272c35;
  border-radius: 7px;
  color: #666e7b;
  background: transparent;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.security-flow-tab span {
  color: #4f5866;
}

.security-flow-tab.is-complete {
  color: #a0a9b7;
  border-color: #3a424f;
}

.security-flow-tab.is-active {
  color: var(--white);
  border-color: rgba(77, 141, 255, .78);
  background: rgba(77, 141, 255, .08);
}

.security-flow-tab.is-active span {
  color: #79a9ff;
}

.security-flow-progress {
  position: relative;
  height: 3px;
  margin: 0 1px 38px;
  border-radius: 2px;
  background: #232936;
}

.security-flow-progress i {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--blue);
  transform: scaleX(var(--security-scroll-progress, 0));
  transform-origin: left;
}

.security-flow-progress b {
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #05070b;
  border-radius: 50%;
  background: #71a6ff;
  box-shadow: 0 0 0 3px rgba(77, 141, 255, .17);
  transform: translate(-50%, -50%);
}

.security-flow-details {
  min-height: 136px;
}

.security-flow-detail {
  display: none;
  max-width: 520px;
}

.security-flow-detail.is-active {
  display: block;
  animation: detail-in 360ms ease both;
}

.security-flow-detail h3 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
}

.security-flow-detail p {
  max-width: 480px;
  margin: 0;
  color: #9ba3b0;
}

.security-lock-visual {
  position: relative;
  overflow: hidden;
}

.security-lock-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
}

.security-orbit {
  position: relative;
  width: 270px;
  height: 270px;
  transform: rotate(var(--orbit-rotation, 0deg));
  transition: transform 600ms ease;
}

.security-orbit i {
  position: absolute;
  inset: 0;
  border: 1px solid #d9dde4;
  border-radius: 50%;
}

.security-orbit i:nth-child(1) { transform: scaleX(.35); }
.security-orbit i:nth-child(2) { transform: scaleY(.35); }
.security-orbit i:nth-child(3) { transform: rotate(45deg) scaleX(.35); }
.security-orbit i:nth-child(4) { transform: rotate(-45deg) scaleX(.35); }

.security-orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--white);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 8px rgba(255,255,255,.06);
}

.offer-field {
  min-height: 790px;
  padding: 90px max(32px, calc((100vw - var(--max)) / 2 + 20px));
}

.offer-field > .workflow-branch-visual {
  opacity: .5;
  -webkit-mask-image: none;
  mask-image: none;
}

.offer-field-heading {
  position: relative;
  z-index: 3;
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}

.offer-field-heading h2 {
  margin: 0;
  font-size: 60px;
  line-height: 1;
}

.offer-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.offer-card {
  --offer-accent: #6e7888;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 820px;
  padding: 30px 32px 28px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--offer-accent);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 36px rgba(16,24,40,.07);
}

.offer-card-training {
  --offer-accent: #218b68;
}

.offer-card-primary {
  --offer-accent: var(--blue);
  background: rgba(249,251,255,.97);
  box-shadow: 0 16px 40px rgba(39,88,165,.1);
}

.offer-card-top {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  min-height: 0;
  padding-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.offer-number {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0;
  place-items: center;
  border-left: 2px solid var(--offer-accent);
  color: var(--offer-accent);
  background: #f6f7f9;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1;
}

.offer-card-top .micro-label {
  color: var(--ink);
}

.offer-kicker {
  margin: 4px 0 0;
  color: #7b8390;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.offer-card h3 {
  min-height: 112px;
  margin: 30px 0 16px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.06;
}

.offer-summary {
  min-height: 126px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.offer-list {
  position: relative;
  margin: 2px 0 28px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.offer-list::before {
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 3px;
  width: 1px;
  content: "";
  background: color-mix(in srgb, var(--offer-accent) 28%, transparent);
}

.offer-list li {
  position: relative;
  padding: 14px 0 14px 27px;
  border-bottom: 1px solid var(--line);
  color: #4b5565;
  font-size: 13px;
  line-height: 1.45;
}

.offer-list li + li {
  margin-top: 0;
}

.offer-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-weight: 600;
}

.offer-list li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--white);
  border-radius: 50%;
  content: "";
  background: var(--offer-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--offer-accent) 14%, transparent);
}

.offer-link {
  display: flex;
  min-height: 48px;
  margin-top: auto;
  padding-top: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.offer-link::after {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

.offer-link:hover {
  color: var(--offer-accent);
}

.offer-link:hover::after {
  transform: translateX(4px) rotate(45deg);
}

.service-stack {
  display: grid;
  gap: 16px;
}

.service-row {
  display: grid;
  grid-template-columns: 70px minmax(330px, .9fr) minmax(390px, 1.1fr);
  gap: 34px;
  min-height: 500px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--soft);
}

.service-number {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 11px;
}

.service-main {
  display: flex;
  flex-direction: column;
}

.service-main h3 {
  max-width: 520px;
  margin: 52px 0 20px;
  font-size: 48px;
  line-height: 1;
}

.service-main > p {
  max-width: 530px;
  color: var(--muted);
  font-size: 14px;
}

.service-main .text-link {
  margin-top: auto;
}

.service-points {
  margin: 34px 0 35px;
  padding: 0;
  list-style: none;
}

.service-points li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: #465064;
  font-size: 13px;
}

.service-points strong {
  color: var(--text);
  font-weight: 500;
}

.service-visual {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f4f6f8;
}

.service-visual > .workflow-branch-visual {
  inset: -14px 0 auto;
  width: 100%;
  height: calc(100% + 28px);
  opacity: .3;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .65), #000 50%, rgba(0, 0, 0, .65));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .65), #000 50%, rgba(0, 0, 0, .65));
}

.service-ui {
  position: absolute;
  z-index: 2;
  inset: 44px 34px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 45px rgba(16, 24, 40, .09);
  backdrop-filter: blur(2px);
  transform-origin: 50% 55%;
}

.service-ui-head {
  display: flex;
  min-height: 52px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 500;
}

.service-ui-status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 400;
  text-transform: uppercase;
}

.service-ui-status::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(32, 184, 106, .12);
  animation: service-status-pulse 2.8s ease-in-out infinite;
}

.service-ui-status[data-tone="blue"]::before {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(70, 124, 255, .12);
}

.service-system-map,
.service-decision-map,
.service-enablement-map {
  display: flex;
  flex: 1;
  min-height: 0;
  padding: 18px;
  flex-direction: column;
  justify-content: center;
}

.service-system-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1.15fr) 22px minmax(0, 1fr);
  align-items: center;
}

.service-system-flow article {
  position: relative;
  min-height: 112px;
  padding: 17px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
}

.service-system-flow article:nth-of-type(2) {
  border-color: rgba(77, 141, 255, .44);
  box-shadow: 0 8px 24px rgba(77, 141, 255, .09);
}

.service-system-flow article::before {
  position: absolute;
  top: 13px;
  right: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(77, 141, 255, .1);
}

.service-system-flow > i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: var(--line-strong);
}

.service-system-flow > i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
}

.service-system-flow span,
.service-control-grid span,
.service-criteria-grid span,
.service-priority > span,
.service-role-grid span,
.service-decision-foot span {
  display: block;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 7px;
  line-height: 1.45;
  text-transform: uppercase;
}

.service-system-flow strong {
  display: block;
  margin-top: 35px;
  font-size: 10px;
  line-height: 1.3;
}

.service-control-grid {
  display: grid;
  margin-top: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-control-grid article {
  min-height: 66px;
  padding: 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-control-grid strong,
.service-criteria-grid strong {
  display: block;
  margin-top: 9px;
  font-size: 10px;
  font-weight: 500;
}

.service-priority {
  position: relative;
  padding: 4px 0 17px 16px;
  border-bottom: 1px solid var(--line);
  border-left: 2px solid var(--blue);
}

.service-priority::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--white);
  border-radius: 50%;
  content: "";
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(77, 141, 255, .12);
}

.service-priority strong,
.service-priority small {
  display: block;
}

.service-priority strong {
  margin-top: 8px;
  font-size: 19px;
  line-height: 1.1;
}

.service-priority small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
}

.service-criteria-grid {
  display: grid;
  margin-top: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-criteria-grid article {
  min-height: 57px;
  padding: 10px 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-decision-foot {
  display: flex;
  margin-top: auto;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
}

.service-decision-foot strong {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.service-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-role-grid article {
  min-height: 150px;
  padding: 16px 13px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
}

.service-role-grid strong,
.service-role-grid small {
  display: block;
}

.service-role-grid strong {
  margin-top: 47px;
  font-size: 15px;
  line-height: 1.1;
}

.service-role-grid small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.35;
}

.service-adoption-path {
  display: grid;
  position: relative;
  margin-top: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.service-adoption-path::before,
.service-adoption-path::after {
  position: absolute;
  top: 4px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  content: "";
  background: var(--line-strong);
}

.service-adoption-path::after {
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
}

.service-adoption-path span {
  position: relative;
  padding-top: 19px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 7px;
  text-align: center;
  text-transform: uppercase;
}

.service-adoption-path span::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  content: "";
  background: var(--white);
  transform: translateX(-50%);
}

.motion .service-row .service-ui {
  opacity: .2;
  transform: translateY(24px) scale(.985);
}

.motion .service-row.is-visible .service-ui {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 720ms ease 120ms, transform 720ms cubic-bezier(.22, .61, .36, 1) 120ms;
}

.motion .service-row .service-ui-head,
.motion .service-row .service-system-map,
.motion .service-row .service-decision-map,
.motion .service-row .service-enablement-map {
  opacity: 0;
  transform: translateY(10px);
}

.motion .service-row.is-visible .service-ui-head,
.motion .service-row.is-visible .service-system-map,
.motion .service-row.is-visible .service-decision-map,
.motion .service-row.is-visible .service-enablement-map {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease 380ms, transform 520ms ease 380ms;
}

.motion .service-row.is-visible .service-system-flow > i::after,
.motion .service-row.is-visible .service-adoption-path::after {
  transform: scaleX(1);
  transition: transform 900ms cubic-bezier(.22, .61, .36, 1) 650ms;
}

.service-ui-list {
  padding: 12px 18px;
}

.service-ui-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 13px;
  min-height: 62px;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.service-ui-item:last-child {
  border-bottom: 0;
}

.service-ui-item i {
  display: grid;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
}

.service-ui-item strong,
.service-ui-item small {
  display: block;
}

.service-ui-item strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-ui-item small {
  margin-top: 3px;
  overflow: hidden;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-ui-state {
  color: var(--green);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.service-ui-state[data-tone="blue"] {
  color: var(--blue);
}

.service-ui-state[data-tone="neutral"] {
  color: var(--muted);
}

@keyframes service-status-pulse {
  50% { box-shadow: 0 0 0 7px rgba(32, 184, 106, 0); }
}

@media (max-width: 1000px) {
  .calendly-section {
    padding: 55px 28px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .calendly-intro { position: relative; top: 0; padding-top: 0; }
}

@media (max-width: 760px) {
  .system-thesis {
    min-height: 175vh;
    margin: 6px;
  }

  .system-thesis-pin {
    top: 64px;
    min-height: calc(100vh - 70px);
    height: calc(100vh - 70px);
  }

  .system-thesis-grid {
    min-height: 620px;
    padding: 54px 26px 75px;
    grid-template-columns: 1fr;
    align-content: space-between;
    gap: 55px;
  }

  .system-thesis-statement h2 {
    margin-top: 18px;
    font-size: 48px;
    line-height: 1;
  }

  .system-thesis-detail { padding-top: 22px; }
  .system-thesis-detail > p { font-size: 14px; }
  .system-thesis-detail > strong { font-size: 16px; }
  .button.button-teal { width: 100%; min-width: 0; }
  .system-thesis-rail { right: 26px; bottom: 28px; left: 26px; }
  .calendly-section { max-width: calc(100% - 12px); padding: 42px 16px; }
  .calendly-intro { padding: 0 8px; }
  .calendly-intro h2 { font-size: 41px; }
  .calendly-frame { min-height: 700px; border-radius: 6px; }
  .calendly-inline-widget { height: 700px; }
}

@media (max-width: 1000px) {
  .calendly-section {
    padding: 55px 28px;
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .calendly-intro { position: relative; top: 0; padding-top: 0; }
}

@media (max-width: 760px) {
  .calendly-section { max-width: calc(100% - 12px); padding: 42px 16px; }
  .calendly-intro { padding: 0 8px; }
  .calendly-intro h2 { font-size: 41px; }
  .calendly-frame { min-height: 700px; border-radius: 6px; }
  .calendly-inline-widget { width: 100%; min-width: 0; height: 700px; }
}

@media (prefers-reduced-motion: reduce) {
  .service-ui-status::before {
    animation: none;
  }
}

.site-footer {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 95px var(--gutter) 40px;
}

.footer-brand h2 {
  max-width: 480px;
  margin: 14px 0 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.04;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 9px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.footer-column a {
  width: max-content;
  color: #3e4653;
  font-size: 13px;
}

.footer-base {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

/* Inner pages */
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  min-height: 540px;
}

.page-hero-hex > .workflow-branch-visual {
  opacity: .5;
}

.page-hero-hex .page-hero-art {
  pointer-events: none;
}

.page-hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 540px;
  padding: 120px max(32px, calc((100vw - var(--max)) / 2 + 20px)) 55px;
}

.breadcrumbs {
  display: flex;
  gap: 8px;
}

.page-hero h1 {
  max-width: 900px;
  margin: 30px 0 22px;
  font-size: 72px;
  font-weight: 500;
  line-height: .98;
}

.page-hero-copy > div:last-child > p,
.page-hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: #465265;
  font-size: 18px;
}

.page-hero-art {
  position: relative;
  z-index: 2;
  min-height: 540px;
}

.page-hero-art img,
.case-art img,
.enterprise-band-art img,
.diagnostic-visual img {
  display: none;
}

.page-hero-art .ascii-visual {
  top: 90px;
  right: -20%;
  bottom: -60px;
  width: 125%;
  font-size: 8px;
}

.intro-statement {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 80px;
}

.intro-statement h2 {
  max-width: 960px;
  margin: -9px 0 40px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}

.intro-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.intro-actions p {
  max-width: 560px;
  color: var(--muted);
}

.numbered-list {
  border-top: 1px solid currentColor;
}

.numbered-row {
  display: grid;
  grid-template-columns: 60px minmax(220px, .7fr) minmax(280px, 1fr);
  gap: 34px;
  padding: 30px 0;
  border-bottom: 1px solid currentColor;
}

.numbered-row > span {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
}

.numbered-row h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.08;
}

.numbered-row p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section-black .numbered-row p { color: #9da5b2; }

.scope-grid,
.industry-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.scope-card,
.industry-card,
.case-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text);
  background: var(--soft);
}

.scope-card h3,
.industry-card h3,
.case-card h3 {
  margin: 55px 0 15px;
  font-size: 36px;
  line-height: 1.04;
}

.scope-card p,
.industry-card p,
.case-card p {
  color: var(--muted);
  font-size: 13px;
}

.scope-card ul,
.industry-card ul {
  margin: 28px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.scope-card li,
.industry-card li {
  display: inline;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.scope-card li + li::before,
.industry-card li + li::before {
  margin: 0 8px;
  content: "/";
}

.industry-spectrum {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
}

.industry-spectrum article {
  display: grid;
  min-height: 118px;
  padding: 26px 28px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 180ms ease;
}

.industry-spectrum article:hover {
  background: #f6f8fa;
}

.industry-spectrum span {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
}

.industry-spectrum h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.open-scope-section {
  overflow: hidden;
}

.open-scope-field {
  border-top: 1px solid #343a44;
}

.open-scope-lines span {
  display: block;
  padding: 23px 0;
  border-bottom: 1px solid #343a44;
  color: var(--white);
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}

.open-scope-form {
  display: grid;
  padding: 32px 0;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 80px;
  border-bottom: 1px solid #343a44;
}

.open-scope-form .micro-label,
.scope-scale > .micro-label {
  color: #7f8998;
}

.open-scope-form strong {
  max-width: 870px;
  color: var(--white);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.scope-scale {
  margin-top: 54px;
}

.scope-continuum {
  display: grid;
  position: relative;
  margin-top: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.scope-continuum::before {
  position: absolute;
  top: 4px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  content: "";
  background: #343a44;
}

.scope-continuum span {
  position: relative;
  padding-top: 22px;
  color: #a4adba;
  font-family: var(--mono);
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
}

.scope-continuum span::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  content: "";
  background: #050912;
  transform: translateX(-50%);
}

/* About */
.about-model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
}

.about-model-grid article {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 180ms ease;
}

.about-model-grid article:hover {
  background: #f6f8fa;
}

.about-model-grid article > span,
.founder-profile header {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
}

.about-model-grid h3 {
  margin: 76px 0 14px;
  font-size: 30px;
  line-height: 1.05;
}

.about-model-grid p {
  max-width: 240px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #343a44;
  border-bottom: 1px solid #343a44;
}

.founder-profile {
  min-height: 500px;
  padding: 38px 50px 40px 0;
}

.founder-profile + .founder-profile {
  padding-right: 0;
  padding-left: 50px;
  border-left: 1px solid #343a44;
}

.founder-profile header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #7f8998;
}

.founder-profile header i {
  font-style: normal;
}

.founder-profile h3 {
  margin: 52px 0 18px;
  color: var(--white);
  font-size: 48px;
  line-height: 1;
}

.founder-lede {
  max-width: 520px;
  margin: 0 0 22px;
  color: #eef2f7;
  font-size: 22px;
  line-height: 1.35;
}

.founder-copy {
  max-width: 550px;
  margin: 0;
  color: #9da5b2;
  font-size: 14px;
  line-height: 1.7;
}

.founder-evidence {
  display: flex;
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid #343a44;
  list-style: none;
}

.founder-evidence li {
  flex: 1;
  padding: 14px 12px 0 0;
  color: #7f8998;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-sf-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 80px;
}

.about-sf h2 {
  max-width: 920px;
  margin: -9px 0 42px;
  font-size: 64px;
  line-height: 1;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 930px;
  margin: 58px 0 0;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
}

.about-facts div {
  min-height: 130px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-facts dt {
  margin-bottom: 34px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

.about-facts dd {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.5;
  text-transform: uppercase;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.engagement-step {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.engagement-step h3 {
  margin: 62px 0 15px;
  font-size: 34px;
}

.engagement-step p:last-child {
  color: var(--muted);
  font-size: 13px;
}

.section-black .engagement-step {
  border-color: #282d35;
  background: #0c0f15;
}

.section-black .engagement-step p:last-child { color: #9da5b2; }

.process-story {
  --process-progress: 0;
  position: relative;
  height: 520vh;
  max-width: calc(100% - 16px);
  margin: 8px auto 24px;
}

.process-sticky {
  position: sticky;
  top: var(--nav-h);
  height: calc(100svh - var(--nav-h) - 8px);
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--soft);
}

.process-story-inner {
  display: grid;
  grid-template-columns: 140px minmax(320px, .78fr) minmax(430px, 1.22fr);
  gap: 54px;
  width: 100%;
  max-width: var(--max);
  height: 100%;
  margin: 0 auto;
  padding: 64px 20px 56px;
}

.process-rail {
  position: relative;
  min-height: 0;
}

.process-rail > p {
  margin-bottom: 30px;
}

.process-rail ol {
  display: flex;
  height: calc(100% - 44px);
  margin: 0;
  padding: 0;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
}

.process-rail li {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  padding-left: 18px;
  color: var(--faint);
  transition: color 320ms ease;
}

.process-rail li::before {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 7px;
  height: 7px;
  border: 1px solid #c7ccd3;
  border-radius: 50%;
  content: "";
  background: var(--soft);
  transform: translateY(-50%);
  transition: border-color 320ms ease, background-color 320ms ease, box-shadow 320ms ease;
}

.process-rail li span,
.process-rail li b {
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.process-rail li.is-complete,
.process-rail li.is-active {
  color: var(--text);
}

.process-rail li.is-complete::before {
  border-color: var(--blue);
  background: var(--blue);
}

.process-rail li.is-active::before {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 5px rgba(77, 141, 255, .14);
}

.process-rail-line {
  position: absolute;
  z-index: 1;
  top: 50px;
  bottom: 4px;
  left: 6px;
  width: 1px;
  overflow: hidden;
  background: #d7dbe0;
}

.process-rail-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: scaleY(var(--process-progress));
  transform-origin: top;
}

.process-narrative {
  position: relative;
  min-height: 0;
}

.process-step {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(calc(-50% + 24px));
  transition: opacity 420ms ease, clip-path 520ms cubic-bezier(.22,.61,.36,1), transform 520ms cubic-bezier(.22,.61,.36,1);
}

.process-step.is-active {
  visibility: visible;
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(-50%);
}

.process-step h2 {
  max-width: 480px;
  margin: 22px 0 28px;
  font-size: 58px;
  line-height: 1;
}

.process-step > p:not(.micro-label) {
  max-width: 450px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.process-output {
  display: block;
  max-width: 450px;
  padding-top: 15px;
  border-top: 1px solid var(--line-strong);
  color: #495365;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.process-stage {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8f9fb;
}

.process-stage-head {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 54px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.94);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.process-stage-status {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
}

.process-stage-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(77, 141, 255, .12);
}

.process-stage-status b {
  font-weight: 500;
}

.process-stage-views {
  position: absolute;
  top: 54px;
  right: 0;
  bottom: 0;
  left: 0;
}

.process-stage-view {
  position: absolute;
  inset: 0;
  padding: 30px 32px 26px;
  visibility: hidden;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(18px);
  transition: opacity 360ms ease, clip-path 500ms cubic-bezier(.22,.61,.36,1), transform 500ms cubic-bezier(.22,.61,.36,1);
}

.process-stage-view.is-active {
  visibility: visible;
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(0);
}

.process-board {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 24px;
}

.process-board-head {
  display: flex;
  padding-bottom: 22px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.process-board-head > div {
  display: grid;
  gap: 7px;
}

.process-board-head span,
.process-board-head em,
.process-board-foot span,
.process-board-foot b {
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.process-board-head span,
.process-board-head em,
.process-board-foot span {
  color: var(--faint);
}

.process-board-head strong {
  max-width: 390px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.process-board-head em {
  padding-top: 2px;
  white-space: nowrap;
}

.process-board-foot {
  display: flex;
  min-height: 42px;
  padding-top: 14px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}

.process-board-foot b {
  color: var(--text);
  text-align: right;
}

.discovery-visual,
.audit-visual,
.roadmap-visual,
.deployment-visual,
.optimization-visual {
  align-self: center;
  min-width: 0;
}

.discovery-visual {
  display: grid;
  gap: 28px;
}

.discovery-focus {
  padding: 4px 0 5px 20px;
  border-left: 2px solid var(--blue);
}

.discovery-focus span,
.discovery-signals dt,
.audit-flow span,
.audit-baseline > span,
.audit-baseline li,
.roadmap-list i,
.roadmap-list em,
.roadmap-criteria span,
.roadmap-criteria b,
.deployment-track i,
.deployment-system span,
.optimization-visual span,
.measure-grid small {
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.discovery-focus span,
.discovery-signals dt,
.audit-flow span,
.audit-baseline > span,
.roadmap-list i,
.roadmap-criteria span,
.deployment-system span,
.measure-intro span,
.measure-grid span,
.measure-grid small {
  color: var(--faint);
}

.discovery-focus strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.05;
}

.discovery-focus p {
  max-width: 380px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.discovery-signals {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  border-top: 1px solid var(--line);
}

.discovery-signals > div {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.discovery-signals dd {
  margin: 7px 0 0;
  font-size: 13px;
  font-weight: 500;
}

.audit-visual {
  width: 100%;
}

.audit-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.audit-flow::before,
.audit-flow::after,
.deployment-track::before,
.deployment-track::after {
  position: absolute;
  right: 20px;
  left: 20px;
  height: 1px;
  content: "";
}

.audit-flow::before,
.audit-flow::after {
  top: 17px;
}

.audit-flow::before,
.deployment-track::before {
  background: #d9dee5;
}

.audit-flow::after,
.deployment-track::after {
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 850ms 180ms cubic-bezier(.22,.61,.36,1);
}

.process-stage-view.is-active .audit-flow::after,
.process-stage-view.is-active .deployment-track::after {
  transform: scaleX(1);
}

.audit-flow article {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.audit-flow i,
.deployment-track i {
  display: grid;
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  place-items: center;
  color: var(--muted);
  background: #f8f9fb;
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
}

.audit-flow span,
.audit-flow b {
  display: block;
}

.audit-flow span {
  margin-top: 20px;
}

.audit-flow b {
  margin-top: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.audit-baseline {
  display: grid;
  margin-top: 52px;
  padding: 18px 0;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audit-baseline ul {
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.audit-baseline li {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #465164;
  background: var(--white);
}

.roadmap-visual {
  width: 100%;
}

.roadmap-list {
  border-top: 1px solid var(--line-strong);
}

.roadmap-list article {
  display: grid;
  min-height: 72px;
  padding: 13px 0;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.roadmap-list i {
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid #b7c6dc;
  border-radius: 50%;
  place-items: center;
  color: var(--blue);
  font-style: normal;
}

.roadmap-list b,
.roadmap-list small {
  display: block;
}

.roadmap-list b {
  font-size: 13px;
  font-weight: 500;
}

.roadmap-list small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}

.roadmap-list em {
  color: var(--blue);
  font-style: normal;
}

.roadmap-criteria {
  display: flex;
  gap: 7px;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.roadmap-criteria span {
  margin-right: 4px;
}

.roadmap-criteria b {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #465164;
  background: var(--white);
  font-weight: 500;
}

.deployment-visual {
  width: 100%;
}

.deployment-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.deployment-track::before,
.deployment-track::after {
  top: 19px;
}

.deployment-track::after {
  right: 14%;
}

.deployment-track article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.deployment-track i {
  margin: 2px auto 16px;
}

.deployment-track .is-complete i {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.deployment-track .is-current i {
  border-color: var(--blue);
  color: var(--blue);
  box-shadow: 0 0 0 5px rgba(77, 141, 255, .1);
}

.deployment-track b,
.deployment-track small {
  display: block;
}

.deployment-track b {
  font-size: 12px;
  font-weight: 500;
}

.deployment-track small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 8px;
}

.deployment-system {
  display: grid;
  margin-top: 54px;
  padding: 20px 0;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.15fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.deployment-system > div {
  min-width: 0;
  text-align: center;
}

.deployment-system span,
.deployment-system b {
  display: block;
}

.deployment-system b {
  margin-top: 7px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deployment-system > i {
  color: #9aa5b5;
  font-size: 14px;
  font-style: normal;
}

.deployment-system .is-core b {
  color: var(--blue);
}

.optimization-visual {
  width: 100%;
}

.measure-intro {
  padding-left: 18px;
  border-left: 2px solid var(--blue);
}

.measure-intro span,
.measure-intro strong {
  display: block;
}

.measure-intro strong {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
}

.measure-grid {
  display: grid;
  margin-top: 26px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.measure-grid article {
  min-width: 0;
  padding: 17px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.measure-grid span,
.measure-grid b,
.measure-grid small {
  display: block;
}

.measure-grid b {
  margin-top: 12px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 500;
}

.measure-grid small {
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.optimization-loop {
  display: grid;
  position: relative;
  margin-top: 23px;
  grid-template-columns: repeat(4, 1fr);
}

.optimization-loop::before {
  position: absolute;
  top: 4px;
  right: 11%;
  left: 11%;
  height: 1px;
  content: "";
  background: #cfd6df;
}

.optimization-loop span {
  position: relative;
  padding-top: 17px;
  color: #465164;
  text-align: center;
}

.optimization-loop span::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  content: "";
  background: #f8f9fb;
  transform: translateX(-50%);
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: var(--max);
  margin: 0 auto;
}

.comparison-column {
  min-height: 360px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--soft);
}

.comparison-column h3 {
  margin: 75px 0 30px;
  font-size: 38px;
}

.comparison-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-column li {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.case-study,
.enterprise-band,
.security-split,
.diagnostic-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: calc(100% - 16px);
  min-height: 570px;
  margin: 8px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
}

.case-art,
.enterprise-band-art,
.security-art,
.diagnostic-visual {
  position: relative;
  min-height: 570px;
  border-right: 1px solid var(--line);
  background-color: #fafafa;
  background-image: radial-gradient(#cfd5dd 0.8px, transparent 0.8px);
  background-size: 11px 11px;
}

.diagnostic-visual::after {
  position: absolute;
  inset: 17%;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 38px rgba(255,255,255,.72), 0 0 0 39px var(--line-strong);
}

.case-system,
.system-glyph {
  position: absolute;
  inset: 15%;
  display: grid;
  grid-template-rows: auto 1fr auto 1fr auto;
  justify-items: center;
  align-items: center;
}

.case-system span,
.system-glyph span {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(260px, 78%);
  min-height: 68px;
  padding: 12px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  place-items: center;
  color: var(--text);
  background: rgba(255,255,255,.94);
  box-shadow: 0 9px 24px rgba(16,24,40,.08);
  font-size: 13px;
  font-weight: 500;
}

.case-system span:nth-of-type(2),
.system-glyph span:nth-of-type(2) {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.case-system i,
.system-glyph i {
  width: 1px;
  height: 100%;
  background: var(--line-strong);
}

.case-system i::after,
.system-glyph i::after {
  display: block;
  width: 5px;
  height: 5px;
  margin: calc(100% + 5px) 0 0 -2px;
  border-radius: 50%;
  content: "";
  background: var(--blue);
}

.case-copy,
.enterprise-band-copy,
.security-copy,
.diagnostic-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
}

.case-copy h2,
.enterprise-band-copy h2,
.security-copy h2,
.diagnostic-copy h2 {
  margin: 16px 0 24px;
  font-size: 54px;
  line-height: 1;
}

.case-copy p,
.enterprise-band-copy p,
.security-copy p,
.diagnostic-copy p {
  color: var(--muted);
}

.case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 35px 0 20px;
  border-top: 1px solid var(--line);
}

.case-list span {
  padding: 11px 10px 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.security-controls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
  border-top: 1px solid var(--line);
}

.security-controls span {
  padding: 13px 5px 13px 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

.security-flow {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 14px;
}

.flow-stage {
  min-height: 360px;
  padding: 28px;
  border: 1px solid currentColor;
  border-radius: 18px;
}

.flow-stage h3 {
  margin: 90px 0 15px;
  font-size: 32px;
}

.flow-stage p { color: var(--muted); font-size: 13px; }
.flow-vault { display: grid; place-items: center; background: #0c0f15; }
.flow-vault .security-orbit { width: 220px; height: 220px; }

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  border-bottom: 1px solid var(--line-strong);
}

.faq-question {
  display: grid;
  grid-template-columns: 48px 1fr 28px;
  width: 100%;
  padding: 23px 0;
  align-items: center;
  border: 0;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.faq-question > span {
  color: var(--faint);
  font-family: var(--mono);
  font-size: 9px;
}

.faq-question strong {
  font-size: 23px;
  font-weight: 500;
}

.faq-question i {
  position: relative;
  width: 20px;
  height: 20px;
}

.faq-question i::before,
.faq-question i::after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 1px;
  content: "";
  background: currentColor;
}

.faq-question i::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.faq-item.is-open .faq-question i::after { transform: rotate(0); }

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms ease;
}

.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 700px; margin: 0 0 25px 48px; color: var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }

.cta {
  position: relative;
  max-width: calc(100% - 48px);
  min-height: 470px;
  margin: 24px auto;
  padding: 80px max(32px, calc((100vw - var(--max)) / 2 + 20px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--soft);
}

.cta::before {
  position: absolute;
  inset: 0;
  content: "01010010 01000110 01010000 00100000 01000111 01001001 01010011 00100000 01000100 01000001 01010100 01000001 00100000 01010010 01000101 01010110 01001001 01000101 01010111 00100000 01000110 01001001 01000101 01001100 01000100 00100000 01010011 01011001 01010011 01010100 01000101 01001101 00100000 01010010 01000110 01010000 00100000 01000111 01001001 01010011 00100000 01000100 01000001 01010100 01000001 00100000 01010010 01000101 01010110 01001001 01000101 01010111 00100000 01000110 01001001 01000101 01001100 01000100 00100000 01010011 01011001 01010011 01010100 01000101 01001101";
  color: #e8edf1;
  font-family: var(--mono);
  font-size: 6px;
  line-height: 2.55;
  opacity: .36;
  word-break: break-all;
}

.cta-hex::before {
  display: none;
}

.cta-hex > .workflow-branch-visual {
  inset: -14px 0 auto;
  width: 100%;
  height: calc(100% + 28px);
  opacity: .42;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.38), rgba(0,0,0,.54) 42%, #000);
  mask-image: linear-gradient(90deg, rgba(0,0,0,.38), rgba(0,0,0,.54) 42%, #000);
}

.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.cta-kicker {
  display: grid;
  gap: 17px;
}

.cta-stat {
  display: grid;
  gap: 3px;
  width: max-content;
  max-width: 100%;
}

.cta-stat p {
  margin: 0;
  color: #4c5668;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.5;
  text-transform: uppercase;
}

.cta-stat strong {
  color: var(--text);
  font-weight: 600;
}

.cta-stat a {
  width: max-content;
  max-width: 100%;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.cta-stat a:hover {
  color: var(--blue);
}

.cta h2 {
  max-width: 830px;
  margin: 16px 0 30px;
  font-size: 65px;
  line-height: 1;
}

.cta-message > h2 {
  margin-bottom: 18px;
}

.cta-message > p {
  max-width: 660px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 16px;
}

.quiz-shell,
.calculator-shell,
.contact-shell {
  display: grid;
  grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
  gap: 65px;
  align-items: start;
}

.tool-aside {
  position: sticky;
  top: 105px;
}

.tool-aside h2 {
  margin: 15px 0 22px;
  font-size: 49px;
  line-height: 1;
}

.tool-aside p { max-width: 390px; color: var(--muted); }

.quiz-progress {
  height: 3px;
  margin-top: 38px;
  overflow: hidden;
  border-radius: 2px;
  background: var(--line);
}

.quiz-progress span {
  display: block;
  width: var(--quiz-progress, 0%);
  height: 100%;
  background: var(--ink);
  transition: width 260ms ease;
}

.quiz-card,
.calculator-panel,
.contact-panel {
  min-height: 560px;
  padding: 40px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--soft);
}

.quiz-card h3 {
  max-width: 720px;
  margin: 60px 0 34px;
  font-size: 43px;
  line-height: 1.06;
}

.quiz-options {
  display: grid;
  gap: 9px;
}

.quiz-option {
  display: grid;
  grid-template-columns: 34px 1fr;
  width: 100%;
  padding: 15px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-align: left;
  background: var(--white);
  cursor: pointer;
}

.quiz-option span { color: var(--faint); font-family: var(--mono); font-size: 9px; }
.quiz-option:hover, .quiz-option.is-selected { color: var(--white); border-color: var(--ink); background: var(--ink); }

.quiz-nav,
.form-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
}

.quiz-result { display: none; }
.quiz-result.is-visible { display: block; }
.result-score { font-size: 92px; font-weight: 500; line-height: .85; }
.result-score small { font-size: 32px; }
.result-stage { margin: 28px 0 15px; font-size: 44px; font-weight: 500; }
.result-actions { margin: 32px 0; border-top: 1px solid var(--line-strong); }
.result-actions span { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }

.calculator-grid,
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.field { display: grid; gap: 8px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; outline: none; background: var(--white); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); }

.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.check-option { position: relative; }
.check-option input { position: absolute; opacity: 0; }
.check-option label { display: flex; min-height: 44px; padding: 10px 12px; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; }
.check-option input:checked + label { color: var(--white); border-color: var(--ink); background: var(--ink); }

.roi-output { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 32px; }
.roi-metric { min-height: 130px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--soft); }
.roi-metric strong { display: block; margin: 18px 0 4px; font-size: 38px; font-weight: 500; line-height: 1; }
.roi-metric span { color: var(--muted); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.tool-note { margin-top: 18px; color: var(--faint); font-size: 11px; }

.contact-steps { display: flex; gap: 5px; margin: 30px 0; }
.contact-steps span { flex: 1; height: 3px; border-radius: 2px; background: var(--line); }
.contact-steps span.is-active { background: var(--ink); }
.form-step { display: none; }
.form-step.is-active { display: block; }
.form-step h3 { margin: 14px 0 32px; font-size: 40px; line-height: 1.05; }

.calendly-section {
  display: grid;
  scroll-margin-top: 74px;
  max-width: calc(100% - 16px);
  margin: 8px auto;
  padding: 80px clamp(28px, 6vw, 100px);
  grid-template-columns: minmax(270px, .62fr) minmax(520px, 1.38fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #f7f8fa;
}

.calendly-intro {
  position: sticky;
  top: 105px;
  padding-top: 18px;
}

.calendly-intro h2 {
  max-width: 500px;
  margin: 18px 0 24px;
  font-size: clamp(42px, 4vw, 67px);
  font-weight: 500;
  line-height: 1;
}

.calendly-intro > p {
  max-width: 430px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.booking-prep {
  max-width: 430px;
  margin: 38px 0 30px;
  padding: 20px 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.booking-prep span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.booking-prep p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.calendly-frame {
  min-width: 0;
  min-height: 760px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(18, 29, 45, .07);
}

.calendly-inline-widget {
  min-width: 320px;
  height: 760px;
}

.calendly-frame noscript p { padding: 30px; }

.proof-note { max-width: 720px; margin: 55px 0 0 auto; padding-top: 20px; border-top: 1px solid currentColor; font-size: 27px; line-height: 1.15; }

@media (min-width: 901px) {
  .collaboration-band {
    min-height: calc(100vh + 1100px);
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    --band-scroll-progress: 0;
  }

  .collaboration-band .band-grid {
    position: sticky;
    top: calc(var(--nav-h) + 8px);
    height: calc(100vh - var(--nav-h) - 16px);
    min-height: 620px;
    align-items: center;
  }

  .collaboration-band .band-tabs {
    margin-bottom: 12px;
  }

  .collaboration-band .band-tab {
    position: relative;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
  }

  .collaboration-band .band-tab.is-complete {
    color: #526078;
    border-color: #bdc5d0;
  }

  .collaboration-band .band-tab.is-active {
    color: #245ea9;
    border-color: rgba(77, 141, 255, .7);
    background: rgba(77, 141, 255, .055);
  }

  .collaboration-band .band-scroll-progress {
    position: relative;
    display: block;
    height: 3px;
    margin: 0 1px 39px;
    border-radius: 2px;
    background: #d8dde5;
  }

  .collaboration-band .band-scroll-progress i {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--blue);
    transform: scaleX(var(--band-scroll-progress));
    transform-origin: left;
  }

  .collaboration-band .band-scroll-progress b {
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    border: 2px solid var(--white);
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 3px rgba(77, 141, 255, .13);
    transform: translate(-50%, -50%);
  }

  .security-scroll-band {
    min-height: calc(100vh + 1000px);
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    --security-scroll-progress: 0;
  }

  .security-scroll-band .band-grid {
    position: sticky;
    top: calc(var(--nav-h) + 8px);
    height: calc(100vh - var(--nav-h) - 16px);
    min-height: 620px;
    align-items: center;
  }
}

@media (min-width: 761px) {
  .home-page .site-header:not(.is-scrolled) .nav-inner {
    transform: translateY(11px);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .collaboration-band,
  .security-scroll-band {
    min-height: auto;
    padding: 76px 48px;
    overflow: hidden;
  }

  .collaboration-band .band-grid,
  .security-scroll-band .band-grid {
    grid-template-columns: 1fr;
    gap: 45px;
    min-height: 0;
  }

  .security-flow-tabs,
  .security-flow-progress {
    display: none;
  }

  .security-flow-details {
    min-height: 0;
  }

  .security-flow-detail {
    display: block;
    padding: 22px 0;
    border-top: 1px solid #2c313a;
  }

  .security-flow-detail:last-child {
    border-bottom: 1px solid #2c313a;
  }
}

.motion .reveal {
  opacity: .4;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.22,.61,.36,1);
}

.motion .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion .reveal-line {
  opacity: .55;
  transform: translateY(16px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.22,.61,.36,1);
}

.motion .reveal-line.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  :root { --gutter: 24px; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .site-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: block; }
  .hero-copy h1 { font-size: 74px; min-height: 150px; }
  .ascii-visual { right: -8%; width: 70%; }
  .workflow-branch-visual { right: 0; width: 100%; }
  .window-body { grid-template-columns: 205px minmax(0, 1fr); }
  .demo-sidebar { padding-right: 10px; padding-left: 10px; }
  .demo-main { padding: 20px; }
  .demo-grid { grid-template-columns: minmax(0, 1.2fr) minmax(210px, .8fr); gap: 12px; }
  .section-head h2, .section-title, .editorial-title, .difference-title { font-size: 51px; }
  .feature-card.feature-third { grid-column: span 3; }
  .band-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .band-copy h2 { font-size: 50px; }
  .band-tabs { grid-template-columns: 1fr 1fr; }
  .offer-grid { gap: 14px; }
  .offer-card { min-height: 960px; padding: 24px; }
  .offer-card-top { grid-template-columns: 40px 1fr; gap: 12px; }
  .offer-number { width: 38px; height: 38px; font-size: 13px; }
  .offer-card h3 { min-height: 126px; font-size: 29px; }
  .offer-summary { min-height: 154px; font-size: 13px; }
  .offer-list li { font-size: 12px; }
  .service-row { grid-template-columns: 55px minmax(300px, .9fr) minmax(330px, 1.1fr); padding: 32px; }
  .service-main h3 { font-size: 41px; }
  .page-hero h1 { font-size: 62px; }
  .about-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-story-inner {
    grid-template-columns: minmax(250px, .82fr) minmax(360px, 1.18fr);
    grid-template-rows: 58px minmax(0, 1fr);
    gap: 24px 34px;
    padding: 38px 24px 34px;
  }
  .process-rail {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 130px 1fr;
    align-items: center;
  }
  .process-rail > p { margin: 0; }
  .process-rail ol {
    height: auto;
    flex-direction: row;
  }
  .process-rail li {
    display: flex;
    min-width: 0;
    padding-left: 0;
    padding-top: 26px;
    justify-content: center;
  }
  .process-rail li::before {
    top: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .process-rail li span { display: none; }
  .process-rail li b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .process-rail-line {
    top: 20px;
    right: 0;
    bottom: auto;
    left: 130px;
    width: auto;
    height: 1px;
  }
  .process-rail-line i {
    transform: scaleX(var(--process-progress));
    transform-origin: left;
  }
  .process-narrative { grid-column: 1; grid-row: 2; }
  .process-stage { grid-column: 2; grid-row: 2; }
  .process-step h2 { font-size: 44px; }
}

@media (max-width: 760px) {
  :root { --nav-h: 62px; --gutter: 24px; --radius-lg: 26px; }
  body { padding-bottom: 76px; font-size: 15px; }
  .nav-inner { padding: 0 24px; border-right: 0; border-left: 0; }
  .brand { font-size: 21px; }
  .brand-mark { height: 24px; }
  .mobile-sticky-cta { display: flex; }
  .gamut-hero, .page-hero, .offer-field, .cta { max-width: calc(100% - 16px); margin-top: 8px; }
  .gamut-hero { min-height: 670px; }
  .hero-content { display: block; min-height: 670px; padding: 102px 39px 48px; }
  .hero-copy h1 { max-width: 315px; min-height: 148px; margin-bottom: 32px; font-size: 48px; line-height: .96; }
  .hero-copy > p { max-width: 305px; margin-bottom: 28px; font-size: 18px; line-height: 1.7; }
  .ascii-visual { top: 115px; right: -42%; bottom: -20px; width: 122%; font-size: 8px; opacity: .82; }
  .workflow-branch-visual { top: -10px; right: auto; left: -10%; width: 120%; height: calc(100% + 20px); opacity: .4; }
  .hero-content .button { min-height: 47px; padding: 0 17px; }
  .hero-coordinate { display: none; }
  .integration-strip { padding-top: 38px; }
  .integration-set { gap: 46px; padding-right: 46px; }
  .integration-item { gap: 10px; font-size: 16px; }
  .integration-logo { width: 35px; height: 35px; }
  .integration-logo img { width: 23px; height: 23px; }
  .content-section, .section { padding: 92px var(--gutter); }
  .market-signal {
    min-height: 0;
    padding: 82px 24px 0;
  }
  .market-signal > .workflow-branch-visual {
    left: -10%;
    width: 120%;
    opacity: .24;
  }
  .market-signal-inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .market-signal-copy h2 {
    max-width: 330px;
    font-size: 42px;
    line-height: 1.02;
  }
  .market-signal-copy > p:last-child { font-size: 15px; }
  .market-trajectory article {
    min-height: 160px;
    padding-left: 34px;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px 14px;
  }
  .market-trajectory article > strong { font-size: 35px; }
  .market-trajectory article > p { font-size: 12px; }
  .market-signal-thesis {
    margin-top: 58px;
    padding-bottom: 38px;
    font-size: 20px;
  }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 44px; }
  .section-head h2, .section-title, .editorial-title, .difference-title { font-size: 38px; line-height: 1.06; }
  .difference-title { margin-bottom: 34px; }
  .product-scroll-stage { min-height: auto; }
  .product-scroll-stage .product-window { position: relative; top: auto; }
  .product-window { min-height: auto; overflow: visible; border: 0; border-radius: 0; box-shadow: none; }
  .window-bar { display: none; }
  .demo-sidebar { display: block; padding: 0; border: 0; background: transparent; }
  .demo-outcome-card { margin-bottom: 18px; }
  .demo-sidebar-label, .demo-system-list { display: none; }
  .window-body { display: block; min-height: auto; }
  .demo-main { display: block; padding: 0; }
  .demo-prompt { margin-bottom: 18px; padding: 16px; border: 0; border-radius: 15px; }
  .demo-grid { grid-template-columns: 1fr; min-height: 0; }
  .demo-log, .demo-summary { border-radius: 14px; box-shadow: 0 10px 24px rgba(16,24,40,.08); }
  .demo-summary { min-height: 270px; }
  .demo-step { grid-template-columns: 28px 1fr; }
  .step-check { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card.feature-wide, .feature-card.feature-third, .feature-card.feature-half { grid-column: auto; min-height: 540px; padding: 30px; }
  .capability-grid { grid-auto-rows: auto; }
  .capability-grid .feature-card.feature-compact { height: auto; }
  .feature-card.feature-showcase,
  .feature-card.feature-showcase.feature-wide,
  .feature-card.feature-showcase.feature-third {
    min-height: 620px;
    padding: 0;
    grid-template-rows: minmax(350px, 1fr) auto;
  }
  .feature-card.feature-full.feature-horizontal {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: 670px;
    padding: 0;
  }
  .feature-horizontal .feature-copy-block { padding: 31px 28px 38px; }
  .feature-horizontal .feature-copy-block h3 { font-size: 30px; }
  .feature-horizontal-reverse .deployment-stage { order: 1; }
  .feature-horizontal-reverse .feature-copy-block { order: 2; }
  .feature-stage, .precision-target-stage, .interface-stage, .connected-stage, .trigger-stage, .anywhere-stage, .model-stage, .deployment-stage { min-height: 350px; }
  .feature-copy-block { padding: 26px 28px 34px; }
  .floating-control { font-size: 9px; }
  .toggle-control { min-width: 155px; }
  .range-control { right: 28%; width: 155px; }
  .check-control { min-width: 132px; }
  .integration-tool-node { width: 38px; height: 38px; }
  .integration-tool-node img { width: 22px; height: 22px; }
  .provider-line { gap: 5px 0; }
  .model-routing { width: 88%; }
  .capability-grid .search-control { top: 14%; width: 54%; }
  .capability-grid .toggle-control { top: 42%; right: 6%; min-width: 145px; }
  .vault-canvas { min-height: 330px; }
  .feature-card h3 { font-size: 28px; }
  .feature-visual { right: 20px; left: 20px; height: 54%; }
  .system-band { max-width: calc(100% - 16px); min-height: auto; padding: 76px 24px; }
  .band-grid { grid-template-columns: 1fr; gap: 45px; min-height: 0; }
  .band-copy h2 { margin-bottom: 38px; font-size: 38px; line-height: 1.04; }
  .band-tabs { display: none; }
  .band-detail { display: block; padding: 22px 0; border-top: 1px solid var(--line-strong); }
  .band-detail:last-child { border-bottom: 1px solid var(--line-strong); }
  .band-detail h3 { position: relative; padding-left: 30px; font-size: 16px; line-height: 1.35; }
  .band-detail h3::before { position: absolute; left: 0; color: var(--faint); content: attr(data-number); font-family: var(--mono); font-size: 9px; }
  .band-detail p { padding-left: 30px; font-size: 14px; }
  .dark-band .band-detail { border-color: #2c313a; }
  .band-visual { min-height: 520px; }
  .security-visual { min-height: 330px; }
  .security-lock-canvas { min-height: 360px; }
  .security-flow-tabs, .security-flow-progress { display: none; }
  .security-flow-details { min-height: 0; }
  .security-flow-detail { display: block; padding: 22px 0; border-top: 1px solid #2c313a; }
  .security-flow-detail:last-child { border-bottom: 1px solid #2c313a; }
  .security-flow-detail h3 { font-size: 21px; }
  .security-flow-detail p { font-size: 14px; }
  .security-orbit { width: 210px; height: 210px; }
  .offer-field { padding: 76px 24px; }
  .offer-field-heading { margin-bottom: 42px; }
  .offer-field-heading h2 { font-size: 39px; line-height: 1.04; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 0; padding: 28px; }
  .offer-card-top { grid-template-columns: 44px 1fr; gap: 14px; margin-bottom: 28px; }
  .offer-number { width: 42px; height: 42px; font-size: 14px; }
  .offer-card h3 { min-height: 0; margin-top: 0; font-size: 34px; }
  .offer-summary { min-height: 0; font-size: 14px; }
  .offer-list { margin: 28px 0; }
  .offer-list li { font-size: 13px; }
  .offer-link { margin-top: 0; }
  .service-row { grid-template-columns: 1fr; gap: 12px; min-height: 850px; padding: 28px; }
  .service-main h3 { margin-top: 25px; font-size: 39px; }
  .service-main .text-link { margin-top: 10px; }
  .service-visual { min-height: 380px; }
  .service-ui { inset: 35px 17px; }
  .service-system-map,
  .service-decision-map,
  .service-enablement-map { padding: 14px; }
  .service-system-flow {
    grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr);
  }
  .service-system-flow article {
    min-height: 106px;
    padding: 13px 7px;
  }
  .service-system-flow article::before {
    top: 10px;
    right: 7px;
  }
  .service-system-flow span,
  .service-control-grid span { font-size: 6px; }
  .service-system-flow strong {
    margin-top: 34px;
    font-size: 9px;
  }
  .service-control-grid article { padding: 10px 8px; }
  .service-control-grid strong { font-size: 9px; }
  .service-role-grid { grid-template-columns: 1fr; }
  .service-role-grid article {
    display: grid;
    min-height: 62px;
    padding: 10px 12px;
    grid-template-columns: 60px 60px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
  }
  .service-role-grid strong,
  .service-role-grid small { margin-top: 0; }
  .service-role-grid strong { font-size: 12px; }
  .service-role-grid small { font-size: 7px; }
  .service-adoption-path { margin-top: 18px; }
  .process-page { padding-bottom: 0; }
  .process-page .mobile-sticky-cta { display: none; }
  .process-story {
    height: 520vh;
  }
  .process-sticky {
    height: calc(100svh - var(--nav-h) - 8px);
    min-height: 610px;
  }
  .process-story-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 40px 170px minmax(0, 1fr);
    gap: 10px;
    padding: 22px 16px 16px;
  }
  .process-rail {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .process-rail > p { display: none; }
  .process-rail ol {
    height: 40px;
    align-items: start;
  }
  .process-rail li {
    width: 20%;
    padding-top: 20px;
  }
  .process-rail li::before { top: 5px; }
  .process-rail li b { font-size: 7px; }
  .process-rail-line {
    top: 5px;
    right: 10%;
    left: 10%;
  }
  .process-narrative {
    grid-column: 1;
    grid-row: 2;
  }
  .process-step { top: 50%; }
  .process-step h2 {
    margin: 13px 0 12px;
    font-size: 32px;
  }
  .process-step > p:not(.micro-label) {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.45;
  }
  .process-output {
    padding-top: 9px;
    font-size: 7px;
  }
  .process-stage {
    grid-column: 1;
    grid-row: 3;
    border-radius: 15px;
  }
  .process-stage-head {
    min-height: 42px;
    padding: 0 13px;
    font-size: 7px;
  }
  .process-stage-views { top: 42px; }
  .process-stage-view {
    inset: 0;
    padding: 13px 14px 12px;
  }
  .process-board { gap: 10px; }
  .process-board-head {
    padding-bottom: 10px;
  }
  .process-board-head > div { gap: 3px; }
  .process-board-head span,
  .process-board-head em,
  .process-board-foot span,
  .process-board-foot b,
  .discovery-focus span,
  .discovery-signals dt,
  .audit-flow span,
  .audit-baseline > span,
  .audit-baseline li,
  .roadmap-list i,
  .roadmap-list em,
  .roadmap-criteria span,
  .roadmap-criteria b,
  .deployment-track i,
  .deployment-system span,
  .optimization-visual span,
  .measure-grid small {
    font-size: 6px;
  }
  .process-board-head strong {
    max-width: 235px;
    font-size: 13px;
  }
  .process-board-head em { padding-top: 0; }
  .process-board-foot {
    min-height: 27px;
    padding-top: 7px;
  }
  .process-board-foot b { max-width: 225px; }
  .discovery-visual { gap: 13px; }
  .discovery-focus {
    padding: 2px 0 2px 11px;
  }
  .discovery-focus strong {
    margin-top: 5px;
    font-size: 17px;
  }
  .discovery-focus p {
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.4;
  }
  .discovery-signals { gap: 0 14px; }
  .discovery-signals > div { padding: 8px 0; }
  .discovery-signals dd {
    margin-top: 4px;
    font-size: 9px;
  }
  .audit-flow { gap: 6px; }
  .audit-flow::before,
  .audit-flow::after { top: 12px; }
  .audit-flow i,
  .deployment-track i {
    width: 24px;
    height: 24px;
    font-size: 6px;
  }
  .audit-flow span { margin-top: 10px; }
  .audit-flow b {
    margin-top: 4px;
    font-size: 8px;
  }
  .audit-baseline {
    margin-top: 25px;
    padding: 10px 0;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }
  .audit-baseline ul { gap: 4px; }
  .audit-baseline li { padding: 4px 5px; }
  .roadmap-list article {
    min-height: 52px;
    padding: 7px 0;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 8px;
  }
  .roadmap-list i {
    width: 24px;
    height: 24px;
  }
  .roadmap-list b { font-size: 9px; }
  .roadmap-list small {
    margin-top: 3px;
    font-size: 7px;
  }
  .roadmap-criteria {
    gap: 4px;
    margin-top: 10px;
  }
  .roadmap-criteria b { padding: 4px 5px; }
  .deployment-track { gap: 6px; }
  .deployment-track::before,
  .deployment-track::after { top: 13px; }
  .deployment-track i { margin: 1px auto 8px; }
  .deployment-track .is-current i { box-shadow: 0 0 0 3px rgba(77, 141, 255, .1); }
  .deployment-track b { font-size: 8px; }
  .deployment-track small {
    margin-top: 3px;
    font-size: 6px;
  }
  .deployment-system {
    margin-top: 27px;
    padding: 11px 0;
    gap: 5px;
  }
  .deployment-system b {
    margin-top: 4px;
    font-size: 7px;
  }
  .deployment-system > i { font-size: 10px; }
  .measure-intro { padding-left: 10px; }
  .measure-intro strong {
    margin-top: 4px;
    font-size: 12px;
  }
  .measure-grid { margin-top: 12px; }
  .measure-grid article { padding: 9px; }
  .measure-grid b {
    margin-top: 5px;
    font-size: 13px;
  }
  .measure-grid small {
    margin-top: 3px;
  }
  .optimization-loop { margin-top: 12px; }
  .optimization-loop span { padding-top: 12px; }
  .optimization-loop span::before {
    width: 6px;
    height: 6px;
  }
  .optimization-loop::before { top: 3px; }
  .cta-stat {
    width: 100%;
  }
  .cta-stat p {
    max-width: 285px;
    white-space: normal;
  }
  .cta-stat a {
    width: auto;
    max-width: 285px;
    line-height: 1.45;
    white-space: normal;
  }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 75px 24px 25px; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .footer-column:last-of-type { grid-column: 1 / -1; }
  .footer-base { align-items: start; flex-direction: column; gap: 8px; }
  .page-hero { display: block; min-height: 590px; }
  .page-hero-copy { min-height: 590px; padding: 100px 32px 42px; }
  .page-hero h1 { max-width: 500px; font-size: 48px; line-height: .98; }
  .page-hero-copy > div:last-child > p, .page-hero-copy > p { font-size: 16px; }
  .page-hero-art { position: absolute; inset: 0; min-height: 590px; }
  .page-hero-art .ascii-visual { top: 125px; right: -45%; width: 130%; opacity: .45; }
  .intro-statement { grid-template-columns: 1fr; gap: 30px; }
  .intro-statement h2 { font-size: 43px; }
  .intro-actions { align-items: start; flex-direction: column; }
  .numbered-row { grid-template-columns: 38px 1fr; gap: 12px; }
  .numbered-row p { grid-column: 2; }
  .numbered-row h3 { font-size: 26px; }
  .scope-grid, .industry-grid, .case-grid, .engagement-grid, .comparison { grid-template-columns: 1fr; }
  .scope-card, .industry-card, .case-card { min-height: 300px; }
  .industry-spectrum {
    grid-template-columns: 1fr;
  }
  .industry-spectrum article {
    min-height: 86px;
    padding: 20px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
  }
  .industry-spectrum h3 { font-size: 21px; }
  .open-scope-lines span {
    padding: 18px 0;
    font-size: 36px;
    line-height: 1.04;
  }
  .open-scope-form {
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .open-scope-form strong { font-size: 20px; }
  .scope-scale { margin-top: 40px; }
  .scope-continuum { margin-top: 20px; }
  .scope-continuum span {
    padding-top: 18px;
    font-size: 6px;
  }
  .about-model-grid { grid-template-columns: 1fr; }
  .about-model-grid article {
    min-height: 180px;
    padding: 22px;
  }
  .about-model-grid h3 {
    margin-top: 42px;
    font-size: 26px;
  }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-profile {
    min-height: 0;
    padding: 30px 0 36px;
  }
  .founder-profile + .founder-profile {
    padding: 36px 0;
    border-top: 1px solid #343a44;
    border-left: 0;
  }
  .founder-profile h3 {
    margin-top: 38px;
    font-size: 38px;
  }
  .founder-lede { font-size: 19px; }
  .founder-evidence {
    display: grid;
    grid-template-columns: 1fr;
  }
  .founder-evidence li {
    padding: 11px 0;
    border-bottom: 1px solid #242a33;
  }
  .about-sf-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-sf h2 {
    margin-top: 0;
    font-size: 43px;
  }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div { min-height: 110px; }
  .about-facts dt { margin-bottom: 24px; }
  .comparison-column { min-height: 300px; }
  .case-study, .enterprise-band, .security-split, .diagnostic-split { grid-template-columns: 1fr; }
  .case-art, .enterprise-band-art, .security-art, .diagnostic-visual { min-height: 370px; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-copy, .enterprise-band-copy, .security-copy, .diagnostic-copy { min-height: 480px; padding: 42px 26px; }
  .case-copy h2, .enterprise-band-copy h2, .security-copy h2, .diagnostic-copy h2 { font-size: 43px; }
  .case-list { grid-template-columns: 1fr; }
  .security-flow { grid-template-columns: 1fr; }
  .flow-stage { min-height: 280px; }
  .flow-stage h3 { margin-top: 65px; }
  .faq-question { grid-template-columns: 34px 1fr 24px; }
  .faq-question strong { font-size: 19px; }
  .faq-answer p { margin-left: 34px; }
  .cta { min-height: 440px; padding: 65px 28px; }
  .cta h2 { font-size: 46px; }
  .quiz-shell, .calculator-shell, .contact-shell { grid-template-columns: 1fr; gap: 38px; }
  .tool-aside { position: relative; top: 0; }
  .tool-aside h2 { font-size: 42px; }
  .quiz-card, .calculator-panel, .contact-panel { min-height: 500px; padding: 25px 20px; }
  .quiz-card h3 { margin-top: 44px; font-size: 35px; }
  .calculator-grid, .form-grid, .check-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .roi-output { grid-template-columns: 1fr; }
  .form-step h3 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion .reveal, .motion .reveal-line { opacity: 1; transform: none; }
  .product-scroll-stage { min-height: auto; }
  .product-scroll-stage .product-window { position: relative; top: auto; }
  .collaboration-band { min-height: 790px; padding-top: 110px; padding-bottom: 110px; overflow: hidden; }
  .collaboration-band .band-grid { position: relative; top: auto; height: auto; min-height: 560px; }
  .collaboration-band .band-scroll-progress { display: none; }
  .security-scroll-band { min-height: 790px; padding-top: 110px; padding-bottom: 110px; overflow: hidden; }
  .security-scroll-band .band-grid { position: relative; top: auto; height: auto; min-height: 560px; }
  .security-flow-progress { display: none; }
}

@media (max-width: 1000px) {
  .calendly-section {
    padding: 55px 28px;
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }

  .calendly-intro { position: relative; top: 0; padding-top: 0; }
}

@media (max-width: 760px) {
  .calendly-section { max-width: calc(100% - 12px); padding: 42px 16px; }
  .calendly-intro { padding: 0 8px; }
  .calendly-intro h2 { font-size: 41px; }
  .calendly-frame { min-height: 700px; border-radius: 6px; }
  .calendly-inline-widget { width: 100%; min-width: 0; height: 700px; }
}
