@font-face {
  font-family: Inter;
  src: url("assets/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: JetBrains;
  src: url("assets/jetbrains-mono.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #faf9f6;
  --white: #fff;
  --ink: #252725;
  --muted: #626660;
  --line: #dedfd7;
  --orange: #fe5000;
  --orange-text: #bd3d00;
  --peach: #fff0e7;
  --green: #086c53;
  --green-light: #eaf4ee;
  --green-border: #c7ddd2;
  --green-accent: #0a8062;
  --mono: JetBrains, monospace;
  --radius: 8px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button,
a {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--orange-text);
  outline-offset: 5px;
}
p,
h1,
h2,
h3,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.09;
}
p {
  color: var(--muted);
}
.shell {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  vertical-align: middle;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.lab0 {
  font-family: var(--mono);
  letter-spacing: -0.065em;
  font-weight: 400;
  font-feature-settings: "zero" 1;
}
.zero {
  position: relative;
  display: inline-block;
}
.zero::after {
  content: "";
  position: absolute;
  width: 76%;
  height: 1.5px;
  background: currentColor;
  left: 12%;
  top: 53%;
  transform: rotate(-55deg);
}
.orange {
  color: var(--orange-text);
}
.tiny-label,
.eyebrow {
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.055em;
  line-height: 1.6;
  font-weight: 400;
}
.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  color: var(--orange-text);
  margin-bottom: 24px;
}
.orange-rule {
  width: 24px;
  height: 2px;
  background: var(--orange);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 51px;
  padding: 13px 21px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: #201409;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #ec4a00;
  border-color: #ec4a00;
  transform: translateY(-2px);
}
.button-small {
  min-height: 42px;
  padding: 9px 16px;
  font-size: 12px;
  gap: 22px;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 500;
  padding-block: 10px;
}
.text-link:hover {
  color: var(--orange-text);
}
.text-link span {
  font-size: 20px;
}
.status-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 8px;
  white-space: nowrap;
}
.status-badge.neutral {
  background: #f0f0ec;
  color: #555c54;
}
.status-badge.amber {
  background: #fff0d7;
  color: #805212;
}
.status-badge.green {
  background: var(--green-light);
  color: var(--green);
}
.site-header {
  height: 86px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 249, 246, 0.97);
  position: sticky;
  top: 0;
  z-index: 30;
}
.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-lockup {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  flex-shrink: 0;
}
.brand-lockup img {
  display: block;
  object-fit: contain;
  height: 35px;
  width: 130px;
}
.brand-times {
  color: #626958;
  font-size: 20px;
  font-weight: 300;
}
.brand-lockup > .lab0 {
  font-size: 27px;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: 25px;
  font-size: 12px;
  color: #555a54;
}
.desktop-nav a:hover {
  color: var(--orange-text);
}
.menu-toggle {
  display: none;
}
.mobile-nav[hidden] {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 50px;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 84px;
}
.hero h1 {
  font-size: clamp(48px, 4.45vw, 68px);
  max-width: 610px;
  line-height: 1.045;
  letter-spacing: -0.057em;
}
.hero h1 > span {
  color: inherit;
}
.hero-description {
  max-width: 455px;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 27px;
}
.hero-actions {
  display: flex;
  gap: 27px;
  align-items: center;
  margin-top: 30px;
}
.hero-note {
  font-size: 11px;
  margin-top: 31px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.small-cross {
  color: var(--orange-text);
  font-size: 20px;
  line-height: 1;
}
.hero-visual {
  position: relative;
  height: 590px;
  background: #f1f1e9;
  border: 1px solid #e4e4da;
  border-radius: 12px;
  overflow: hidden;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#bdbfb54a 0.8px, transparent 0.8px);
  background-size: 18px 18px;
  z-index: -1;
}
.visual-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 24px;
}
.visual-topline .tiny-label {
  font-size: 9px;
  color: #686c61;
}
.visual-status {
  font-size: 9px;
  color: #5c6357;
  display: flex;
  align-items: center;
  gap: 6px;
}
.visual-status > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #669479;
}
.source-stream {
  position: absolute;
  top: 81px;
  left: 32px;
  width: 46%;
  z-index: 3;
}
.source-card {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px 15px;
  border-radius: 7px;
  border: 1px solid #d5d7cb;
  background: #fff;
  box-shadow: 0 4px 8px #33391806;
  margin-bottom: 10px;
  animation: source-float 8s ease-in-out infinite;
}
.source-card > .icon {
  color: #8c9184;
  width: 19px;
  height: 19px;
}
.source-card b {
  display: block;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}
.source-card small {
  display: block;
  font-size: 9px;
  color: #626958;
  line-height: 1.6;
}
.source-card > span {
  font-family: var(--mono);
  font-size: 9px;
  color: #626958;
  margin-left: auto;
}
.source-a {
  transform: rotate(-4deg);
}
.source-b {
  margin-left: 10px;
  margin-right: -10px;
  animation-delay: -2s;
}
.source-c {
  transform: rotate(3deg);
  animation-delay: -4s;
}
.engine-bridge {
  position: absolute;
  top: 109px;
  right: 33px;
  width: 105px;
  text-align: center;
}
.engine-node {
  position: relative;
  display: grid;
  place-items: center;
  width: 63px;
  height: 63px;
  background: var(--orange);
  color: #fff;
  margin: 0 auto 10px;
  border: 5px solid #ffe0ca;
  border-radius: 17px;
  box-shadow: 0 7px 0 #e9d8c6;
}
.engine-node .icon {
  width: 30px;
  height: 30px;
  stroke-width: 1.3;
  animation: engine-turn 16s ease-in-out infinite;
}
.engine-bridge > span {
  font-size: 9px;
  color: #724627;
  display: block;
}
.bridge-line {
  position: absolute;
  top: 32px;
  right: 81px;
  width: 90px;
  border-top: 1px dashed #c78d69;
  z-index: -1;
}
.bridge-line.short {
  right: 52px;
  top: 96px;
  height: 67px;
  width: 1px;
  border-top: 0;
  border-left: 1px dashed #c78d69;
}
.sow-document {
  position: absolute;
  top: 272px;
  left: 65px;
  right: 34px;
  max-width: 380px;
  background: var(--white);
  border: 1px solid #ddded5;
  border-radius: 3px;
  padding: 23px 26px 0;
  box-shadow:
    0 18px 25px #49442c12,
    5px 6px 0 #e5e4da;
  transform: rotate(-3deg);
  animation: paper-arrive 8s ease-in-out infinite;
  transform-origin: 50% 70%;
}
.doc-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.doc-meta .lab0 {
  font-size: 12px;
}
.doc-meta .status-badge {
  font-size: 8px;
  padding: 3px 5px;
}
.doc-title {
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 1.1;
  margin-top: 19px;
}
.doc-subtitle {
  font-size: 9px;
  margin: 10px 0 16px;
}
.doc-divider {
  border-top: 1px solid var(--line);
}
.doc-section {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #edede6;
  font-size: 9px;
}
.doc-section > span {
  font-family: var(--mono);
  font-size: 8px;
  color: #626958;
}
.doc-section b {
  font-weight: 400;
}
.doc-section .icon {
  width: 12px;
  height: 12px;
  color: var(--green);
  margin-left: auto;
}
.doc-review {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 0;
  font-size: 8px;
}
.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #edeee6;
  color: #5c6652;
  border: 1px solid #dbdfcf;
  display: inline-grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 11px;
  flex-shrink: 0;
}
.avatar.mini {
  width: 23px;
  height: 23px;
  font-size: 8px;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f1f1e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid #dddfd3;
  font-size: 9px;
  color: #666d5b;
  z-index: 4;
}
.motion-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  padding: 4px 0;
  border: 0;
  background: none;
  color: var(--ink);
  min-height: 27px;
}
.motion-toggle[disabled] {
  color: var(--muted);
}

.section {
  padding-block: 108px;
  scroll-margin-top: 30px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 42px;
}
.section-intro .eyebrow {
  margin-bottom: 20px;
}
h2 {
  font-size: clamp(34px, 3.2vw, 47px);
  line-height: 1.13;
}
.section-intro > p {
  font-size: 14px;
  line-height: 1.85;
  padding-bottom: 4px;
  max-width: 420px;
}
.discovery-workspace {
  border: 1px solid #d7d9d0;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 26px #323a2505;
}
.workspace-bar {
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.workspace-bar > span:first-child {
  display: flex;
  align-items: center;
  gap: 11px;
}
.project-mark {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  font-size: 19px;
  color: #e0e6d9;
  background: #435040;
  font-weight: 600;
  border-radius: 5px;
}
.bar-divider {
  color: #626958;
  margin-inline: 4px;
}
.example-label {
  font-size: 9px;
  color: #626958;
}
.walkthrough-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #f6f7f2;
  border-bottom: 1px solid var(--line);
}
.walkthrough-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 67px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: 11px;
  color: #6b7262;
  padding: 13px 8px;
  transition:
    background 0.2s,
    color 0.2s;
}
.walkthrough-tabs button span {
  font-size: 9px;
  font-family: var(--mono);
  color: #626958;
}
.walkthrough-tabs button[aria-selected="true"] {
  color: var(--orange-text);
  background: #fff8f2;
  border-bottom-color: var(--orange);
}
.walkthrough-tabs button[aria-selected="true"] span {
  color: var(--orange-text);
}
.walkthrough-tabs button:hover {
  background: #eeeee7;
}
.discovery-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 65px;
  padding: 52px 55px;
  min-height: 362px;
}
.stage-copy {
  align-self: center;
}
.stage-label {
  color: #626958;
  display: block;
  margin-bottom: 15px;
}
.stage-heading {
  font-size: 30px;
  margin-bottom: 17px;
  line-height: 1.17;
}
.stage-description {
  font-size: 13px;
  line-height: 1.9;
  max-width: 350px;
}
.stage-principle {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #555e4e;
  margin-top: 25px;
  font-size: 10px;
}
.stage-principle .icon {
  width: 16px;
  height: 16px;
  color: var(--orange-text);
}
.stage-visual {
  align-self: center;
  min-width: 0;
}
.source-table {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.source-table-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  padding: 12px 17px;
  border-bottom: 1px solid #e7e9df;
}
.source-table-row:last-child {
  border: 0;
}
.source-table-row > .icon {
  width: 17px;
  height: 17px;
  color: #7e8776;
}
.source-table-row > span:last-child {
  margin-left: auto;
  font-size: 8px;
  font-family: var(--mono);
  color: #626958;
}
.source-table-row.table-head {
  font-size: 8px;
  font-family: var(--mono);
  background: #f4f5ef;
  color: #626958;
}
.source-table-row small {
  font-size: 9px;
  color: #6a7460;
  display: block;
}
.source-table-row b {
  font-size: 11px;
  font-weight: 500;
}
.workspace-footer {
  min-height: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 11px 25px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #646d5c;
}
.workspace-footer > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.workspace-footer .icon {
  width: 15px;
  height: 15px;
}
.workspace-footer > span:last-child {
  color: #6a7262;
  font-size: 9px;
}
.discovery-takeaway {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 50px;
  padding-top: 25px;
  max-width: 1000px;
  align-items: start;
}
.discovery-takeaway .tiny-label {
  font-size: 9px;
  color: #626958;
  padding-top: 3px;
}
.discovery-takeaway p {
  font-size: 12px;
  line-height: 1.9;
}
.stage-preview {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
  background: #fff;
}
.stage-preview .tiny-label {
  display: block;
  color: #626958;
  font-size: 8px;
}
.stage-preview h4 {
  font-size: 17px;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin: 13px 0 16px;
  line-height: 1.4;
}
.stage-preview p {
  font-size: 11px;
  line-height: 1.8;
}
.stage-preview .preview-rule {
  border-top: 1px solid var(--line);
  margin: 17px 0;
}
.stage-preview .preview-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 11px;
  border-bottom: 1px solid #eceee5;
}
.stage-preview .preview-row > .icon {
  width: 15px;
  height: 15px;
  color: var(--green);
}
.stage-preview .preview-row > span:last-child {
  margin-left: auto;
  color: #626958;
  font-size: 9px;
}
.stage-preview .inline-source {
  font-size: 9px;
  color: var(--orange-text);
  display: block;
  margin-top: 12px;
}
.preview-conflict {
  background: #fff5e5;
  border-left: 2px solid #c48a2f;
  padding: 11px 13px;
  margin-top: 15px;
  font-size: 10px;
  color: #78541a;
}
.preview-approved {
  background: var(--green-light);
  color: var(--green);
  padding: 10px 12px;
  font-size: 10px;
  margin-top: 15px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.preview-approved .icon {
  width: 14px;
  height: 14px;
}
.async-section {
  background: #eeefe8;
  border-block: 1px solid #e0e3d7;
}
.async-map {
  display: grid;
  grid-template-columns: 1fr 46px 1.08fr 46px 1fr;
  align-items: center;
  gap: 15px;
  padding: 25px 0 35px;
}
.async-origin {
  padding-right: 8px;
}
.node-icon {
  width: 39px;
  height: 39px;
  border-radius: 10px;
  background: #e5e9dc;
  border: 1px solid #d8ddce;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: #5f6d4f;
}
.async-origin .tiny-label {
  font-size: 8px;
  color: #626958;
}
.async-origin h3 {
  font-size: 23px;
  margin-top: 10px;
  max-width: 220px;
  line-height: 1.2;
}
.async-origin p {
  font-size: 11px;
  margin-top: 14px;
  line-height: 1.9;
  max-width: 235px;
}
.async-origin .status-badge {
  margin-top: 16px;
  font-size: 9px;
}
.routing-arrow {
  color: #9ca58e;
  display: flex;
  align-items: center;
  gap: 0;
}
.routing-arrow > span {
  flex: 1;
  border-top: 1px dashed #9ca58e;
}
.routing-arrow .icon {
  width: 18px;
  height: 18px;
  margin-left: -1px;
}
.stakeholder-routes {
  display: grid;
  gap: 13px;
}
.stakeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px;
  background: #fbfcf8;
  border: 1px solid #d7deca;
  border-radius: 6px;
  box-shadow: 0 4px 8px #46583203;
}
.stakeholder b {
  font-weight: 500;
  font-size: 12px;
  display: block;
}
.stakeholder small {
  font-size: 9px;
  color: #6d765e;
  display: block;
  margin-top: 2px;
}
.stakeholder > .icon {
  width: 16px;
  height: 16px;
  margin-left: auto;
  color: #818e6f;
}
.context-record {
  background: #fff;
  padding: 24px 21px 0;
  border: 1px solid #d6dbcc;
  border-radius: 6px;
  box-shadow: 0 9px 17px #3d462208;
}
.context-record > .tiny-label {
  font-size: 8px;
  color: #626958;
}
.context-record h3 {
  font-size: 24px;
  margin: 12px 0 23px;
}
.context-record > div {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #5c6650;
}
.context-record > div > .icon {
  width: 13px;
  height: 13px;
  color: #557f56;
}
.record-stamp {
  display: flex;
  align-items: center;
  gap: 7px;
  border-top: 1px solid #e7e9e0;
  margin-top: 25px;
  padding: 14px 0;
  font-size: 8px;
  color: #626958;
}
.record-stamp .icon {
  width: 13px;
  height: 13px;
}
.async-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  border-top: 1px solid #d9ddcf;
  padding-top: 37px;
  margin-top: 15px;
}
.async-detail-title {
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 500;
}
.feature-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 24px;
}
.feature-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: #5d6e4b;
}
.feature-icon .icon {
  width: 23px;
  height: 23px;
}
.feature-heading h3 {
  font-size: 19px;
  letter-spacing: -0.035em;
  margin: 3px 0 12px;
}
.feature-heading p {
  font-size: 12px;
  line-height: 1.85;
  max-width: 390px;
}
.call-preview,
.question-preview {
  background: #f9faf6;
  border: 1px solid #d8ddcf;
  border-radius: 6px;
  padding: 22px;
  margin-left: 45px;
  min-height: 195px;
}
.call-info .tiny-label {
  font-size: 8px;
  color: #626958;
  display: block;
}
.call-info b {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-top: 13px;
}
.call-info > span:last-child {
  font-size: 10px;
  display: block;
  color: #626958;
  margin: 7px 0 22px;
}
.call-link-preview {
  display: flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #d6ddc9;
  border-radius: 4px;
  padding: 10px;
  font-size: 10px;
  color: #4b6240;
  background: #eff3e9;
}
.call-link-preview .icon {
  width: 15px;
  height: 15px;
}
.sample-label {
  margin-left: auto;
  font-size: 8px;
  color: #626958;
}
.question-preview {
  padding: 20px;
}
.question-preview > div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.question-tag {
  font-family: var(--mono);
  font-size: 8px;
  color: #626958;
  line-height: 20px;
}
.question-preview p {
  font-size: 11px;
  color: #4d5941;
  line-height: 1.7;
}
.answer-chip {
  display: block;
  padding: 7px 12px;
  background: #e7eddf;
  color: #54644a;
  width: max-content;
  max-width: 100%;
  border-radius: 4px;
  font-size: 10px;
  margin: 10px 0 14px 25px;
}
.question-preview .followup {
  border-left: 2px solid var(--orange);
  background: #fff4e9;
  padding: 10px;
  position: relative;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 3px;
}
.followup p {
  flex: 1;
}
.followup .tiny-label {
  font-size: 7px;
  flex-basis: 100%;
  padding-left: 25px;
}
.conflict-note {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #e4e8da;
  padding: 20px 24px;
  border-radius: 5px;
}
.conflict-symbol {
  border: 1px solid #859573;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 13px;
  color: #626958;
}
.conflict-note b {
  font-size: 11px;
  font-weight: 600;
}
.conflict-note p {
  font-size: 11px;
  max-width: 770px;
  margin-top: 3px;
  line-height: 1.8;
  color: #59684a;
}
.conflict-note > .status-badge {
  margin-left: auto;
  background: transparent;
  border: 1px solid #c0cbb2;
  color: #536445;
  font-size: 9px;
}
.context-filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--line);
  padding: 18px 0;
  margin-bottom: 28px;
}
.context-filters > span {
  font-size: 12px;
  padding-left: 22px;
  border-left: 1px solid var(--line);
}
.context-filters > span:first-child {
  padding-left: 0;
  border: 0;
}
.context-filters small {
  display: block;
  font-family: var(--mono);
  font-size: 8px;
  color: #626958;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
.packs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.pack-document,
.plan-document {
  padding: 30px 32px 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.plan-document {
  background: #f3f3ec;
}
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #626958;
}
.preview-heading .tiny-label {
  font-size: 8px;
}
.preview-heading .icon {
  width: 18px;
  height: 18px;
}
.packs-grid h3 {
  font-size: 24px;
  margin: 23px 0 26px;
}
.question-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.question-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  font-size: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #eceee6;
  line-height: 1.7;
}
.question-list li > span {
  font-family: var(--mono);
  font-size: 9px;
  color: #626958;
  line-height: 20px;
}
.document-footnote {
  font-size: 9px;
  padding-top: 20px;
  color: #626958;
}
.plan-row {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  margin-bottom: 27px;
}
.plan-dot {
  display: block;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  border: 2px solid #b0b99f;
  border-radius: 50%;
  background: #f3f3ec;
  position: relative;
}
.plan-row:not(:nth-last-child(2))::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 27px;
  height: 37px;
  border-left: 1px dashed #b0b99f;
}
.plan-row b {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.plan-row small {
  font-size: 9px;
  color: #626958;
  display: block;
  margin-top: 6px;
}
.plan-state {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 8px;
  border: 1px solid #d7dfcb;
  padding: 4px 7px;
  border-radius: 3px;
  color: #626958;
}
.milestone {
  border-top: 1px solid #dfe3d7;
  padding-top: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #646f59;
  margin-top: 33px;
}
.milestone .icon {
  width: 17px;
  height: 17px;
}
.meeting-section {
  background: #f5eee6;
  border-block: 1px solid #e9dfd3;
}
.meeting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
}
.meeting-copy h2 {
  font-size: 44px;
}
.meeting-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  margin-top: 23px;
  max-width: 450px;
}
.meeting-equation {
  margin-top: 31px;
  padding-top: 22px;
  border-top: 1px solid #ddcec0;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #626958;
}
.meeting-equation .icon {
  width: 16px;
  height: 16px;
  color: #b3794f;
}
.meeting-equation strong {
  font-weight: 500;
  color: #67513b;
}
.agenda-paper {
  position: relative;
  background: #fffdfa;
  border: 1px solid #dfd5c9;
  border-radius: 3px;
  padding: 30px 31px;
  box-shadow:
    7px 7px 0 #e9e0d4,
    0 8px 30px #71593d08;
  transform: rotate(1.5deg);
}
.agenda-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agenda-top .tiny-label {
  font-size: 9px;
  color: #626958;
}
.agenda-top .status-badge {
  font-size: 8px;
}
.agenda-paper h3 {
  font-size: 26px;
  margin-top: 24px;
  line-height: 1.2;
}
.agenda-objective {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 12px;
  color: #817362;
}
.agenda-attendees {
  display: flex;
  align-items: center;
  margin: 21px 0;
  border-bottom: 1px solid #e9e2d9;
  padding-bottom: 20px;
}
.agenda-attendees > .avatar {
  margin-right: -5px;
  background: #f0e7da;
  border-color: #dfd3c2;
  color: #626958;
}
.agenda-attendees > span:last-child {
  font-size: 9px;
  margin-left: 16px;
  color: #82705b;
}
.agenda-line {
  display: flex;
  gap: 24px;
  margin-top: 22px;
}
.agenda-line > span {
  font-family: var(--mono);
  font-size: 10px;
  color: #626958;
  flex-shrink: 0;
  line-height: 20px;
}
.agenda-line b {
  font-size: 12px;
  font-weight: 500;
  display: block;
}
.agenda-line small {
  font-size: 10px;
  color: #626958;
  display: block;
  margin-top: 5px;
}
.agenda-preread {
  margin-top: 25px;
  padding: 15px;
  background: #f4eee4;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #9b8060;
}
.agenda-preread b {
  font-size: 10px;
  font-weight: 500;
  display: block;
  color: #6a563d;
}
.agenda-preread span {
  font-size: 9px;
  display: block;
  margin-top: 4px;
  color: #626958;
}
.agenda-preread .icon {
  width: 18px;
  height: 18px;
}
.methodology-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}
.method-stage {
  position: relative;
  padding: 25px 22px 28px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: #f8f8f3;
  min-width: 0;
}
.method-stage.featured {
  background: var(--peach);
  border-left: 0;
}
.method-number {
  font-family: var(--mono);
  font-size: 10px;
  color: #626958;
  display: block;
  margin-bottom: 25px;
}
.featured .method-number {
  color: var(--orange-text);
}
.method-icon {
  position: absolute;
  top: 21px;
  right: 22px;
  color: var(--orange);
  width: 21px;
  height: 21px;
}
.method-stage h3 {
  font-size: 22px;
  min-height: 52px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}
.method-stage p {
  font-size: 11px;
  line-height: 1.8;
  margin: 20px 0 25px;
  min-height: 80px;
}
.method-output {
  margin-top: auto;
  border-top: 1px solid #dedfd3;
  padding-top: 16px;
  font-size: 10px;
  line-height: 1.9;
  color: #525e46;
}
.featured .method-output {
  border-color: #ebd9cb;
  color: #815e40;
}
.method-output > span {
  display: block;
  font-family: var(--mono);
  font-size: 7px;
  color: #626958;
  letter-spacing: 0.04em;
  margin-bottom: 9px;
}
.featured .method-output > span {
  color: #626958;
}
.approval-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
  color: #69755c;
}
.approval-rail b {
  font-size: 10px;
  font-weight: 400;
}
.approval-rail .icon {
  width: 15px;
  height: 15px;
}
.approval-rail > span {
  width: 75px;
  border-top: 1px solid var(--line);
}
.closing {
  background: var(--orange);
  color: #261a12;
  padding: 65px 65px 62px;
  border-radius: 9px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.closing .eyebrow {
  color: #2d2017;
  gap: 7px;
  font-size: 10px;
  margin-bottom: 21px;
}
.closing .eyebrow .lab0 {
  font-size: 15px;
}
.closing h2 {
  font-size: 48px;
  color: #201b16;
  line-height: 1.07;
}
.closing p:not(.eyebrow) {
  font-size: 13px;
  color: #2d2017;
  line-height: 1.9;
  margin: 24px 0;
}
.closing-art {
  display: grid;
  place-items: center;
}
.closing-art svg {
  width: 100%;
  max-width: 220px;
  height: auto;
  fill: none;
  stroke: #ffc1a1;
  stroke-width: 12;
  stroke-linecap: square;
}
.button-dark {
  background: #252922;
  border-color: #252922;
  color: white;
}
.button-dark:hover {
  background: #393e33;
  border-color: #393e33;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 26px 0 33px;
}
.site-footer .brand-lockup {
  gap: 15px;
}
.site-footer .brand-lockup img {
  width: 104px;
  height: 29px;
}
.site-footer .brand-lockup > .lab0 {
  font-size: 22px;
}
.site-footer p {
  font-size: 10px;
}
.site-footer > span {
  font-size: 9px;
  color: #626958;
}
@keyframes source-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -5px;
  }
}
@keyframes engine-turn {
  0%,
  35% {
    rotate: 0deg;
  }
  50%,
  85% {
    rotate: 90deg;
  }
  100% {
    rotate: 180deg;
  }
}
@keyframes paper-arrive {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}
.motion-paused * {
  animation-play-state: paused !important;
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 105px;
  }
  .hero h1 {
    font-size: 69px;
  }
  .hero-visual {
    height: 610px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    gap: 21px;
    margin-right: 5px;
  }
  .hero {
    gap: 30px;
    padding-top: 60px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-visual {
    height: 570px;
  }
  .source-stream {
    left: 22px;
    width: 51%;
  }
  .source-card {
    padding: 12px 10px;
    gap: 7px;
  }
  .source-card b {
    font-size: 10px;
  }
  .source-card small {
    font-size: 8px;
  }
  .source-card > span {
    display: none;
  }
  .engine-bridge {
    right: 17px;
    width: 84px;
  }
  .bridge-line {
    width: 48px;
    right: 66px;
  }
  .bridge-line.short {
    right: 42px;
  }
  .sow-document {
    left: 39px;
    right: 30px;
    top: 255px;
    padding: 22px 22px 0;
  }
  .section-intro {
    gap: 60px;
  }
  .discovery-panel {
    gap: 35px;
    padding: 40px 35px;
  }
  .walkthrough-tabs button {
    font-size: 10px;
    gap: 6px;
  }
  .async-map {
    gap: 10px;
    grid-template-columns: 1fr 25px 1.07fr 25px 1fr;
  }
  .stakeholder {
    gap: 9px;
    padding: 14px 10px;
  }
  .stakeholder small {
    font-size: 8px;
  }
  .context-record {
    padding: 21px 15px 0;
  }
  .context-record > div {
    font-size: 9px;
  }
  .async-detail-grid {
    gap: 25px;
  }
  .conflict-note > .status-badge {
    display: none;
  }
  .packs-grid {
    gap: 20px;
  }
  .pack-document,
  .plan-document {
    padding: 27px 23px 20px;
  }
  .plan-row {
    gap: 10px;
  }
  .plan-state {
    font-size: 7px;
    padding: 3px 4px;
  }
  .meeting-grid {
    gap: 70px;
  }
  .method-stage {
    padding: 22px 16px;
  }
  .method-stage h3 {
    font-size: 20px;
  }
  .method-stage p {
    min-height: 105px;
  }
  .closing {
    gap: 50px;
    padding: 55px;
  }
  .closing h2 {
    font-size: 44px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .nav-inner {
    gap: 22px;
  }
  .nav-inner > .button {
    margin-left: auto;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 40px;
    height: 42px;
    padding: 8px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 4px;
  }
  .menu-toggle span {
    display: block;
    width: 17px;
    height: 1px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 15px 24px;
    box-shadow: 0 12px 18px #2527220d;
    border-radius: 0 0 5px 5px;
  }
  .mobile-nav a {
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e9e0;
  }
  .mobile-nav a:last-child {
    border: 0;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-block: 60px;
  }
  .hero-copy {
    max-width: 650px;
  }
  .hero h1 {
    font-size: 64px;
    max-width: 640px;
  }
  .hero-description {
    max-width: 550px;
  }
  .hero-visual {
    height: 520px;
    max-width: 640px;
    width: 100%;
    justify-self: center;
  }
  .source-stream {
    top: 98px;
    width: 40%;
    left: 30px;
  }
  .source-card {
    padding: 17px 14px;
    gap: 12px;
  }
  .source-card b {
    font-size: 12px;
  }
  .source-card small {
    font-size: 10px;
  }
  .engine-bridge {
    right: 65px;
    top: 80px;
    width: 130px;
  }
  .bridge-line {
    width: 145px;
    right: 95px;
  }
  .bridge-line.short {
    right: 65px;
    top: 97px;
    height: 85px;
  }
  .sow-document {
    top: 217px;
    left: auto;
    right: 34px;
    width: 54%;
    padding-top: 20px;
  }
  .doc-title {
    font-size: 27px;
    margin-top: 13px;
  }
  .doc-subtitle {
    margin: 8px 0 12px;
  }
  .doc-section {
    padding: 8px 0;
  }

  .section {
    padding-block: 75px;
  }
  .section-intro {
    gap: 35px;
    grid-template-columns: 1.05fr 1fr;
  }
  .section-intro > p {
    font-size: 13px;
  }
  h2 {
    font-size: 35px;
  }
  .walkthrough-tabs button {
    flex-direction: column;
    gap: 5px;
    text-align: center;
    line-height: 1.5;
  }
  .discovery-panel {
    gap: 25px;
    padding: 35px 26px;
    grid-template-columns: 0.9fr 1.1fr;
    min-height: 380px;
  }
  .stage-heading {
    font-size: 25px;
  }
  .stage-description {
    font-size: 12px;
  }
  .stage-principle {
    font-size: 9px;
  }
  .source-table-row {
    padding: 12px 11px;
    gap: 8px;
  }
  .source-table-row b {
    font-size: 10px;
  }
  .source-table-row small {
    font-size: 8px;
  }
  .source-table-row > span:last-child {
    font-size: 7px;
  }
  .async-map {
    grid-template-columns: 1fr 28px 1fr;
    row-gap: 35px;
  }
  .async-origin {
    grid-column: 1;
    grid-row: 1;
  }
  .stakeholder-routes {
    grid-column: 3;
    grid-row: 1;
  }
  .async-map > .routing-arrow:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .async-map > .routing-arrow:nth-child(4) {
    display: none;
  }
  .context-record {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 24px;
    column-gap: 20px;
    position: relative;
  }
  .context-record::before {
    content: "";
    position: absolute;
    right: 23%;
    top: -35px;
    height: 35px;
    border-left: 1px dashed #9ca58e;
  }
  .context-record > .tiny-label {
    grid-column: 1;
  }
  .context-record h3 {
    grid-column: 1;
    grid-row: 2/5;
    margin: 10px 0;
  }
  .context-record > div {
    grid-column: 2;
    font-size: 10px;
    margin-top: 5px;
    grid-row: auto;
  }
  .context-record > div:nth-of-type(1) {
    grid-row: 2;
  }
  .context-record > div:nth-of-type(2) {
    grid-row: 3;
  }
  .context-record > div:nth-of-type(3) {
    grid-row: 4;
  }
  .record-stamp {
    grid-column: 1/-1;
    padding-bottom: 0;
    font-size: 9px;
  }
  .async-origin h3 {
    max-width: 270px;
    font-size: 27px;
  }
  .async-origin p {
    max-width: 280px;
    font-size: 12px;
  }
  .stakeholder small {
    font-size: 10px;
  }
  .stakeholder {
    padding: 16px;
  }
  .async-detail-grid {
    gap: 30px;
  }
  .feature-heading {
    gap: 8px;
  }
  .feature-heading h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .feature-icon {
    width: 24px;
  }
  .feature-heading p {
    font-size: 11px;
  }
  .call-preview,
  .question-preview {
    margin-left: 0;
    padding: 18px;
    min-height: 218px;
  }
  .call-info > span:last-child {
    font-size: 9px;
  }
  .call-link-preview {
    gap: 5px;
    font-size: 9px;
    flex-wrap: wrap;
  }
  .sample-label {
    flex-basis: 100%;
    padding-left: 20px;
  }
  .question-preview p {
    font-size: 10px;
  }
  .context-filters {
    gap: 10px;
  }
  .context-filters > span {
    font-size: 10px;
    padding-left: 12px;
  }
  .context-filters small {
    font-size: 7px;
  }
  .packs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .packs-grid h3 {
    font-size: 21px;
    line-height: 1.2;
  }
  .question-list li {
    font-size: 11px;
    gap: 12px;
  }
  .plan-row b {
    font-size: 11px;
  }
  .plan-row small {
    font-size: 8px;
  }
  .plan-state {
    display: none;
  }
  .plan-row {
    margin-bottom: 30px;
  }
  .milestone {
    font-size: 9px;
    margin-top: 38px;
  }
  .meeting-grid {
    gap: 40px;
    grid-template-columns: 0.85fr 1fr;
  }
  .meeting-copy h2 {
    font-size: 34px;
  }
  .meeting-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .agenda-paper {
    padding: 24px 21px;
  }
  .agenda-paper h3 {
    font-size: 23px;
  }
  .agenda-line {
    gap: 15px;
  }
  .agenda-line b {
    font-size: 11px;
  }
  .agenda-attendees {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .agenda-attendees > span:last-child {
    font-size: 8px;
    margin-left: 14px;
  }
  .agenda-preread {
    padding: 12px;
  }
  .agenda-preread span {
    font-size: 8px;
  }
  .methodology-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .method-stage {
    grid-column: span 2;
    padding: 25px;
  }
  .method-stage:nth-child(4),
  .method-stage:nth-child(5) {
    grid-column: span 3;
    border-top: 1px solid var(--line);
  }
  .method-stage:nth-child(4) {
    border-left: 0;
  }
  .method-stage p {
    min-height: 60px;
  }
  .closing {
    grid-template-columns: 0.5fr 1fr;
    gap: 35px;
    padding: 45px;
  }
  .closing h2 {
    font-size: 36px;
  }
  .closing p:not(.eyebrow) {
    font-size: 12px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .site-footer > span {
    flex-basis: 100%;
    text-align: right;
  }
  .site-footer p {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 88px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 74px;
  }
  .nav-inner {
    gap: 10px;
  }
  .brand-lockup {
    gap: 11px;
  }
  .brand-lockup img {
    width: 97px;
    height: 29px;
  }
  .brand-lockup > .lab0 {
    font-size: 21px;
  }
  .brand-times {
    font-size: 16px;
  }
  .nav-inner > .button {
    font-size: 10px;
    padding: 8px 10px;
    gap: 6px;
    min-height: 36px;
  }
  .nav-inner > .button .icon {
    width: 13px;
    height: 13px;
  }
  .menu-toggle {
    width: 33px;
    height: 36px;
    padding: 6px;
  }
  .mobile-nav {
    top: 73px;
  }
  .hero {
    padding-block: 44px 39px;
    gap: 34px;
  }
  .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
    letter-spacing: 0.045em;
  }
  .hero h1 {
    font-size: clamp(42px, 10vw, 56px);
    line-height: 1.08;
    letter-spacing: -0.055em;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .hero-actions {
    gap: 24px;
    margin-top: 25px;
  }
  .button {
    min-height: 46px;
    padding: 11px 17px;
    font-size: 12px;
    gap: 18px;
  }
  .text-link {
    font-size: 12px;
    gap: 12px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 24px;
    gap: 7px;
  }
  .hero-visual {
    height: 522px;
    border-radius: 8px;
  }
  .visual-topline {
    padding: 18px 16px;
  }
  .visual-topline .tiny-label {
    font-size: 7px;
  }
  .visual-status {
    font-size: 8px;
  }
  .source-stream {
    top: 72px;
    left: 17px;
    width: 54%;
  }
  .source-card {
    padding: 12px 10px;
    gap: 8px;
    margin-bottom: 9px;
  }
  .source-card b {
    font-size: 10px;
  }
  .source-card small {
    font-size: 8px;
  }
  .source-card > .icon {
    width: 16px;
    height: 16px;
  }
  .engine-bridge {
    top: 103px;
    right: 11px;
    width: 89px;
  }
  .engine-node {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }
  .engine-node .icon {
    width: 25px;
    height: 25px;
  }
  .engine-bridge > span {
    font-size: 8px;
  }
  .bridge-line {
    width: 27px;
    right: 66px;
    top: 26px;
  }
  .bridge-line.short {
    right: 44px;
    top: 88px;
    height: 42px;
  }
  .sow-document {
    top: 252px;
    right: 24px;
    left: 29px;
    width: auto;
    padding: 18px 21px 0;
  }
  .doc-title {
    font-size: 26px;
    margin-top: 13px;
  }
  .doc-section {
    font-size: 8px;
    padding: 7px 0;
  }
  .doc-section span {
    font-size: 7px;
  }
  .doc-review {
    font-size: 7px;
    padding: 9px 0;
  }
  .hero-visual figcaption {
    padding: 9px 15px;
    font-size: 8px;
  }
  .motion-toggle {
    font-size: 9px;
  }

  .section {
    padding-block: 60px;
    scroll-margin-top: 15px;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-intro .eyebrow {
    margin-bottom: 16px;
  }
  h2 {
    font-size: 34px;
    line-height: 1.14;
  }
  .section-intro > p {
    font-size: 13px;
    line-height: 1.8;
    max-width: 100%;
  }
  .workspace-bar {
    padding: 0 15px;
    height: 51px;
    font-size: 9px;
    gap: 12px;
  }
  .workspace-bar > span:first-child {
    gap: 6px;
  }
  .project-mark {
    width: 23px;
    height: 23px;
    font-size: 16px;
  }
  .bar-divider {
    margin-inline: 1px;
  }
  .example-label {
    font-size: 7px;
    max-width: 58px;
    text-align: right;
    line-height: 1.5;
  }
  .walkthrough-tabs {
    grid-template-columns: repeat(5, 1fr);
  }
  .walkthrough-tabs button {
    font-size: 8px;
    padding: 12px 4px;
    line-height: 1.45;
    min-height: 78px;
    justify-content: flex-start;
    gap: 8px;
  }
  .walkthrough-tabs button span {
    font-size: 8px;
  }
  .discovery-panel {
    grid-template-columns: 1fr;
    padding: 27px 22px;
    gap: 25px;
    min-height: 600px;
    align-content: start;
  }
  .stage-copy {
    align-self: start;
  }
  .stage-heading {
    font-size: 27px;
    margin-bottom: 14px;
  }
  .stage-description {
    font-size: 12px;
    line-height: 1.8;
    max-width: none;
    min-height: 86px;
  }
  .stage-label {
    font-size: 8px;
    margin-bottom: 12px;
  }
  .stage-principle {
    margin-top: 17px;
    font-size: 9px;
  }
  .source-table-row {
    padding: 10px 11px;
  }
  .source-table-row b {
    font-size: 10px;
  }
  .source-table-row small {
    font-size: 9px;
  }
  .source-table-row > span:last-child {
    font-size: 7px;
  }
  .source-table-row.table-head {
    font-size: 7px;
  }
  .stage-visual {
    min-height: 242px;
  }
  .stage-preview {
    min-height: 230px;
    padding: 19px;
  }
  .workspace-footer {
    padding: 14px;
    font-size: 8px;
    gap: 10px;
  }
  .workspace-footer > span:last-child {
    display: none;
  }
  .workspace-footer .icon {
    width: 14px;
    height: 14px;
  }
  .discovery-takeaway {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 22px;
  }
  .discovery-takeaway .tiny-label {
    font-size: 8px;
  }
  .discovery-takeaway p {
    font-size: 11px;
  }
  .async-map {
    padding-top: 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .async-origin {
    grid-column: 1;
    grid-row: 1;
    padding: 0 0 3px;
  }
  .node-icon {
    display: none;
  }
  .async-origin h3 {
    max-width: none;
    font-size: 26px;
  }
  .async-origin p {
    font-size: 12px;
    max-width: none;
  }
  .async-origin .status-badge {
    margin-top: 13px;
  }
  .async-map > .routing-arrow:nth-child(2) {
    display: none;
  }
  .stakeholder-routes {
    grid-column: 1;
    grid-row: 2;
    gap: 10px;
    padding-left: 19px;
    border-left: 1px dashed #a9b398;
    position: relative;
    margin-left: 10px;
  }
  .stakeholder {
    padding: 13px 15px;
    position: relative;
  }
  .stakeholder::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 19px;
    top: 50%;
    border-top: 1px dashed #a9b398;
  }
  .stakeholder b {
    font-size: 12px;
  }
  .stakeholder small {
    font-size: 10px;
  }
  .context-record {
    grid-column: 1;
    grid-row: 3;
    display: block;
    padding: 23px 23px 0;
    margin-top: 5px;
  }
  .context-record::before {
    height: 29px;
    top: -29px;
    right: 50%;
  }
  .context-record h3 {
    font-size: 25px;
    margin: 12px 0 20px;
  }
  .context-record h3 br {
    display: none;
  }
  .context-record > div {
    font-size: 11px;
    margin-top: 13px;
  }
  .record-stamp {
    padding-block: 15px;
    font-size: 9px;
  }
  .async-detail-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 26px;
    margin-top: 0;
  }
  .feature-heading {
    gap: 12px;
    margin-bottom: 18px;
  }
  .feature-heading h3 {
    font-size: 20px;
    margin-top: 2px;
  }
  .feature-heading p {
    font-size: 12px;
  }
  .call-preview,
  .question-preview {
    min-height: 0;
    padding: 21px;
  }
  .call-info b {
    font-size: 13px;
  }
  .call-info > span:last-child {
    font-size: 10px;
  }
  .call-link-preview {
    font-size: 10px;
    gap: 8px;
  }
  .sample-label {
    flex-basis: auto;
    padding-left: 0;
  }
  .question-preview p {
    font-size: 12px;
  }
  .question-preview .followup .tiny-label {
    font-size: 7px;
  }
  .answer-chip {
    font-size: 10px;
  }
  .conflict-note {
    padding: 18px 15px;
    align-items: flex-start;
    margin-top: 26px;
    gap: 12px;
  }
  .conflict-note b {
    font-size: 12px;
  }
  .conflict-note p {
    font-size: 11px;
  }
  .conflict-symbol {
    margin-top: 1px;
    width: 22px;
    height: 22px;
  }
  .context-filters {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    padding: 20px 0;
    margin-bottom: 22px;
  }
  .context-filters > span {
    font-size: 12px;
    padding-left: 18px;
  }
  .context-filters > span:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  .context-filters small {
    font-size: 8px;
  }
  .packs-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pack-document,
  .plan-document {
    padding: 24px;
  }
  .packs-grid h3 {
    font-size: 24px;
    margin-block: 20px;
  }
  .question-list li {
    font-size: 12px;
    padding-block: 13px;
  }
  .document-footnote {
    font-size: 9px;
  }
  .plan-row {
    margin-bottom: 26px;
    gap: 13px;
  }
  .plan-row b {
    font-size: 12px;
  }
  .plan-row small {
    font-size: 9px;
  }
  .milestone {
    margin-top: 25px;
    font-size: 10px;
  }
  .meeting-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .meeting-copy h2 {
    font-size: 34px;
  }
  .meeting-copy > p:not(.eyebrow) {
    font-size: 13px;
    margin-top: 19px;
  }
  .meeting-equation {
    font-size: 9px;
    gap: 10px;
    margin-top: 24px;
    padding-top: 18px;
  }
  .agenda-paper {
    margin: 0 5px 8px 2px;
    padding: 25px 22px;
    transform: rotate(0.8deg);
  }
  .agenda-paper h3 {
    font-size: 26px;
  }
  .agenda-attendees > span:last-child {
    font-size: 9px;
  }
  .agenda-line b {
    font-size: 12px;
  }
  .agenda-line small {
    font-size: 10px;
  }
  .agenda-preread span {
    font-size: 9px;
  }
  .methodology-grid {
    display: block;
  }
  .method-stage {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 25px 24px;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 0 10px;
  }
  .method-stage.featured {
    border-top: 0;
  }
  .method-number {
    grid-column: 1;
    grid-row: 1;
    margin-top: 5px;
  }
  .method-stage h3 {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    font-size: 24px;
  }
  .method-stage h3 br {
    display: none;
  }
  .method-stage p {
    grid-column: 2;
    min-height: 0;
    font-size: 12px;
    margin: 15px 0 18px;
  }
  .method-output {
    grid-column: 2;
    font-size: 11px;
    padding-top: 15px;
  }
  .method-icon {
    display: none;
  }
  .method-output > span {
    font-size: 8px;
    margin-bottom: 7px;
  }
  .approval-rail {
    gap: 8px;
  }
  .approval-rail b {
    font-size: 9px;
  }
  .approval-rail > span {
    width: 20px;
  }
  .closing {
    display: block;
    padding: 35px 28px;
    margin-bottom: 44px;
  }
  .closing-art {
    position: absolute;
    right: -38px;
    top: -48px;
    opacity: 0.28;
    width: 170px;
  }
  .closing > div:last-child {
    position: relative;
  }
  .closing h2 {
    font-size: 34px;
  }
  .closing .eyebrow {
    font-size: 9px;
  }
  .closing p:not(.eyebrow) {
    font-size: 12px;
    margin: 21px 0;
  }
  .closing p br {
    display: none;
  }
  .closing .button {
    margin-top: 2px;
  }
  .site-footer {
    padding-block: 24px 27px;
    gap: 16px;
  }
  .site-footer p {
    margin-left: 0;
    flex-basis: 100%;
    font-size: 10px;
  }
  .site-footer > span {
    text-align: left;
    font-size: 8px;
  }
  .site-footer .brand-lockup {
    gap: 13px;
  }
  .site-footer .brand-lockup img {
    width: 105px;
  }
  .site-footer .brand-lockup > .lab0 {
    font-size: 22px;
  }
}
.skip-link:not(:focus) {
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.stage-label,
.discovery-takeaway .tiny-label,
.context-record > .tiny-label,
.call-info .tiny-label,
.preview-heading .tiny-label,
.method-output > span,
.agenda-top .tiny-label {
  font-size: 9px;
}
.stage-preview .tiny-label {
  font-size: 9px;
}
.doc-section {
  font-size: 10px;
}
.doc-review {
  font-size: 9px;
}
.source-card b {
  font-size: 12px;
}
.source-card small {
  font-size: 10px;
}
.source-card > span {
  font-size: 9px;
}
.record-stamp {
  font-size: 9px;
}
.hero-visual {
  height: 640px;
}
.sow-document {
  top: 269px;
}
.doc-title {
  font-size: 29px;
  margin-top: 14px;
}
.doc-section {
  padding-block: 7px;
}
.doc-review {
  padding-block: 10px;
}
.bridge-line::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
  animation: context-flow 4s linear infinite;
}
.bridge-line.short::after {
  left: -2px;
  animation: context-drop 4s linear infinite;
  animation-delay: -2s;
}
.doc-section .icon {
  animation: review-pulse 6s ease-in-out infinite;
}
.doc-section:nth-of-type(5) .icon {
  animation-delay: 1s;
}
.doc-section:nth-of-type(6) .icon {
  animation-delay: 2s;
}
@keyframes context-flow {
  0% {
    left: 0;
    opacity: 0;
  }
  15%,
  85% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes context-drop {
  0% {
    top: 0;
    opacity: 0;
  }
  15%,
  85% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes review-pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}
.bridge-line.short::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86px;
  border-top: 1px dashed #c78d69;
}
@media (max-width: 1150px) and (min-width: 901px) {
  .hero-visual {
    height: 645px;
  }
  .sow-document {
    top: 266px;
  }
}
@media (max-width: 900px) and (min-width: 601px) {
  .hero-visual {
    height: 580px;
  }
  .sow-document {
    top: 217px;
  }
  .doc-title {
    font-size: 27px;
  }
}
@media (max-width: 600px) {
  .hero-visual {
    height: 612px;
  }
  .sow-document {
    top: 260px;
  }
  .doc-title {
    font-size: 26px;
  }
  .doc-section {
    font-size: 9px;
  }
  .doc-review {
    font-size: 8px;
  }
  .source-card b {
    font-size: 10px;
  }
  .source-card small {
    font-size: 8px;
  }
  .source-stream {
    width: 57%;
  }
  .engine-bridge {
    right: 5px;
    width: 84px;
  }
  .bridge-line {
    width: 18px;
    right: 66px;
  }
  .bridge-line.short {
    right: 42px;
    height: 65px;
  }
  .bridge-line.short::before {
    width: 65px;
  }
  .stage-label,
  .discovery-takeaway .tiny-label,
  .context-record > .tiny-label,
  .call-info .tiny-label,
  .preview-heading .tiny-label,
  .method-output > span,
  .agenda-top .tiny-label {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}

.capabilities-section {
  padding: 74px 0 58px;
  background: #f0f4ee;
  border-block: 1px solid #dce5d9;
  scroll-margin-top: 100px;
}
.capabilities-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 32px;
}
.capabilities-heading .eyebrow {
  margin-bottom: 17px;
}
.capabilities-heading > p {
  font-size: 14px;
  line-height: 1.85;
  max-width: 410px;
}
.capabilities-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 23px;
}
.erp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.erp-filters button {
  border: 1px solid #d0dacf;
  border-radius: 5px;
  padding: 9px 15px;
  min-height: 42px;
  color: #4c5e4c;
  background: transparent;
  font-size: 11px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.erp-filters button:hover {
  background: #e3ecdf;
}
.erp-filters button[aria-pressed="true"] {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
.pack-count {
  font-family: var(--mono);
  font-size: 10px;
  color: #52634e;
  white-space: nowrap;
}
.capability-track {
  --pack-columns: 3;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(
    (100% - (var(--pack-columns) - 1) * 20px) / var(--pack-columns)
  );
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 0 14px;
}
.capability-track::-webkit-scrollbar {
  display: none;
}
.capability-track:focus-visible {
  outline-offset: 0;
}
.capability-card {
  scroll-snap-align: start;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 27px 27px 25px;
  background: #fffefa;
  border: 1px solid #d6dfd1;
  border-radius: 9px;
  box-shadow: 0 5px 8px #253f2003;
}
.capability-card[hidden] {
  display: none;
}
.capability-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.capability-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  background: #fff0e5;
  color: var(--orange-text);
  border-radius: 8px;
}
.capability-index {
  font-family: var(--mono);
  font-size: 10px;
  color: #64725c;
}
.capability-card h3 {
  font-size: 31px;
  letter-spacing: -0.045em;
  line-height: 1.15;
}
.capability-platform {
  font-size: 11px;
  color: var(--green);
  font-weight: 500;
  margin-top: 9px;
}
.capability-modules {
  padding-top: 27px;
  min-height: 157px;
}
.capability-card .tiny-label {
  display: block;
  font-size: 8px;
  color: #606e57;
  letter-spacing: 0.055em;
}
.capability-modules ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  margin: 11px 0 23px;
  padding: 0;
}
.capability-modules li {
  padding: 5px 8px;
  border: 1px solid #e0e5d9;
  background: #f5f7f0;
  border-radius: 4px;
  font-size: 10px;
  color: #4b5d41;
  line-height: 1.5;
}
.capability-questions {
  margin-top: auto;
  border-top: 1px solid #e0e4d9;
  padding-top: 22px;
}
.capability-questions ul {
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
}
.capability-questions li {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.8;
  color: #414c3c;
}
.capability-questions li + li {
  margin-top: 12px;
}
.capability-questions li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--green-accent);
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
}
.carousel-footer > p {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  color: #53664b;
}
.partnership-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-accent);
  flex-shrink: 0;
}
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 9px;
}
.carousel-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid #c8d6c1;
  border-radius: 5px;
  background: transparent;
  color: #3b5930;
}
.carousel-controls button:hover:not(:disabled) {
  background: #e0eadd;
}
.carousel-controls button:disabled {
  color: #7b8e70;
  border-color: #d6dfcf;
  opacity: 0.65;
}
.carousel-controls .carousel-pause {
  border: 0;
  font-size: 10px;
  gap: 8px;
  padding: 7px;
  white-space: nowrap;
}
.carousel-prev .icon {
  transform: rotate(180deg);
}
.carousel-position {
  font-family: var(--mono);
  font-size: 9px;
  color: #4e6046;
  min-width: 85px;
  text-align: center;
}
.capabilities-note {
  margin-top: 23px;
  font-size: 10px;
  line-height: 1.8;
  color: #626b5b;
}
@media (max-width: 1150px) {
  .capability-card {
    padding: 24px 21px;
  }
  .capability-card h3 {
    font-size: 27px;
  }
  .capabilities-heading {
    gap: 50px;
  }
  .capability-modules {
    min-height: 182px;
  }
  .carousel-footer > p {
    max-width: 360px;
  }
}
@media (max-width: 900px) {
  .capabilities-section {
    padding-block: 60px 45px;
  }
  .capability-track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }
  .capabilities-heading {
    gap: 35px;
  }
  .capabilities-heading > p {
    font-size: 13px;
  }
  .capabilities-toolbar {
    align-items: flex-start;
    gap: 15px;
  }
  .pack-count {
    padding-top: 12px;
  }
  .carousel-footer {
    align-items: flex-start;
  }
  .carousel-footer > p {
    max-width: 250px;
    padding-top: 7px;
  }
}
@media (max-width: 600px) {
  .capabilities-section {
    padding-block: 48px 35px;
  }
  .capabilities-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 25px;
  }
  .capabilities-heading > p {
    font-size: 13px;
  }
  .capabilities-toolbar {
    display: block;
    margin-bottom: 16px;
  }
  .erp-filters {
    gap: 7px;
  }
  .erp-filters button {
    padding: 8px 11px;
    min-height: 39px;
    font-size: 10px;
  }
  .pack-count {
    display: block;
    padding-top: 15px;
    font-size: 9px;
  }
  .capability-track {
    grid-auto-columns: 88%;
    gap: 14px;
  }
  .capability-card {
    padding: 23px 22px;
  }
  .capability-card-top {
    margin-bottom: 21px;
  }
  .capability-card h3 {
    font-size: 28px;
  }
  .capability-modules {
    min-height: 165px;
    padding-top: 24px;
  }
  .capability-card .tiny-label {
    font-size: 8px;
  }
  .capability-questions li {
    font-size: 12px;
  }
  .carousel-footer {
    flex-direction: column-reverse;
    gap: 17px;
    margin-top: 6px;
  }
  .carousel-controls {
    width: 100%;
  }
  .carousel-controls .carousel-pause {
    margin-right: auto;
    padding-left: 0;
  }
  .carousel-footer > p {
    max-width: none;
    font-size: 10px;
    padding-top: 0;
  }
  .capabilities-note {
    font-size: 9px;
    margin-top: 15px;
  }
}

.capability-track.single-result {
  grid-auto-columns: min(100%, 480px);
  justify-content: center;
}

/* Lab0's emerald accents identify the agent and shared-context layer. */
.brand-lockup > .lab0,
.doc-meta .lab0 {
  color: var(--green);
}
.hero-visual,
.hero-visual figcaption {
  background-color: #eef5ef;
  border-color: #d6e4da;
}
.hero-visual::before {
  background-image: radial-gradient(#8fbaa04a 0.8px, transparent 0.8px);
}
.visual-status,
.engine-bridge > span {
  color: var(--green);
}
.visual-status > span {
  background: var(--green-accent);
}
.engine-node {
  background: var(--green-accent);
  border-color: #d5eade;
  box-shadow: 0 7px 0 #c2d9ca;
}
.bridge-line,
.bridge-line.short,
.bridge-line.short::before {
  border-color: #7cab92;
}
.bridge-line::after {
  background: var(--green-accent);
}
.doc-review .avatar,
.async-section .avatar {
  background: #e2f0e8;
  border-color: var(--green-border);
  color: var(--green);
}
.async-section {
  background: #edf5f0;
  border-color: #dbe8df;
}
.node-icon {
  background: #deeee4;
  border-color: var(--green-border);
  color: var(--green);
}
.stakeholder {
  background: #fbfdfb;
  border-color: var(--green-border);
}
.stakeholder > .icon,
.feature-icon,
.context-record > div > .icon,
.approval-rail {
  color: var(--green);
}
.context-record {
  border-color: var(--green-border);
  box-shadow:
    inset 0 3px 0 var(--green-accent),
    0 9px 17px #164d3008;
}
.record-stamp {
  color: var(--green);
  border-color: #dcebe2;
}
.call-preview,
.question-preview {
  background: #fbfdfb;
  border-color: var(--green-border);
}
.call-link-preview,
.answer-chip {
  background: #e3f1e9;
  color: var(--green);
  border-color: var(--green-border);
}
.conflict-note {
  background: #e0ede4;
}
.closing .eyebrow .lab0 {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  background: var(--green-light);
  color: var(--green);
}

@media (max-width: 380px) {
  .nav-inner > .button {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .hero-actions .button,
  .hero-actions .text-link {
    white-space: nowrap;
  }
}

/* A quieter frame: document surfaces carry meaning; section layouts stay open. */
.hero-visual {
  border: 0;
  border-radius: 0;
}
.hero-visual::before {
  background-image: none;
}
.hero-visual figcaption {
  border-top: 0;
  justify-content: flex-end;
}
.engine-node {
  border-radius: 8px;
  box-shadow: none;
}
.source-card {
  border-radius: 3px;
  box-shadow: none;
}
.tiny-label {
  letter-spacing: 0.01em;
}
.section-intro > p,
.capabilities-heading > p,
.meeting-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.75;
}
.capabilities-section {
  background: var(--paper);
  border-color: var(--line);
}
.erp-filters {
  gap: 8px 24px;
}
.erp-filters button {
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--muted);
  font-size: 13px;
}
.erp-filters button:hover,
.erp-filters button[aria-pressed="true"] {
  background: transparent;
  color: var(--green);
  border-bottom-color: var(--green);
}
.capability-card {
  background: transparent;
  border: 0;
  border-top: 2px solid var(--green-border);
  border-radius: 0;
  box-shadow: none;
  padding: 28px 24px 20px 0;
}
.capability-card h3 {
  font-size: 32px;
}
.capability-platform {
  font-size: 14px;
}
.capability-modules {
  min-height: 152px;
  padding-top: 24px;
}
.capability-modules ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 16px;
  margin: 0 0 24px;
}
.capability-modules li {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
}
.capability-card .tiny-label {
  font-size: 13px;
  letter-spacing: 0;
  color: var(--ink);
}
.capability-questions li {
  font-size: 14px;
  padding-left: 0;
  line-height: 1.65;
}
.capability-questions li::before {
  content: none;
}
.pack-count,
.carousel-position {
  font-family: inherit;
  font-size: 12px;
}
.carousel-footer > p,
.capabilities-note {
  font-size: 12px;
}
.discovery-workspace {
  border-radius: 3px;
  box-shadow: none;
}
.discovery-takeaway {
  display: block;
  max-width: 760px;
}
.discovery-takeaway p {
  font-size: 14px;
}
.stakeholder {
  border: 0;
  border-bottom: 1px solid var(--green-border);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding-inline: 0;
}
.context-record {
  border-radius: 2px;
  box-shadow: none;
  border-top: 3px solid var(--green-accent);
}
.conflict-note {
  border-radius: 0;
  border-top: 1px solid var(--green-border);
  background: transparent;
  padding-inline: 0;
}
.feature-heading h3 {
  font-size: 23px;
}
.feature-heading p {
  font-size: 14px;
}
.call-preview,
.question-preview,
.pack-document,
.plan-document {
  border-radius: 2px;
}
.agenda-paper {
  transform: none;
  box-shadow: 5px 5px 0 #e9e0d4;
}
.methodology-grid {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.method-stage,
.method-stage.featured {
  background: transparent;
}
.method-stage.featured h3 {
  color: var(--orange-text);
}
.method-stage p {
  font-size: 13px;
}
.method-output {
  font-size: 12px;
}
.method-output > span {
  font-family: inherit;
  font-size: 10px;
}
.closing {
  display: block;
  border-radius: 0;
}
.closing > div {
  max-width: 760px;
}
.closing .eyebrow .lab0 {
  padding: 0;
  background: transparent;
  color: inherit;
}
@media (max-width: 600px) {
  .section-intro > p,
  .capabilities-heading > p,
  .meeting-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .erp-filters {
    gap: 4px 18px;
  }
  .erp-filters button {
    font-size: 12px;
  }
  .capability-card {
    padding: 23px 16px 16px 0;
  }
  .capability-card h3 {
    font-size: 28px;
  }
  .capability-modules {
    min-height: 170px;
  }
  .capability-modules ul {
    gap: 8px 12px;
  }
  .capability-modules li,
  .capability-questions li {
    font-size: 13px;
  }
  .feature-heading h3 {
    font-size: 21px;
  }
  .method-stage.featured {
    border-top: 0;
  }
}

/* Async discovery: connected paths follow the actual responsive node positions. */
.async-playback,
.async-playback > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.async-playback {
  margin: 12px 0 24px;
  color: var(--muted);
  font-size: 12px;
}
.async-playback button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 9px 0;
  background: transparent;
  border: 0;
  color: var(--green);
  font-size: 12px;
}
.async-playback button:disabled {
  color: var(--muted);
}
.async-sequence {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.async-sequence li {
  position: relative;
  padding: 17px 0;
  border-top: 1px solid #c7ddd2;
  font-size: 13px;
  color: var(--muted);
  transition: color 400ms;
}
.async-sequence li > span {
  font-size: 11px;
  margin-right: 10px;
  color: var(--green);
}
.async-sequence li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
}
.async-sequence li.is-current {
  color: var(--green);
}
.async-sequence li.is-current::before {
  transform: scaleX(var(--async-progress, 0));
}
.async-sequence li.is-complete::before {
  transform: scaleX(1);
}
.async-map {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr) 78px minmax(0, 1.08fr) 78px minmax(
      0,
      1fr
    );
  gap: 0;
  padding: 44px 1px 64px;
  min-height: 420px;
}
.async-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  z-index: -1;
}
.async-edge {
  fill: none;
  stroke: #a8c7b7;
  stroke-width: 1.3;
  marker-end: url(#async-arrow);
  transition:
    stroke 600ms,
    stroke-width 600ms;
}
.async-edge.is-active {
  stroke: var(--green-accent);
  stroke-width: 1.8;
}
.async-edge.feedback {
  stroke: #bd3d00;
  stroke-dasharray: 4 6;
  opacity: 0.18;
  marker-end: url(#async-clarify-arrow);
}
.async-edge.feedback.is-active {
  opacity: 0.85;
}
.async-section[data-async-phase="static"] .async-edge.feedback {
  opacity: 0.65;
}
.async-particle {
  fill: var(--green);
  stroke: #edf5f0;
  stroke-width: 2;
  opacity: 0;
}
.async-particle.feedback {
  fill: var(--orange-text);
}
.async-origin,
.async-map .stakeholder,
.async-map .context-record {
  position: relative;
  background: #f8fcf9;
  transition:
    border-color 600ms,
    background-color 600ms,
    transform 600ms;
}
.async-origin {
  grid-column: 1;
  grid-row: 1;
  padding: 25px;
  border: 1px solid var(--green-border);
  border-radius: 4px;
}
.async-origin .node-icon {
  margin-bottom: 18px;
  display: grid;
}
.async-origin h3 {
  font-size: 24px;
}
.async-origin p {
  font-size: 13px;
}
.async-map .stakeholder-routes {
  grid-column: 3;
  grid-row: 1;
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}
.async-map .stakeholder {
  border: 1px solid var(--green-border);
  border-radius: 4px;
  padding: 18px 15px;
}
.async-map .stakeholder::before,
.async-map .context-record::before {
  content: none;
}
.async-map .stakeholder b {
  font-size: 14px;
}
.async-map .stakeholder small {
  font-size: 11px;
}
.async-map .context-record {
  grid-column: 5;
  grid-row: 1;
  display: block;
  padding: 25px 23px 0;
  margin: 0;
  border: 1px solid var(--green-border);
  border-top: 3px solid var(--green);
}
.async-map .context-record > div {
  font-size: 12px;
  line-height: 1.6;
}
.async-map .is-active-node {
  border-color: var(--green-accent);
  background: #e2f0e7;
}
.async-section[data-async-phase="3"] .async-origin {
  border-color: #cc7445;
  background: #fff5ec;
}
.async-section[data-async-phase="3"] .record-stamp {
  color: var(--orange-text);
  border-top-color: #cc7445;
}
.async-section .conflict-note {
  transition:
    border-color 600ms,
    background-color 600ms;
}
.async-section[data-async-phase="3"] .conflict-note {
  border-top-color: #cc7445;
  background: #fff5ec;
}
.call-preview {
  position: relative;
  overflow: hidden;
}
.call-wave {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 26px;
  margin-bottom: 18px;
  color: var(--green);
}
.call-wave i {
  display: block;
  width: 3px;
  height: 7px;
  background: currentColor;
  border-radius: 2px;
  transform-origin: center;
  animation: async-voice 1100ms ease-in-out infinite alternate;
  animation-play-state: paused;
}
.call-wave i:nth-child(3n) {
  height: 18px;
  animation-delay: -600ms;
}
.call-wave i:nth-child(3n + 1) {
  height: 12px;
  animation-delay: -300ms;
}
.call-wave i:nth-child(4n) {
  height: 23px;
  animation-delay: -900ms;
}
.async-running[data-async-phase="1"] .call-wave i {
  animation-play-state: running;
}
.async-section .question-preview .followup,
.async-section .answer-chip {
  transition:
    background-color 600ms,
    border-color 600ms;
}
.async-section[data-async-phase="1"] .question-preview .followup {
  background: #ffe4ce;
  border-left-color: var(--orange-text);
}
.async-section[data-async-phase="2"] .answer-chip {
  background: #cbe6d5;
}
@keyframes async-voice {
  from {
    transform: scaleY(0.4);
  }
  to {
    transform: scaleY(1);
  }
}
@media (min-width: 901px) and (max-width: 1150px) {
  .async-map {
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1.08fr) 48px minmax(
        0,
        1fr
      );
  }
  .async-origin,
  .async-map .context-record {
    padding-inline: 18px;
  }
  .async-map .stakeholder {
    padding-inline: 12px;
    gap: 8px;
  }
  .async-map .stakeholder .avatar {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 900px) {
  .async-map {
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
    padding: 32px 44px 56px;
    max-width: 640px;
    margin-inline: auto;
  }
  .async-origin {
    grid-column: 1;
    grid-row: 1;
  }
  .async-map .stakeholder-routes {
    grid-column: 1;
    grid-row: 2;
  }
  .async-map .context-record {
    grid-column: 1;
    grid-row: 3;
  }
  .async-origin h3,
  .async-origin p {
    max-width: none;
  }
  .async-sequence {
    gap: 16px;
  }
  .async-sequence li {
    font-size: 12px;
  }
  .async-sequence li > span {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .async-playback {
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
  }
  .async-playback > div {
    width: 100%;
  }
  .async-sequence {
    grid-template-columns: 1fr 1fr;
    gap: 4px 18px;
  }
  .async-sequence li > span {
    display: inline;
  }
  .async-map {
    padding-inline: 24px;
  }
  .async-origin {
    padding: 22px 18px;
  }
  .async-origin h3 {
    font-size: 23px;
  }
  .async-map .stakeholder {
    padding: 16px 11px;
    gap: 9px;
  }
  .async-map .stakeholder .avatar {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  .async-map .stakeholder small {
    font-size: 10px;
  }
  .async-map .context-record {
    padding: 22px 18px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .async-map .is-active-node {
    transform: none;
  }
  .async-sequence li::before {
    transform: scaleX(1);
  }
  .async-particle {
    display: none;
  }
}

/* Scroll story: a pinned product scene, with the question as its through-line. */
.async-scroll-story {
  position: relative;
}
.async-sticky {
  position: relative;
}
.story-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--green-border);
  padding: 20px 0;
  font-size: 13px;
  color: var(--green);
}
.story-example {
  color: var(--muted);
  margin-left: 8px;
}
.story-motion {
  background: none;
  border: 0;
  padding: 8px 0;
  min-height: 44px;
  font-size: 12px;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.story-motion:disabled {
  color: var(--muted);
}
.story-narrative,
.story-conversation,
.story-review-note,
.story-scene-header,
.story-scene-caption,
.story-progress {
  display: none;
}
.story-cinematic {
  height: 350vh;
}
.story-cinematic .async-sticky {
  position: sticky;
  top: 100px;
  height: calc(100svh - 120px);
  max-height: 780px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
}
.story-cinematic .story-toolbar {
  flex-shrink: 0;
  padding: 10px 0 16px;
}
.story-cinematic .story-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.8fr);
  gap: 44px;
  align-items: center;
  flex: 1;
  min-height: 0;
}
.story-cinematic .story-narrative {
  display: block;
}
.story-chapters {
  position: relative;
  height: 310px;
}
.story-chapter {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
  transition: none;
}
.story-chapter.is-current {
  transition:
    opacity 500ms,
    transform 650ms;
  opacity: 1;
  transform: none;
  visibility: visible;
}
.story-count {
  display: block;
  color: var(--green);
  font-size: 12px;
  margin-bottom: 24px;
}
.story-chapter h3 {
  font-size: clamp(30px, 2.55vw, 40px);
  line-height: 1.09;
  letter-spacing: -0.045em;
}
.story-chapter p {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 24px;
  max-width: 325px;
}
.story-navigation {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
.story-navigation button {
  position: relative;
  background: transparent;
  border: 0;
  border-top: 2px solid #c4d9ce;
  color: #657b6e;
  width: 54px;
  min-height: 44px;
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
}
.story-navigation button[aria-current="step"] {
  border-top-color: var(--green);
  color: var(--green);
}
.story-scroll-hint {
  display: flex;
  gap: 16px;
  font-size: 11px;
  margin-top: 22px;
}
.story-cinematic .story-visual {
  position: relative;
  min-width: 0;
  width: 100%;
  height: min(570px, calc(100svh - 235px));
  min-height: 440px;
  background: #f8fbf9;
  border: 1px solid #d0e1d7;
  border-radius: 14px;
  box-shadow: 0 20px 50px -25px #184a3029;
  perspective: 1000px;
  overflow: hidden;
}
.story-cinematic .story-scene-header {
  display: flex;
  position: absolute;
  inset: 0 0 auto;
  height: 56px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e2eae5;
  background: #fff;
  font-size: 11px;
  color: var(--muted);
  z-index: 4;
}
.story-scene-header .lab0 {
  font-size: 22px;
  color: var(--green);
}
.story-cinematic .story-scene-caption {
  position: absolute;
  bottom: 0;
  inset-inline: 0;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  font-size: 10px;
  color: var(--muted);
  background: #f8fbf9;
  z-index: 4;
}
.story-draft {
  color: var(--green);
}
.story-cinematic .async-map {
  display: block;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 44px;
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  max-width: none;
  transition:
    opacity 500ms,
    transform 700ms;
}
.story-cinematic .async-origin,
.story-cinematic .stakeholder-routes,
.story-cinematic .context-record {
  position: absolute;
  transition:
    opacity 600ms,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1),
    left 800ms cubic-bezier(0.22, 1, 0.36, 1),
    right 800ms cubic-bezier(0.22, 1, 0.36, 1),
    width 800ms,
    background-color 500ms;
}
.story-cinematic .async-origin {
  left: 24px;
  top: 50%;
  width: 225px;
  padding: 24px;
  transform: translateY(-50%);
  z-index: 2;
  background: white;
  border: 1px solid #d2dfd7;
  border-radius: 8px;
  box-shadow: 0 12px 32px -20px #164d3040;
}
.story-cinematic .async-origin h3 {
  font-size: 24px;
}
.story-cinematic .async-origin p {
  font-size: 12px;
  line-height: 1.65;
}
.story-cinematic .async-origin .node-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
}
.story-cinematic .async-origin .tiny-label {
  font-size: 9px;
}
.story-cinematic .stakeholder-routes {
  right: 24px;
  top: 50%;
  width: 240px;
  transform: translateY(-50%);
  z-index: 2;
}
.story-cinematic .stakeholder {
  background: white;
  padding: 17px 13px;
  border-radius: 6px;
}
.story-cinematic .stakeholder b {
  font-size: 14px;
}
.story-cinematic .stakeholder small {
  font-size: 10px;
}
.story-cinematic .context-record {
  right: 24px;
  top: 50%;
  width: 270px;
  transform: translateY(-50%);
  border-radius: 8px;
  background: white;
  padding: 24px 22px 0;
  z-index: 2;
  border-top-width: 3px;
  box-shadow: 0 12px 32px -20px #164d3040;
}
.story-cinematic .context-record h3 {
  font-size: 28px;
}
.story-cinematic .context-record > div {
  font-size: 12px;
}
.story-cinematic .context-record .record-stamp {
  font-size: 10px;
}
.story-cinematic .async-connections {
  z-index: 0;
}
.story-cinematic .async-edge {
  transition: opacity 500ms;
}
.story-cinematic[data-scene="0"] .async-origin {
  left: 50%;
  width: 320px;
  transform: translate(-50%, -50%) rotate(-3deg);
  background: #fffdfa;
}
.story-cinematic[data-scene="0"] .async-origin h3 {
  font-size: 32px;
}
.story-cinematic[data-scene="0"] .stakeholder-routes {
  opacity: 0;
  transform: translate(80px, -50%) scale(0.85);
}
.story-cinematic[data-scene="0"] .context-record,
.story-cinematic[data-scene="1"] .context-record {
  opacity: 0;
  transform: translate(100px, -50%) scale(0.85);
  pointer-events: none;
}
.story-cinematic[data-scene="2"] .async-map {
  opacity: 0;
  transform: scale(0.92);
  pointer-events: none;
}
.story-cinematic[data-scene="3"] .async-origin {
  opacity: 0;
  transform: translate(-100px, -50%) scale(0.85);
  pointer-events: none;
}
.story-cinematic[data-scene="3"] .stakeholder-routes {
  right: calc(100% - 204px);
  width: 180px;
  transform: translateY(-50%) scale(0.88);
  transform-origin: left center;
}
.story-cinematic[data-scene="3"] .stakeholder {
  padding: 12px 10px;
  gap: 8px;
}
.story-cinematic[data-scene="3"] .stakeholder .avatar {
  width: 26px;
  height: 26px;
  font-size: 9px;
}
.story-cinematic[data-scene="3"] .stakeholder > .icon {
  display: none;
}
.story-cinematic[data-scene="3"] .stakeholder small {
  font-size: 9px;
}
.story-cinematic .story-conversation {
  display: block;
  position: absolute;
  top: 74px;
  bottom: 56px;
  left: 30px;
  right: 30px;
  opacity: 0;
  transform: translateY(40px) scale(0.94);
  pointer-events: none;
  transition:
    opacity 550ms,
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}
.story-cinematic[data-scene="2"] .story-conversation {
  opacity: 1;
  transform: none;
}
.story-call,
.story-question {
  position: absolute;
  width: 65%;
  border: 1px solid #c7ddd2;
  border-radius: 8px;
  background: white;
  padding: 17px;
  box-shadow: 0 18px 32px -23px #154e3445;
}
.story-call {
  left: 0;
  top: 0;
  transform: rotate(-3deg);
}
.story-question {
  right: 0;
  bottom: 0;
  transform: rotate(2deg);
}
.story-person {
  display: block;
  font-size: 11px;
  color: var(--green);
  padding-bottom: 14px;
}
.story-call .call-preview,
.story-question .question-preview {
  padding: 0;
  min-height: 0;
  background: transparent;
  border: 0;
}
.story-call .call-info > .tiny-label,
.story-call .call-info > span:last-child {
  display: none;
}
.story-call .call-info b {
  font-size: 15px;
  margin: 5px 0 14px;
}
.story-call .call-wave {
  height: 25px;
  margin-bottom: 8px;
}
.story-question .question-preview p {
  font-size: 12px;
}
.story-question .answer-chip {
  font-size: 11px;
}
.story-question .followup {
  transform: translateY(16px);
  opacity: 0.25;
  transition:
    opacity 500ms,
    transform 600ms;
}
.story-cinematic[data-scene="2"].story-followup .followup {
  opacity: 1;
  transform: none;
}
.story-cinematic .story-review-note {
  display: block;
  position: absolute;
  bottom: 52px;
  left: 24px;
  font-size: 11px;
  color: var(--orange-text);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 500ms,
    transform 600ms;
  max-width: 230px;
}
.story-review-note strong {
  font-weight: 500;
  color: var(--green);
}
.story-cinematic[data-scene="3"] .story-review-note {
  opacity: 1;
  transform: none;
}
.story-cinematic .story-progress {
  display: block;
  height: 2px;
  background: #d8e6dd;
  margin-top: 20px;
}
.story-progress > span {
  display: block;
  height: 100%;
  background: var(--green);
  transform: scaleX(var(--story-progress, 0));
  transform-origin: left;
}
.story-cinematic .async-particle {
  r: 4;
}
.async-running[data-async-phase="2"] .call-wave i {
  animation-play-state: running;
}
@media (min-width: 901px) and (max-width: 1150px) {
  .story-cinematic .story-layout {
    grid-template-columns: 215px minmax(0, 1fr);
    gap: 24px;
  }
  .story-chapter h3 {
    font-size: 30px;
  }
  .story-chapter p {
    font-size: 13px;
  }
  .story-cinematic .async-origin {
    left: 16px;
    width: 185px;
    padding: 18px;
  }
  .story-cinematic .async-origin h3 {
    font-size: 22px;
  }
  .story-cinematic .stakeholder-routes {
    right: 16px;
    width: 205px;
  }
  .story-cinematic .context-record {
    right: 16px;
    width: 245px;
    padding-inline: 17px;
  }
  .story-cinematic[data-scene="0"] .async-origin {
    left: 50%;
    width: 295px;
  }
  .story-cinematic[data-scene="3"] .stakeholder-routes {
    right: calc(100% - 155px);
    width: 150px;
  }
  .story-cinematic .story-review-note {
    font-size: 10px;
    width: 160px;
    left: 16px;
  }
  .story-cinematic .story-conversation {
    left: 20px;
    right: 20px;
  }
  .story-call,
  .story-question {
    width: 72%;
  }
}
@media (max-width: 600px) {
  .story-toolbar {
    align-items: flex-start;
    font-size: 12px;
  }
  .story-example {
    display: block;
    margin-left: 0;
    font-size: 10px;
  }
  .story-motion {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .story-cinematic {
    height: auto;
  }
  .story-cinematic .async-sticky {
    position: static;
    height: auto;
  }
}

.story-cinematic[data-scene="0"] .async-origin {
  transform: translate(-50%, -50%)
    rotate(calc(-4deg + var(--scene-progress, 0) * 4deg));
}
.story-cinematic .story-call {
  transform: rotate(calc(-3deg + var(--scene-progress, 0) * 2deg))
    translateY(calc(var(--scene-progress, 0) * -12px));
}
.story-cinematic .story-question {
  transform: rotate(calc(2deg - var(--scene-progress, 0) * 2deg))
    translateY(calc((1 - var(--scene-progress, 0)) * 16px));
}

/* ERP logos identify the platform; readable names remain beside each mark. */
.erp-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1.4;
  color: inherit;
  text-align: left;
}
.erp-brand .erp-logo {
  display: inline-block;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
  width: 68px;
  height: 24px;
}
.erp-brand--sap .erp-logo {
  width: 43px;
  height: 26px;
}
.erp-brand--dynamics-365 .erp-logo {
  width: 22px;
  height: 28px;
}
.erp-brand--netsuite .erp-logo {
  width: 28px;
  height: 28px;
}
.capability-platform {
  min-height: 30px;
}
.capability-platform .erp-brand {
  gap: 12px;
}
.erp-filters {
  align-items: stretch;
}
.erp-filters button {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
}
.erp-filters .erp-brand {
  gap: 8px;
}
.erp-filters .erp-logo {
  width: 56px;
  height: 22px;
}
.erp-filters .erp-brand--sap .erp-logo {
  width: 35px;
}
.erp-filters .erp-brand--dynamics-365 .erp-logo {
  width: 18px;
  height: 24px;
}
.erp-filters .erp-brand--netsuite .erp-logo {
  width: 24px;
  height: 24px;
}
.doc-subtitle .erp-brand,
.workspace-bar .erp-brand,
.stage-preview .tiny-label .erp-brand,
.stage-description .erp-brand {
  gap: 6px;
}
.doc-subtitle .erp-logo {
  width: 44px;
  height: 14px;
}
.workspace-bar .erp-logo,
.stage-preview .tiny-label .erp-logo,
.stage-description .erp-logo {
  width: 48px;
  height: 15px;
}
.context-filters .erp-brand {
  flex-wrap: wrap;
  gap: 7px;
}
.context-filters .erp-logo {
  width: 60px;
  height: 18px;
}
@media (max-width: 600px) {
  .erp-filters {
    gap: 5px 20px;
  }
  .erp-filters .erp-brand {
    gap: 6px;
  }
  .erp-filters .erp-logo {
    width: 48px;
  }
  .erp-filters .erp-brand--sap .erp-logo {
    width: 32px;
  }
  .erp-filters .erp-brand--dynamics-365 .erp-logo {
    width: 17px;
  }
  .erp-filters .erp-brand--netsuite .erp-logo {
    width: 22px;
  }
  .capability-platform .erp-brand {
    gap: 8px;
    font-size: 12px;
  }
  .workspace-bar .erp-logo {
    width: 36px;
    height: 12px;
  }
  .doc-subtitle .erp-logo {
    width: 36px;
    height: 12px;
  }
  .stage-preview .tiny-label .erp-logo {
    width: 36px;
    height: 12px;
  }
}
