/*
 * BitApps palette — warm white, black and restrained orange.
 * This layer changes surfaces and contrast without changing the editorial
 * architecture established in site.css and text-led.css.
 */

:root {
  color-scheme: light;
  --paper: #f5f3ee;
  --paper-pure: #ffffff;
  --paper-soft: #efede7;
  --ink: #0b0b0b;
  --ink-soft: #171717;
  --orange: #f36f21;
  --orange-deep: #c84c0d;
  --orange-soft: #fff0e7;
  --void: var(--paper);
  --white: var(--ink);
  --ash: #68635d;
  --mist: #3f3b37;
  --dim: #8a847d;
  --line: rgba(11, 11, 11, .13);
  --line-soft: rgba(11, 11, 11, .075);
  --header: 76px;
}

html,
body {
  background: var(--paper);
}

html {
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  color: var(--ink);
}

::selection {
  background: var(--orange);
  color: #ffffff;
}

:focus-visible {
  outline-color: var(--orange);
}

.ambient-field {
  opacity: .38;
}

.skip-link {
  background: var(--ink);
  color: #ffffff;
}

.site-header {
  background: rgba(245, 243, 238, .92);
}

.site-header.is-scrolled {
  background: rgba(245, 243, 238, .96);
  box-shadow: 0 12px 36px rgba(11, 11, 11, .055);
  backdrop-filter: blur(14px);
}

.site-header::after {
  background: var(--orange);
  opacity: .9;
}

.brand img {
  filter: invert(1);
}

.desktop-nav > a,
.nav-dropdown > summary {
  color: #706b65;
}

.desktop-nav > a:hover,
.desktop-nav > a.is-active,
.nav-dropdown > summary:hover,
.nav-dropdown.is-active > summary,
.nav-dropdown[open] > summary {
  color: var(--ink);
}

.desktop-nav > a.is-active,
.nav-dropdown.is-active > summary {
  text-decoration-color: var(--orange);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.nav-dropdown__panel {
  border: 1px solid rgba(11, 11, 11, .1);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 22px 60px rgba(11, 11, 11, .12);
}

.nav-feature {
  background: var(--ink);
  color: #ffffff;
}

.nav-feature__mark {
  color: var(--orange);
}

.nav-dropdown__links a:hover,
.nav-dropdown__panel--solutions a:hover {
  background: var(--orange-soft);
  color: var(--ink);
}

.nav-feature:hover {
  background: var(--ink-soft);
}

.nav-dropdown__panel small {
  color: #77716a;
}

.nav-feature small {
  color: #bcb7b0;
}

.button--primary,
.button--orange {
  background: var(--orange);
  color: #ffffff;
}

.button--primary:hover,
.button--orange:hover {
  background: var(--orange-deep);
}

.button--secondary,
.button--glass {
  color: var(--ink);
}

.button--secondary:hover,
.button--glass:hover {
  color: var(--orange-deep);
}

.text-link {
  color: var(--ink);
}

.text-link:hover {
  color: var(--orange-deep);
}

.eyebrow,
.scenario__tag,
.step-number,
.price-card__label,
.eyebrow--orange {
  color: var(--orange-deep);
}

.eyebrow::before {
  background: var(--orange);
}

.lead,
.section-copy {
  color: var(--mist);
}

.home-hero {
  background: var(--paper-pure);
}

.hero-stage {
  gap: clamp(42px, 6vw, 84px);
  padding-bottom: 150px;
}

.hero-copy h1 {
  color: var(--ink);
}

@media (min-width: 861px) {
  .home-hero {
    height: 100svh;
    min-height: 100svh;
    overflow: hidden;
    padding-top: var(--header);
  }

  .hero-stage {
    height: calc(100svh - var(--header));
    min-height: 0;
    padding: clamp(18px, 2.5vh, 28px) 0 112px;
  }

  .home-hero .hero-actions {
    gap: 10px;
  }

  .home-hero .hero-actions .button {
    padding-inline: 16px;
    font-size: 13px;
  }

  .hero-title-line {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 861px) and (max-height: 760px) {
  .hero-copy h1 {
    margin: 18px 0 22px;
    font-size: clamp(54px, 5.3vw, 72px);
  }

  .hero-copy .lead {
    font-size: 16px;
    line-height: 1.4;
  }

  .hero-actions {
    margin-top: 22px;
  }
}

.hero-bars {
  display: grid;
  min-width: 0;
  min-height: 590px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

@media (min-width: 861px) {
  .hero-bars {
    height: 100%;
    min-height: 0;
    max-height: 590px;
  }
}

.code-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #242424;
  border-radius: 26px;
  background: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 24px 54px rgba(11, 11, 11, .13);
  color: #d4d4d4;
}

.code-panel::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 54px rgba(255, 255, 255, .018);
  content: "";
  pointer-events: none;
}

.code-panel__header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 2vw, 26px);
  border-bottom: 1px solid #202020;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.code-panel__header > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #f2f2f2;
}

.code-panel__header > span:first-child::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #747474;
  content: "";
}

.code-panel--team .code-panel__header > span:first-child::before {
  background: var(--orange);
  box-shadow: 0 0 12px rgba(243, 111, 33, .42);
}

.code-panel__header small {
  color: #777;
  font: inherit;
}

.code-panel__mode-icon {
  display: inline-grid;
  width: 28px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  color: #777;
}

.code-panel__mode-icon--team {
  width: 42px;
  height: 22px;
}

.code-panel__mode-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.code-panel__mode-icon .code-panel__ai-node {
  fill: var(--orange);
  stroke: none;
}

.code-panel__workspace {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: calc(100% - 68px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  counter-reset: code-line;
}

.code-panel--solo .code-panel__workspace {
  animation: solo-workspace-cycle 20s linear infinite;
}

.code-panel--team .code-panel__workspace {
  animation: team-workspace-cycle 5.2s linear infinite;
}

.code-context {
  position: absolute;
  top: 22px;
  left: clamp(22px, 3vw, 34px);
  margin: 0;
  color: #666;
  font-family: Consolas, "SFMono-Regular", "Liberation Mono", monospace;
  font-size: 10px;
  line-height: 1;
}

.code-context span {
  color: var(--orange);
}

.code-stream {
  display: block;
  min-width: 0;
  height: 42px;
  overflow: visible;
  font-family: Consolas, "SFMono-Regular", "Liberation Mono", monospace;
  font-size: clamp(10px, .86vw, 12.5px);
  line-height: 1;
  white-space: nowrap;
  counter-increment: code-line;
}

.code-stream::before {
  display: inline-block;
  width: 26px;
  color: #484848;
  content: counter(code-line, decimal-leading-zero);
  font-family: Consolas, "SFMono-Regular", "Liberation Mono", monospace;
  font-size: 8px;
  vertical-align: middle;
}

.code-typed {
  display: inline-block;
  width: 0;
  max-width: calc(100% - 54px);
  overflow: hidden;
  color: #d4d4d4;
  font: inherit;
  white-space: nowrap;
}

.code-cursor {
  display: inline-block;
  width: 25px;
  height: 30px;
  margin: 17px 0 0 -2px;
  overflow: visible;
  opacity: 0;
  filter: drop-shadow(0 0 5px rgba(243, 111, 33, .48));
  vertical-align: middle;
}

.code-cursor path {
  d: path("M13 5.5C8.4 5 5.1 8.8 5.4 13.4l2.3 38.1c.4 6.3 8.3 8.8 12.4 4l8.7-10.7a13.8 13.8 0 0 1 10.7-5.1h6.4c6.2 0 9-7.8 4.2-11.6L19 6.8a10.5 10.5 0 0 0-6-1.3Z");
  fill: #fff;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.syn-keyword { color: #c586c0; }
.syn-variable { color: #9cdcfe; }
.syn-function { color: #dcdcaa; }
.syn-property { color: #4ec9b0; }
.syn-string { color: #ce9178; }

.code-stream--solo-1 .code-typed { animation: solo-code-1 20s steps(33, jump-none) infinite; }
.code-stream--solo-2 .code-typed { animation: solo-code-2 20s steps(31, jump-none) infinite; }
.code-stream--solo-3 .code-typed { animation: solo-code-3 20s steps(37, jump-none) infinite; }
.code-stream--solo-4 .code-typed { animation: solo-code-4 20s steps(24, jump-none) infinite; }
.code-stream--solo-5 .code-typed { animation: solo-code-5 20s steps(20, jump-none) infinite; }
.code-stream--solo-1 .code-cursor { animation: solo-cursor-1 20s linear infinite; }
.code-stream--solo-2 .code-cursor { animation: solo-cursor-2 20s linear infinite; }
.code-stream--solo-3 .code-cursor { animation: solo-cursor-3 20s linear infinite; }
.code-stream--solo-4 .code-cursor { animation: solo-cursor-4 20s linear infinite; }
.code-stream--solo-5 .code-cursor { animation: solo-cursor-5 20s linear infinite; }

.code-lane {
  display: grid;
  min-width: 0;
  grid-template-columns: 1fr;
  padding: 11px 0 7px;
  border-bottom: 1px solid #1e1e1e;
}

.code-lane:last-child {
  border-bottom: 0;
}

.code-lane > small {
  color: #747474;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
}

.code-lane .code-stream {
  height: 31px;
}

.code-stream--team-1 .code-typed { animation: team-code-1 5.2s steps(33, jump-none) infinite; }
.code-stream--team-2 .code-typed { animation: team-code-2 5.2s steps(25, jump-none) infinite; }
.code-stream--team-3 .code-typed { animation: team-code-3 5.2s steps(37, jump-none) infinite; }
.code-stream--team-4 .code-typed { animation: team-code-4 5.2s steps(24, jump-none) infinite; }
.code-stream--team-5 .code-typed { animation: team-code-5 5.2s steps(31, jump-none) infinite; }
.code-stream--team-6 .code-typed { animation: team-code-6 5.2s steps(37, jump-none) infinite; }
.code-stream--team-7 .code-typed { animation: team-code-7 5.2s steps(20, jump-none) infinite; }
.code-stream--team-1 .code-cursor { animation: team-cursor-1 5.2s linear infinite; }
.code-stream--team-2 .code-cursor { animation: team-cursor-2 5.2s linear infinite; }
.code-stream--team-3 .code-cursor { animation: team-cursor-3 5.2s linear infinite; }
.code-stream--team-4 .code-cursor { animation: team-cursor-4 5.2s linear infinite; }
.code-stream--team-5 .code-cursor { animation: team-cursor-5 5.2s linear infinite; }
.code-stream--team-6 .code-cursor { animation: team-cursor-6 5.2s linear infinite; }
.code-stream--team-7 .code-cursor { animation: team-cursor-7 5.2s linear infinite; }

@keyframes solo-workspace-cycle {
  0%, 3%, 95%, 100% { opacity: 0; }
  6%, 92% { opacity: 1; }
}

@keyframes team-workspace-cycle {
  0%, 2%, 96%, 100% { opacity: 0; }
  4%, 93% { opacity: 1; }
}

@keyframes solo-code-1 {
  0%, 4% { width: 0; }
  22%, 25% { width: 33ch; }
  29% { width: 9ch; }
  34%, 92% { width: 33ch; }
  96%, 100% { width: 0; }
}

@keyframes solo-code-2 {
  0%, 34% { width: 0; }
  50%, 53% { width: 31ch; }
  57% { width: 7ch; }
  62%, 92% { width: 31ch; }
  96%, 100% { width: 0; }
}

@keyframes solo-code-3 {
  0%, 62% { width: 0; }
  72%, 92% { width: 37ch; }
  96%, 100% { width: 0; }
}

@keyframes solo-code-4 {
  0%, 72% { width: 0; }
  82%, 92% { width: 24ch; }
  96%, 100% { width: 0; }
}

@keyframes solo-code-5 {
  0%, 82% { width: 0; }
  91%, 92% { width: 20ch; }
  96%, 100% { width: 0; }
}

@keyframes solo-cursor-1 { 0%, 3.9%, 34%, 100% { opacity: 0; } 4%, 33.9% { opacity: 1; } }
@keyframes solo-cursor-2 { 0%, 33.9%, 62%, 100% { opacity: 0; } 34%, 61.9% { opacity: 1; } }
@keyframes solo-cursor-3 { 0%, 61.9%, 72%, 100% { opacity: 0; } 62%, 71.9% { opacity: 1; } }
@keyframes solo-cursor-4 { 0%, 71.9%, 82%, 100% { opacity: 0; } 72%, 81.9% { opacity: 1; } }
@keyframes solo-cursor-5 { 0%, 81.9%, 93%, 100% { opacity: 0; } 82%, 92.9% { opacity: 1; } }

@keyframes team-code-1 { 0%, 2% { width: 0; } 14%, 92% { width: 33ch; } 96%, 100% { width: 0; } }
@keyframes team-code-2 { 0%, 14% { width: 0; } 26%, 92% { width: 25ch; } 96%, 100% { width: 0; } }
@keyframes team-code-3 { 0%, 26% { width: 0; } 38%, 92% { width: 37ch; } 96%, 100% { width: 0; } }
@keyframes team-code-4 { 0%, 38% { width: 0; } 50%, 92% { width: 24ch; } 96%, 100% { width: 0; } }
@keyframes team-code-5 { 0%, 50% { width: 0; } 62%, 92% { width: 31ch; } 96%, 100% { width: 0; } }
@keyframes team-code-6 { 0%, 62% { width: 0; } 74%, 92% { width: 37ch; } 96%, 100% { width: 0; } }
@keyframes team-code-7 { 0%, 74% { width: 0; } 88%, 92% { width: 20ch; } 96%, 100% { width: 0; } }

@keyframes team-cursor-1 { 0%, 1.9%, 14%, 100% { opacity: 0; } 2%, 13.9% { opacity: 1; } }
@keyframes team-cursor-2 { 0%, 13.9%, 26%, 100% { opacity: 0; } 14%, 25.9% { opacity: 1; } }
@keyframes team-cursor-3 { 0%, 25.9%, 38%, 100% { opacity: 0; } 26%, 37.9% { opacity: 1; } }
@keyframes team-cursor-4 { 0%, 37.9%, 50%, 100% { opacity: 0; } 38%, 49.9% { opacity: 1; } }
@keyframes team-cursor-5 { 0%, 49.9%, 62%, 100% { opacity: 0; } 50%, 61.9% { opacity: 1; } }
@keyframes team-cursor-6 { 0%, 61.9%, 74%, 100% { opacity: 0; } 62%, 73.9% { opacity: 1; } }
@keyframes team-cursor-7 { 0%, 73.9%, 93%, 100% { opacity: 0; } 74%, 92.9% { opacity: 1; } }

.cube-stage {
  min-height: 590px;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 26px 70px rgba(11, 11, 11, .16);
}

.cube-stage::before {
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(243, 111, 33, .15), rgba(243, 111, 33, 0) 67%);
  filter: blur(34px);
}

.cube-stage__orbit {
  border-color: rgba(255, 255, 255, .11);
}

.cube-stage__orbit::after {
  border-color: rgba(255, 255, 255, .07);
}

.cube-stage__label {
  color: #87827d;
}

.cube-stage__label span {
  color: var(--orange);
}

.cube-stage figcaption {
  right: 24px;
  bottom: 20px;
  color: #8f8a84;
}

.hero-clients {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 18px;
  left: 0;
  display: grid;
  grid-template-columns: minmax(210px, .3fr) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}

.hero-clients__intro {
  display: grid;
  gap: 5px;
}

.hero-clients__intro span {
  color: var(--orange-deep);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-clients__intro strong {
  max-width: 250px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}

.client-marquee {
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.client-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: client-marquee 28s linear infinite;
}

.client-marquee__group {
  display: flex;
  flex: none;
  align-items: center;
  gap: clamp(42px, 4vw, 66px);
  padding-right: clamp(42px, 4vw, 66px);
}

.client-marquee__group > span {
  display: grid;
  width: 126px;
  height: 58px;
  flex: 0 0 126px;
  overflow: hidden;
  place-items: center;
}

.client-marquee img {
  width: auto;
  max-width: 112px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
  opacity: .74;
  filter: brightness(0);
  transition: opacity .2s ease, transform .2s ease;
}

.client-marquee:hover .client-marquee__track {
  animation-play-state: paused;
}

.client-marquee__group > span:hover img {
  transform: translateY(-2px);
  opacity: .88;
}

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

@media (min-width: 861px) {
  .hero-stage {
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: center;
    row-gap: 16px;
    padding: clamp(18px, 2.5vh, 28px) 0 16px;
  }

  .hero-copy,
  .hero-bars {
    grid-row: 1;
    min-height: 0;
  }

  .hero-copy h1 {
    font-size: clamp(54px, min(5.2vw, 9vh), 92px);
  }

  .hero-bars {
    height: 100%;
    max-height: none;
  }

  .hero-clients {
    position: static;
    grid-row: 2;
    grid-column: 1 / -1;
    align-self: end;
  }
}

.section,
.section--warm,
.engineering-section,
.solution-depth {
  background: var(--paper-pure);
}

.section--soft {
  background: var(--paper);
}

.section-heading h2,
.editorial-split h2,
.decision-cta h2,
.inside-focus h2,
.data-composition h2 {
  color: var(--ink);
}

.section-heading {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.section-heading h2 {
  max-width: 100%;
}

.section-heading > p {
  max-width: 680px;
  margin-top: 24px;
}

.section-heading > p,
.scenario p,
.build-journey p,
.step-flow p,
.engineering-flow p,
.trust-list p,
.company-facts p,
.service-row p,
.inside-benefits p,
.editorial-list p,
.detail-grid p,
.privacy-content p,
.privacy-summary p {
  color: var(--ash);
}

.scenario-pair {
  align-items: stretch;
}

.scenario {
  min-height: 470px;
  padding: 42px;
  border-radius: var(--radius);
}

.scenario::before {
  top: 30px;
  left: 30px;
  color: rgba(243, 111, 33, .11);
}

.scenario:first-child {
  background: var(--ink);
  color: #ffffff;
}

.scenario:first-child::before {
  color: rgba(255, 255, 255, .055);
}

.scenario:first-child .scenario__tag,
.scenario:first-child .text-link {
  color: var(--orange);
}

.scenario:first-child p {
  color: #b9b5af;
}

.scenario--build {
  background: var(--orange-soft);
  color: var(--ink);
}

.inside-section {
  background: var(--ink);
  color: #ffffff;
}

.inside-section .eyebrow,
.inside-section .inside-hub span,
.inside-section .capability-node span {
  color: var(--orange);
}

.inside-section .inside-focus h2,
.inside-section .inside-hub strong,
.inside-section .capability-node strong,
.inside-section .inside-benefits h3 {
  color: #ffffff;
}

.inside-section .section-copy,
.inside-section .inside-hub small,
.inside-section .capability-node small,
.inside-section .inside-benefits p {
  color: #b9b5af;
}

.inside-section .button--secondary,
.inside-section .text-link {
  color: #ffffff;
}

.build-journey h3,
.step-flow h3,
.engineering-flow strong,
.trust-list h3,
.company-facts h3 {
  color: var(--ink);
}

.engineering-flow span,
.build-journey .step-number,
.step-flow .step-number {
  color: var(--orange-deep);
}

.decision-option {
  color: var(--ink);
}

.decision-option:hover {
  color: var(--orange-deep);
}

.ecosystem {
  color: #77716a;
}

.ecosystem strong,
.ecosystem a:hover {
  color: var(--ink);
}

body[data-page="home"] main > .section:last-child {
  background: #ffffff;
  color: var(--ink);
}

body[data-page="home"] main > .section:last-child .eyebrow {
  color: var(--orange);
}

body[data-page="home"] main > .section:last-child .decision-cta h2,
body[data-page="home"] main > .section:last-child .decision-option,
body[data-page="home"] main > .section:last-child .ecosystem strong,
body[data-page="home"] main > .section:last-child .ecosystem a:hover {
  color: var(--ink);
}

body[data-page="home"] main > .section:last-child .section-copy,
body[data-page="home"] main > .section:last-child .lead,
body[data-page="home"] main > .section:last-child .decision-option small,
body[data-page="home"] main > .section:last-child .ecosystem {
  color: #68635d;
}

body[data-page="home"] main > .section:last-child .decision-option:hover {
  color: var(--orange);
}

.page-hero {
  background: var(--paper);
}

.page-hero h1 {
  color: var(--ink);
}

.page-hero__aside {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #ffffff;
}

.page-hero__aside::before {
  background: var(--orange);
}

.page-hero__aside p {
  color: #b9b5af;
}

.jump-links a {
  color: #6f6963;
}

.jump-links a:hover {
  color: var(--orange-deep);
}

.service-row > span,
.editorial-list article > span,
.role-grid > div span,
.guarantee-flow span,
.contact-next > span,
.contact-next b,
.privacy-summary span,
.privacy-content article > span {
  color: var(--orange-deep);
}

.role-grid > div small,
.price-card > p:not(.price-card__value),
.price-card li,
.comparison dt,
.comparison dd,
.detail-grid p {
  color: var(--ash);
}

.price-card--featured,
.comparison article:last-child {
  padding: 36px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #ffffff;
}

.price-card--featured::before,
.price-card--featured .price-card__label,
.comparison article:last-child h3 {
  color: var(--orange);
}

.price-card--featured > p:not(.price-card__value),
.price-card--featured li,
.comparison article:last-child dt {
  color: #aaa59f;
}

.price-card--featured li::before,
.comparison article:last-child dd {
  color: #ffffff;
}

.price-card li::before {
  color: var(--orange-deep);
}

.pricing-note {
  color: #77716a;
}

.pricing-note span,
.comparison dd {
  color: var(--ink);
}

.guarantee-flow article:last-child {
  min-height: 164px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--orange);
  color: #ffffff;
}

.guarantee-flow article:last-child span {
  color: #ffffff;
}

.connection-map span,
.metric-landscape b,
.ai-criteria span {
  color: var(--ink);
}

.connection-map i {
  color: var(--orange-deep);
}

.contact-methods > * {
  color: #4d4945;
}

.contact-methods a:hover {
  color: var(--orange-deep);
}

.field label,
.form-status {
  color: #6e6862;
}

.field input,
.field textarea {
  border-color: rgba(11, 11, 11, .18);
  background: transparent;
  color: var(--ink);
}

.field input:focus,
.field textarea:focus,
.field [aria-invalid="true"] {
  border-color: var(--orange);
}

.privacy-updated {
  color: #77716a;
}

.site-footer {
  padding: 60px 0 24px;
  /* Keep entrance translations inside the footer, not below the page. */
  overflow: hidden;
  overflow: clip;
  background: #121212;
  color: #ffffff;
}

.site-footer .brand img {
  filter: none;
}

.footer-flow {
  margin-bottom: 48px;
  color: #7f7a74;
}

.footer-flow span {
  background: rgba(255, 255, 255, .13);
}

.footer-flow i {
  background: var(--orange);
}

.footer-grid h2 {
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-brand .brand {
  margin-bottom: 14px;
}

.footer-grid ul {
  gap: 10px;
}

.footer-brand p,
.footer-grid li,
.footer-grid a {
  color: #aaa59f;
}

.footer-grid a:hover {
  color: var(--orange);
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 18px;
  color: #78736e;
}

.decision-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 30px;
}

.decision-form .field--wide,
.decision-form__action,
.decision-form__help {
  grid-column: 1 / -1;
}

.decision-form .field label,
.decision-form .form-status {
  color: #6e6862;
}

.decision-form .field input,
.decision-form .field textarea {
  border-color: rgba(11, 11, 11, .18);
  background: transparent;
  color: var(--ink);
}

.decision-form .field input:focus,
.decision-form .field textarea:focus,
.decision-form .field [aria-invalid="true"] {
  border-color: var(--orange);
}

.decision-form .field input {
  height: 48px;
}

.decision-form .field textarea {
  min-height: 92px;
}

.decision-form__action {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 18px;
}

.decision-form__action .form-status {
  flex: 1;
}

.decision-form__help {
  color: #77716a;
  font-size: 12px;
  line-height: 1.5;
}

body[data-page="home"] main > .section:last-child .ecosystem {
  margin-top: 72px;
}

@media (max-width: 860px) {
  .decision-form {
    width: min(100%, 720px);
  }
}

@media (max-width: 620px) {
  .decision-form {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .decision-form .field--wide,
  .decision-form__action,
  .decision-form__help {
    grid-column: auto;
  }

  .decision-form__action {
    align-items: stretch;
    flex-direction: column;
  }

  .decision-form__action .button {
    width: 100%;
  }
}

@supports not (backdrop-filter: blur(14px)) {
  .site-header.is-scrolled {
    background: rgba(245, 243, 238, .99);
  }
}

@media (max-width: 1120px) {
  .menu-button {
    border-color: rgba(11, 11, 11, .18);
    background: transparent;
    color: var(--ink);
  }

  .menu-button__icon,
  .menu-button__icon::before {
    background: var(--ink);
  }

  .mobile-navigation {
    background: var(--paper);
  }

  .mobile-navigation nav > a {
    color: var(--ink);
  }

  .mobile-navigation nav > a.is-active {
    color: var(--orange-deep);
  }

  .mobile-subnav > span {
    color: var(--orange-deep);
  }

  .mobile-subnav a {
    color: #625d57;
  }

  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    background: var(--paper);
  }
}

@media (max-width: 860px) {
  .hero-stage {
    gap: 48px;
    padding-bottom: 48px;
  }

  .cube-stage {
    min-height: 500px;
  }

  .hero-bars {
    min-height: 500px;
  }

  .hero-clients {
    position: static;
    display: block;
    margin-top: 18px;
    padding: 24px 0 0;
  }

  .hero-clients__intro {
    margin-bottom: 22px;
  }

  .hero-clients__intro strong {
    max-width: 420px;
    font-size: 17px;
  }

  .scenario {
    padding: 36px;
  }

  .page-hero__aside {
    padding: 27px;
  }
}

/* Sticky editorial flow used by the four solution narratives. */
.editorial-split {
  grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
  align-items: start;
  gap: clamp(78px, 9vw, 148px);
}

.editorial-split > :first-child {
  position: sticky;
  top: calc(var(--header) + 42px);
  align-self: start;
  padding-bottom: 42px;
}

.editorial-split h2 {
  max-width: 650px;
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1.02;
  text-wrap: balance;
}

.editorial-list {
  display: grid;
  padding-bottom: 8vh;
}

.editorial-list article {
  display: grid;
  min-height: min(48svh, 440px);
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "number title"
    ". copy";
  align-content: center;
  gap: 14px 22px;
  padding: 48px 0;
  border-top: 1px solid var(--line-soft);
}

.editorial-list article:last-child {
  border-bottom: 1px solid var(--line-soft);
}

.editorial-list article > span {
  grid-area: number;
  align-self: start;
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
}

.editorial-list h3 {
  grid-area: title;
  margin: 0;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.08;
  text-wrap: balance;
}

.editorial-list p {
  width: min(100%, 500px);
  grid-area: copy;
  color: var(--ash);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.editorial-flow__progress {
  display: flex;
  width: min(100%, 240px);
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.editorial-flow__progress > span {
  height: 2px;
  flex: 1;
  overflow: hidden;
  background: var(--line);
}

.editorial-flow__progress i {
  display: block;
  width: var(--editorial-progress, 33.333%);
  height: 100%;
  background: var(--orange);
  transition: width .45s var(--ease);
}

.editorial-flow__progress small {
  min-width: 42px;
  color: var(--ash);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
}

@media (max-width: 860px) {
  .editorial-split {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .editorial-split > :first-child {
    position: static;
    padding-bottom: 0;
  }

  .editorial-list {
    padding-bottom: 0;
  }

  .editorial-list article {
    min-height: auto;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px 18px;
    padding: 38px 0;
  }

  .editorial-list p {
    font-size: 17px;
  }

  .editorial-flow__progress {
    display: none;
  }

}

@media (max-width: 620px) {
  .site-header {
    background: rgba(245, 243, 238, .97);
  }

  .cube-stage {
    min-height: 390px;
    margin-inline: 0;
  }

  .cube-stage figcaption {
    display: none;
  }

  .hero-bars {
    min-height: 390px;
    gap: 14px;
  }

  .code-panel {
    border-radius: 20px;
  }

  .code-panel__header {
    min-height: 58px;
    padding: 0 12px;
    font-size: 8px;
  }

  .code-panel__header span {
    gap: 6px;
  }

  .code-panel__workspace {
    min-height: calc(100% - 58px);
    padding: 18px 12px 12px;
  }

  .code-context {
    top: 16px;
    left: 12px;
    font-size: 7px;
  }

  .code-stream {
    height: 38px;
    font-size: 7.5px;
  }

  .code-stream::before {
    width: 18px;
    font-size: 6px;
  }

  .code-typed {
    max-width: calc(100% - 38px);
  }

  .code-panel--team .code-stream {
    height: 32px;
  }

  .code-lane {
    padding: 9px 0 5px;
  }

  .code-lane > small {
    font-size: 6px;
  }

  .code-lane .code-stream {
    height: 25px;
  }

  .code-cursor {
    width: 18px;
    height: 22px;
    margin-top: 12px;
  }

  .scenario {
    padding: 30px;
  }

  .price-card--featured,
  .comparison article:last-child {
    padding: 30px;
  }

  .guarantee-flow article:last-child {
    min-height: 0;
  }
}

/* Structured information matrices
   Thin shared dividers make related content read as one system instead of
   isolated text floating across the section. */
.engineering-flow,
.trust-list,
.company-facts,
.role-grid,
.detail-grid {
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.engineering-flow > div,
.trust-list article,
.company-facts article,
.role-grid > div,
.detail-grid article {
  min-width: 0;
  padding: clamp(28px, 3vw, 40px);
  background: var(--paper-pure);
}

.section--soft .engineering-flow > div,
.section--soft .trust-list article,
.section--soft .company-facts article,
.section--soft .role-grid > div,
.section--soft .detail-grid article {
  background: var(--paper);
}

.engineering-flow {
  margin: 58px 0 76px;
}

.engineering-flow > div {
  min-height: 176px;
}

.engineering-flow span {
  margin-bottom: 34px;
}

.engineering-flow strong {
  font-size: 20px;
}

.engineering-flow p {
  max-width: 290px;
}

.trust-list {
  counter-reset: trust-item;
  gap: 16px;
  padding: 0;
  background: transparent;
}

.trust-list__eyebrow {
  margin-bottom: 28px;
}

.trust-list article {
  counter-increment: trust-item;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.trust-list article::before {
  display: block;
  margin-bottom: 40px;
  color: var(--orange-deep);
  content: "0" counter(trust-item);
  font-size: 12px;
  font-weight: 600;
}

.trust-list article:first-child {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.trust-list article:first-child::before {
  color: var(--orange);
}

.trust-list article:first-child h3 {
  color: #ffffff;
}

.trust-list article:first-child p {
  color: #b9b5af;
}

.company-facts article,
.role-grid > div,
.detail-grid article {
  min-height: 190px;
}

.role-grid > div strong {
  margin-top: 46px;
}

.detail-grid h3,
.company-facts h3 {
  margin-bottom: 16px;
}

.inside-benefits {
  gap: 16px;
  padding: 0;
  background: transparent;
}

.inside-benefits article {
  min-width: 0;
  min-height: 190px;
  overflow: hidden;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid #262626;
  border-radius: var(--radius);
  background: var(--ink);
  color: #ffffff;
}

.inside-benefits article h3 {
  color: #ffffff;
}

.inside-benefits article p {
  color: #b9b5af;
}

@media (max-width: 760px) {
  .engineering-flow {
    margin: 48px 0 66px;
  }

  .engineering-flow > div,
  .trust-list article,
  .company-facts article,
  .role-grid > div,
  .detail-grid article,
  .inside-benefits article {
    min-height: 164px;
    padding: 28px;
  }
}

@media (max-width: 520px) {
  .engineering-flow > div,
  .trust-list article,
  .company-facts article,
  .role-grid > div,
  .detail-grid article,
  .inside-benefits article {
    min-height: 0;
    padding: 26px 22px;
  }

  .engineering-flow span,
  .trust-list article::before {
    margin-bottom: 24px;
  }

  .role-grid > div strong {
    margin-top: 30px;
  }
}

/* Lightweight repeatable entrances: one transition per block, never per word. */
.js [data-reveal] {
  opacity: 0;
  transform: none;
  translate: 0 20px;
  transition: opacity 420ms ease-out, translate 620ms cubic-bezier(.2, .7, .2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal],
  .js [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    translate: none;
    transition: none;
  }
}

@media print {
  .js [data-reveal] {
    opacity: 1;
    transform: none;
    translate: none;
  }
}

/* The client proof closes the model-selection section instead of competing
   with the constrained 100vh hero. */
@media (min-width: 861px) {
  .home-hero .hero-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
    column-gap: clamp(34px, 3.5vw, 46px);
    row-gap: 0;
    padding: clamp(18px, 2.5vh, 28px) 0;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(64px, 5.1vw, 72px);
    letter-spacing: -.04em;
    line-height: 1;
  }

  .home-hero .hero-bars {
    width: auto;
    height: min(76%, 500px);
    max-height: 500px;
    align-self: center;
    justify-self: stretch;
  }

  .home-hero .code-panel__workspace {
    padding: 22px 14px;
  }

  .home-hero .code-context {
    left: 14px;
  }

  .home-hero .code-stream {
    font-size: clamp(8.5px, .7vw, 10px);
  }

  .home-hero .code-stream::before {
    width: 20px;
    font-size: 7px;
  }

  .home-hero .code-typed {
    max-width: calc(100% - 42px);
  }

  .home-hero .code-cursor {
    width: 20px;
    height: 24px;
  }
}

@media (min-width: 861px) and (max-width: 1050px) {
  .home-hero .hero-stage {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    column-gap: 28px;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(44px, 5vw, 52px);
    line-height: 1;
  }

  .home-hero .code-panel__workspace {
    padding-inline: 10px;
  }

  .home-hero .code-context {
    left: 10px;
  }

  .home-hero .code-stream {
    font-size: 7.2px;
  }

  .home-hero .code-stream::before {
    width: 16px;
    font-size: 6px;
  }

  .home-hero .code-typed {
    max-width: calc(100% - 34px);
  }

  .home-hero .code-cursor {
    width: 16px;
    height: 20px;
  }
}

.model-clients {
  position: static;
  display: grid;
  margin-top: 64px;
  padding: 28px 30px;
  border: 1px solid rgba(11, 11, 11, .1);
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

#modelos {
  padding-bottom: 72px;
}

@media (max-width: 860px) {
  .model-clients {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
    padding: 24px;
  }

  #modelos {
    padding-bottom: 58px;
  }
}

/* Floating navigation inspired by the supplied interaction reference. */
.site-header,
.site-header.is-scrolled,
.menu-open .site-header,
.menu-open .site-header.is-scrolled {
  height: 76px;
  border-bottom: 1px solid rgba(11, 11, 11, .075);
  background: rgba(245, 243, 238, .88);
  box-shadow: 0 8px 28px rgba(11, 11, 11, .04);
  backdrop-filter: blur(18px) saturate(1.08);
  pointer-events: none;
  will-change: transform;
  transition: transform .34s var(--ease), background-color .22s ease, box-shadow .22s var(--ease);
}

.site-header::after {
  display: none;
}

.site-header__inner {
  z-index: 3;
  justify-content: space-between;
  gap: 14px;
  pointer-events: none;
}

.site-header__inner > * {
  pointer-events: auto;
}

.brand--header {
  width: 174px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  will-change: transform, opacity;
  transition: transform .3s var(--ease), opacity .22s ease, background-color .22s ease, box-shadow .22s var(--ease);
}

.brand--header:hover {
  transform: translateY(-1px);
  background: transparent;
  box-shadow: none;
  opacity: .86;
}

.brand--header img {
  width: 100%;
  height: auto;
  filter: none;
}

.site-header.is-navigation-hidden {
  transform: translateY(-100%);
}

.brand--footer img {
  width: 100%;
  height: auto;
  filter: none;
}

.nav-island {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 54px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  will-change: transform, opacity;
  transition: transform .3s var(--ease), opacity .22s ease, background-color .22s ease, box-shadow .22s var(--ease);
}

.site-header.is-scrolled {
  background: rgba(245, 243, 238, .95);
  box-shadow: 0 12px 36px rgba(11, 11, 11, .07);
}

.desktop-nav {
  position: static;
  margin-left: 0;
  gap: 0;
}

.desktop-nav > a,
.nav-dropdown > summary {
  position: relative;
  min-height: 46px;
  padding: 0 17px;
  border-radius: 18px;
  color: #514d48;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.01em;
  text-transform: none;
  transition: color .18s ease, background-color .18s ease, transform .18s var(--ease);
}

.desktop-nav > a:hover,
.desktop-nav > a.is-active,
.nav-dropdown > summary:hover,
.nav-dropdown.is-active > summary,
.nav-dropdown[open] > summary {
  color: var(--ink);
  background: rgba(255, 255, 255, .72);
  text-decoration: none;
}

.desktop-nav > a:active,
.nav-dropdown > summary:active {
  transform: scale(.975);
}

.desktop-nav > a.is-active::after,
.nav-dropdown.is-active > summary::after {
  position: absolute;
  right: 16px;
  bottom: 7px;
  left: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  content: "";
}

.nav-chevron {
  display: inline-block;
  color: #79736d;
  font-size: 12px;
  transition: transform .22s var(--ease), color .18s ease;
}

.nav-dropdown[open] .nav-chevron {
  color: var(--orange-deep);
  transform: rotate(180deg);
}

.header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  margin-left: 2px;
  padding: 0 18px;
  border-radius: 18px;
  background: var(--ink);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: transform .18s var(--ease), background-color .18s ease, box-shadow .18s ease;
}

.header-cta span {
  color: var(--orange);
  transition: transform .18s var(--ease);
}

.header-cta:hover {
  transform: translateY(-1px);
  background: #202020;
  box-shadow: 0 8px 18px rgba(11, 11, 11, .16);
}

.header-cta:hover span {
  transform: translate(2px, -2px);
}

.header-cta:active {
  transform: scale(.98);
}

.nav-dropdown {
  position: static;
}

.nav-dropdown__panel {
  top: calc(100% + 9px);
  right: 0;
  left: auto;
  width: min(680px, calc(100vw - 36px));
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 24px;
  /* A solid surface avoids re-blurring the animated page on every frame. */
  background: #f5f3ee;
  box-shadow: 0 28px 80px rgba(11, 11, 11, .16), inset 0 1px 0 rgba(255, 255, 255, .96);
  backdrop-filter: none;
  transform-origin: 50% 0;
  will-change: transform, opacity;
  animation: nav-panel-reveal .3s cubic-bezier(.16, 1, .3, 1) both;
}

.nav-dropdown__panel--lab {
  grid-template-columns: .82fr 1.55fr;
  gap: 12px 18px;
}

.nav-dropdown__panel--solutions {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8px;
}

.nav-dropdown__heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  padding: 0 4px 14px;
  border-bottom: 1px solid rgba(11, 11, 11, .1);
}

.nav-dropdown__heading span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.02em;
}

.nav-dropdown__heading small {
  color: #77716a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.nav-feature,
.nav-dropdown__links a,
.nav-dropdown__panel--solutions > a {
  position: relative;
  border-radius: 16px;
  background: transparent;
  color: var(--ink);
}

.nav-feature {
  min-height: 100%;
  align-items: flex-start;
  padding: 18px 14px;
  border-right: 1px solid rgba(11, 11, 11, .09);
}

.nav-feature > div {
  display: grid;
  gap: 5px;
}

.nav-feature small {
  color: #625d57;
}

.nav-feature__mark {
  color: var(--orange-deep);
  font-size: 23px;
}

.nav-feature .nav-link-arrow {
  margin-left: auto;
  color: var(--orange-deep);
}

.nav-dropdown__links {
  gap: 0;
}

.nav-dropdown__links a,
.nav-dropdown__panel--solutions > a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 16px;
  padding: 14px;
}

.nav-dropdown__links a small,
.nav-dropdown__panel--solutions > a small {
  grid-column: 1;
}

.nav-dropdown__links a > span {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #8a847d;
  transition: color .18s ease, transform .18s var(--ease);
}

.nav-dropdown__links a:hover,
.nav-dropdown__panel--solutions > a:hover,
.nav-feature:hover {
  background: var(--orange);
  color: var(--ink);
}

.nav-dropdown__links a:hover small,
.nav-dropdown__panel--solutions > a:hover small,
.nav-feature:hover small {
  color: #332116;
}

.nav-dropdown__links a:hover > span {
  color: var(--ink);
  transform: translateX(3px);
}

.nav-feature:hover .nav-feature__mark,
.nav-feature:hover .nav-link-arrow {
  color: var(--ink);
}

.navigation-scrim {
  position: fixed;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100dvh;
  padding: 0;
  border: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(245, 243, 238, .28);
  /* Dimming is composited; full-screen blur continually repaints both editors. */
  backdrop-filter: none;
  cursor: default;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.site-header.has-expanded-navigation .navigation-scrim {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.mobile-navigation {
  z-index: 2;
}

.brand--footer {
  width: 186px;
  height: auto;
  padding: 9px 13px;
  border-radius: 18px;
  background: #ffffff;
}

@keyframes nav-panel-reveal {
  from { opacity: 0; transform: translate3d(0, -10px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@supports not (backdrop-filter: blur(18px)) {
  .nav-island,
  .mobile-navigation,
  .nav-dropdown__panel {
    background: rgba(255, 255, 255, .98);
  }
}

@media (max-width: 1120px) {
  :root {
    --header: 70px;
  }

  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    height: 70px;
  }

  .brand--header {
    width: 164px;
    height: 50px;
    padding: 0;
  }

  .nav-island {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    min-width: 84px;
    min-height: 54px;
    padding: 0 17px;
    border: 0;
    border-radius: 18px;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
    backdrop-filter: none;
    will-change: transform, opacity;
    transition: transform .3s var(--ease), opacity .22s ease, background-color .22s ease, box-shadow .22s var(--ease);
  }

  .mobile-navigation {
    top: 76px;
    right: 21px;
    bottom: auto;
    left: 21px;
    display: block;
    width: auto;
    max-height: calc(100dvh - 94px);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 24px;
    overflow-y: auto;
    transform: translate3d(0, -10px, 0);
    background: #f5f3ee;
    box-shadow: 0 28px 80px rgba(11, 11, 11, .17), inset 0 1px 0 rgba(255, 255, 255, .96);
    backdrop-filter: none;
    transition: opacity .22s ease, transform .3s cubic-bezier(.16, 1, .3, 1), visibility .3s;
  }

  .mobile-navigation[aria-hidden="false"] {
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
  }

  .mobile-navigation__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(11, 11, 11, .1);
  }

  .mobile-navigation__heading span {
    font-size: 17px;
    font-weight: 500;
  }

  .mobile-navigation__heading small {
    color: #77716a;
    font-size: 12px;
  }

  .mobile-navigation nav {
    display: grid;
    width: 100%;
    grid-template-columns: .8fr 1.2fr;
    gap: 24px 34px;
    padding-top: 18px;
  }

  .mobile-navigation__primary {
    display: grid;
    align-content: start;
  }

  .mobile-navigation__primary a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    border-bottom: 1px solid rgba(11, 11, 11, .09);
    color: var(--ink);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.025em;
  }

  .mobile-navigation__primary a span {
    color: #8a847d;
    transition: transform .18s var(--ease), color .18s ease;
  }

  .mobile-navigation__primary a:hover span,
  .mobile-navigation__primary a.is-active span {
    color: var(--orange-deep);
    transform: translateX(3px);
  }

  .mobile-navigation__primary a.is-active {
    color: var(--orange-deep);
  }

  .mobile-navigation__groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .mobile-subnav {
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0;
    padding: 0;
  }

  .mobile-subnav > span {
    grid-column: auto;
    margin-bottom: 8px;
    color: var(--orange-deep);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
  }

  .mobile-subnav a {
    min-height: 40px;
    padding: 10px 0;
    color: #59544f;
    font-size: 14px;
  }

  .mobile-navigation nav > .mobile-navigation__cta {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    grid-column: 1 / -1;
    padding: 0 17px;
    border-radius: 18px;
    background: var(--ink);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
  }

  .mobile-navigation nav > .mobile-navigation__cta span {
    color: var(--orange);
  }
}

@media (max-width: 620px) {
  :root {
    --header: 62px;
  }

  .site-header,
  .site-header.is-scrolled,
  .menu-open .site-header,
  .menu-open .site-header.is-scrolled {
    height: 62px;
  }

  .brand--header {
    width: 142px;
    height: 44px;
    padding: 0;
  }

  .menu-button {
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    padding: 0;
  }

  .mobile-navigation {
    top: 66px;
    right: 14px;
    left: 14px;
    max-height: calc(100dvh - 80px);
    padding: 22px;
  }

  .mobile-navigation__heading small {
    display: none;
  }

  .mobile-navigation nav {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mobile-navigation__primary a {
    min-height: 48px;
    font-size: 20px;
  }

  .mobile-navigation__groups {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .code-panel__workspace {
    animation: none !important;
    opacity: 1;
  }

  .code-typed {
    width: var(--target) !important;
    animation: none !important;
  }

  .code-cursor {
    opacity: 1;
    animation: none !important;
  }

  .code-panel .code-stream:not(:last-child) .code-cursor {
    opacity: 0;
  }

  .js .editorial-flow .editorial-list article,
  .js .editorial-flow .editorial-list article.is-visible,
  .js .editorial-flow .editorial-list article.is-before,
  .js .editorial-flow .editorial-list article.is-current {
    transform: none !important;
    opacity: 1 !important;
  }

  .client-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .client-marquee__track {
    animation: none;
  }

  .client-marquee__group[aria-hidden="true"] {
    display: none;
  }

  .nav-dropdown__panel {
    animation: none;
  }

  .brand--header,
  .nav-island,
  .desktop-nav > a,
  .nav-dropdown > summary,
  .header-cta,
  .mobile-navigation,
  .navigation-scrim {
    transition: none;
  }
}

/* Final audit refinements — denser page introductions, clearer current states
   and larger interaction targets without changing the editorial direction. */
.page-hero {
  min-height: min(72svh, 760px);
  padding: calc(var(--header) + 58px) 0 78px;
}

.page-hero__grid {
  min-height: clamp(430px, 48svh, 500px);
  grid-template-columns: minmax(0, 1.5fr) minmax(290px, .5fr);
  gap: clamp(64px, 7vw, 108px);
}

.page-hero h1 {
  max-width: 900px;
  margin: 22px 0 28px;
  font-size: clamp(54px, 5.4vw, 78px);
  line-height: 1.015;
  text-wrap: balance;
}

body[data-page="contact"] .page-hero,
.privacy-hero {
  min-height: 0;
  padding-bottom: 104px;
}

body[data-page="contact"] .page-hero .lead,
.privacy-hero .lead {
  max-width: 690px;
}

.section {
  padding-block: 132px;
}

.editorial-list article {
  min-height: min(42svh, 380px);
  padding-block: 42px;
}

.jump-links a,
.text-link,
.contact-methods a {
  min-height: 36px;
  align-items: center;
}

.footer-grid a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
}

.nav-dropdown__links a[aria-current="page"],
.nav-dropdown__panel--solutions > a[aria-current="page"],
.nav-feature.is-current {
  background: var(--orange-soft);
  box-shadow: inset 3px 0 0 var(--orange);
}

.mobile-subnav a[aria-current="page"],
.footer-grid a[aria-current="page"] {
  color: var(--orange);
}

@media (max-width: 1100px) {
  .section {
    padding-block: 106px;
  }
}

@media (max-width: 860px) {
  .page-hero {
    min-height: 0;
    padding: calc(var(--header) + 48px) 0 76px;
  }

  .page-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .page-hero h1 {
    font-size: clamp(46px, 9vw, 66px);
  }

  body[data-page="contact"] .page-hero,
  .privacy-hero {
    padding-bottom: 82px;
  }

  .section {
    padding-block: 90px;
  }

  .editorial-list article {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .page-hero {
    padding: calc(var(--header) + 34px) 0 68px;
  }

  .page-hero h1 {
    margin: 18px 0 24px;
    font-size: clamp(40px, 11.4vw, 50px);
    line-height: 1.02;
  }

  .page-hero__aside {
    padding: 26px;
  }

  body[data-page="contact"] .page-hero,
  .privacy-hero {
    padding-bottom: 72px;
  }

  .section {
    padding-block: 78px;
  }

  .editorial-list article {
    padding-block: 34px;
  }

  .footer-grid a {
    min-height: 38px;
  }
}

/* Pricing and comparison cards — contained labels, equal geometry and
   explicit surfaces prevent content from appearing detached or clipped. */
.price-card--featured {
  overflow: hidden;
  padding-top: 72px;
}

.price-card--featured::before {
  top: 24px;
  right: 24px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(243, 111, 33, .42);
  border-radius: 999px;
  background: rgba(243, 111, 33, .1);
  color: var(--orange);
  line-height: 1;
}

.price-card--featured .price-card__label {
  max-width: calc(100% - 118px);
}

.comparison {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.comparison article {
  min-width: 0;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-pure);
}

.comparison article:last-child {
  border-color: var(--ink);
  background: var(--ink);
}

.comparison dl div {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  border-bottom: 1px solid rgba(11, 11, 11, .08);
}

.comparison dl div:last-child {
  border-bottom: 0;
}

.comparison article:last-child dl div {
  border-bottom-color: rgba(255, 255, 255, .11);
}

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

  .comparison article,
  .comparison article:last-child {
    padding: 30px;
  }
}

@media (max-width: 620px) {
  .price-card--featured {
    padding: 68px 24px 28px;
  }

  .price-card--featured::before {
    top: 22px;
    right: 22px;
  }

  .comparison article,
  .comparison article:last-child {
    padding: 26px 22px;
  }
}

/* Contact page — a tighter vertical rhythm keeps the form connected to its
   introduction while preserving clear groups and comfortable controls. */
body[data-page="contact"] .page-hero {
  padding-top: calc(var(--header) + 42px);
  padding-bottom: 56px;
}

body[data-page="contact"] main > .section:not(.section--soft) {
  padding-block: 82px 92px;
}

body[data-page="contact"] .contact-layout {
  align-items: start;
  gap: clamp(58px, 6vw, 86px);
}

body[data-page="contact"] .contact-methods {
  margin: 30px 0 34px;
}

body[data-page="contact"] .contact-methods > * {
  padding-block: 11px;
}

body[data-page="contact"] .contact-form {
  gap: 22px;
  padding-top: 0;
}

body[data-page="contact"] .field textarea {
  min-height: 132px;
}

body[data-page="contact"] main > .section.section--soft {
  padding-block: 102px;
}

@media (max-width: 860px) {
  body[data-page="contact"] .page-hero {
    padding-bottom: 50px;
  }

  body[data-page="contact"] main > .section:not(.section--soft) {
    padding-block: 70px 80px;
  }

  body[data-page="contact"] .contact-layout {
    gap: 54px;
  }
}

@media (max-width: 620px) {
  body[data-page="contact"] .page-hero {
    padding-top: calc(var(--header) + 30px);
    padding-bottom: 44px;
  }

  body[data-page="contact"] main > .section:not(.section--soft) {
    padding-block: 58px 70px;
  }

  body[data-page="contact"] main > .section.section--soft {
    padding-block: 76px;
  }
}

/* LAB Build on the home page — one connected journey instead of three
   unrelated text groups. */
.build-section .section-heading {
  margin-bottom: 52px;
}

.build-section .build-journey {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--line);
}

.build-section .build-journey article {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(30px, 3vw, 42px);
  background: var(--paper-pure);
}

.build-section .build-journey article::after {
  position: absolute;
  top: 36px;
  right: 34px;
  color: #aaa49e;
  content: "→";
  font-size: 18px;
}

.build-section .build-journey article:last-child::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.build-section .build-journey .step-number {
  display: block;
  margin: 0;
  padding-right: 36px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.3;
}

.build-section .build-journey h3 {
  margin: auto 0 16px;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.04;
}

.build-section .build-journey p {
  max-width: 360px;
  margin: 0;
  color: var(--ash);
  font-size: 16px;
  line-height: 1.5;
}

.build-section .hero-actions {
  margin-top: 34px;
}

@media (max-width: 860px) {
  .build-section .build-journey {
    grid-template-columns: 1fr;
  }

  .build-section .build-journey article {
    min-height: 220px;
    padding: 32px;
  }

  .build-section .build-journey article::after {
    top: auto;
    right: 30px;
    bottom: 28px;
    transform: rotate(90deg);
  }

  .build-section .build-journey article:last-child::after {
    transform: none;
  }

  .build-section .build-journey h3 {
    margin-top: 58px;
  }
}

@media (max-width: 520px) {
  .build-section .section-heading {
    margin-bottom: 40px;
  }

  .build-section .build-journey article {
    display: flex;
    min-height: 208px;
    padding: 26px 22px;
  }

  .build-section .build-journey article::after {
    right: 22px;
    bottom: 22px;
  }

  .build-section .build-journey h3 {
    margin: 46px 0 14px;
    font-size: 31px;
  }

  .build-section .build-journey p {
    padding-right: 28px;
    font-size: 15px;
  }
}

/* Editorial dark breaks
   These full-width pauses are placed at different moments on each internal
   page so the long white layouts keep their rhythm without becoming a
   repeated template. */
.section.section--ink {
  background: var(--ink);
  color: #ffffff;
}

.section--ink h1,
.section--ink h2,
.section--ink h3,
.section--ink strong,
.section--ink .section-heading h2,
.section--ink .editorial-split h2,
.section--ink .decision-cta h2,
.section--ink .data-composition h2,
.section--ink .price-card__value {
  color: #ffffff;
}

.section--ink p,
.section--ink .lead,
.section--ink .section-copy,
.section--ink .section-heading > p,
.section--ink .service-row p,
.section--ink .editorial-list p,
.section--ink .detail-grid p,
.section--ink .step-flow p,
.section--ink .engineering-flow p,
.section--ink .role-grid > div small,
.section--ink .price-card > p:not(.price-card__value),
.section--ink .price-card li,
.section--ink .decision-option small {
  color: #b9b5af;
}

.section--ink .eyebrow,
.section--ink .eyebrow--orange,
.section--ink .service-row > span,
.section--ink .editorial-list article > span,
.section--ink .role-grid > div span,
.section--ink .step-number,
.section--ink .price-card__label,
.section--ink .engineering-flow span,
.section--ink .ai-criteria span::before {
  color: var(--orange);
}

.section--ink .text-link,
.section--ink .decision-option,
.section--ink .button--secondary,
.section--ink .button--glass,
.section--ink .connection-map span,
.section--ink .metric-landscape b,
.section--ink .ai-criteria span,
.section--ink .comparison dd {
  color: #ffffff;
}

.section--ink .text-link:hover,
.section--ink .decision-option:hover,
.section--ink .button--secondary:hover,
.section--ink .button--glass:hover {
  color: var(--orange);
}

.section--ink .editorial-list article {
  border-color: rgba(255, 255, 255, .12);
}

.section--ink .engineering-flow,
.section--ink .company-facts,
.section--ink .role-grid,
.section--ink .detail-grid {
  background: rgba(255, 255, 255, .12);
}

.section--ink .engineering-flow > div,
.section--ink .company-facts article,
.section--ink .role-grid > div,
.section--ink .detail-grid article {
  background: #121212;
}

.section--ink .connection-map i {
  color: var(--orange);
}

.section--ink .metric-landscape i {
  background: var(--orange);
}

.section--ink .pricing-note {
  color: #8f8983;
}

.price-card__value[data-price="discovery"] {
  font-size: clamp(48px, 4.4vw, 62px);
  white-space: nowrap;
}

.scenario-pair .scenario h3 {
  font-size: clamp(31px, 3vw, 42px);
}

.scenario-pair .scenario {
  justify-content: flex-start;
}

.scenario-pair .scenario > div {
  margin-top: 72px;
}

.scenario-pair .scenario > .text-link {
  margin-top: auto;
}

@media (min-width: 621px) {
  .scenario-title-line {
    display: block;
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .price-card__value[data-price="discovery"] {
    font-size: clamp(34px, 9.6vw, 44px);
  }

  .scenario-pair .scenario > div {
    margin-top: 48px;
  }
}

/* LAB Inside: one aligned composition instead of floating capability labels. */
.inside-section .inside-focus {
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(64px, 7vw, 108px);
}

.inside-section .inside-focus > div:first-child {
  position: static;
  top: auto;
  padding-top: 0;
}

.inside-section .inside-focus h2 {
  max-width: 560px;
  margin: 20px 0 28px;
}

.inside-section .inside-focus .section-copy {
  max-width: 510px;
}

.inside-section .inside-system {
  position: static;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-height: 0;
  padding: 1px;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, .14);
}

.inside-section .inside-system__rail {
  display: none;
}

.inside-section .inside-hub {
  position: static;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: auto;
  min-height: 184px;
  padding: 30px 32px 32px;
  aspect-ratio: auto;
  place-content: initial;
  align-content: space-between;
  align-items: end;
  gap: 22px 32px;
  transform: none;
  border: 0;
  border-radius: 0;
  background: #111111;
  text-align: left;
}

.inside-section .inside-hub span {
  grid-column: 1 / -1;
  margin: 0;
}

.inside-section .inside-hub strong {
  max-width: 390px;
  margin: 0;
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 1.06;
}

.inside-section .inside-hub small {
  align-self: end;
  margin: 0 0 3px;
  font-size: 14px;
  white-space: nowrap;
}

.inside-section .capability-node,
.inside-section .capability-node--1,
.inside-section .capability-node--2,
.inside-section .capability-node--3,
.inside-section .capability-node--4,
.inside-section .capability-node--5,
.inside-section .capability-node--6 {
  position: static;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 154px;
  padding: 26px 30px 28px;
  gap: 14px;
  background: #111111;
}

.inside-section .capability-node::before {
  display: none;
}

.inside-section .capability-node span,
.inside-section .capability-node strong,
.inside-section .capability-node small {
  margin: 0;
}

.inside-section .capability-node strong {
  align-self: end;
  font-size: clamp(24px, 2vw, 29px);
  line-height: 1.08;
}

.inside-section .capability-node small {
  font-size: 14px;
  line-height: 1.4;
}

.inside-section .inside-hub,
.inside-section .capability-node {
  transition: background-color 180ms ease;
}

@media (hover: hover) {
  .inside-section .capability-node:hover {
    background: #171717;
  }
}

.inside-section .inside-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(68px, 7vw, 92px);
  padding: 1px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, .14);
}

.inside-section .inside-benefits article {
  min-height: 190px;
  padding: 30px 32px;
  border: 0;
  border-radius: 0;
  background: #111111;
}

@media (max-width: 1100px) {
  .inside-section .inside-focus {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .inside-section .inside-focus h2,
  .inside-section .inside-focus .section-copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .inside-section .inside-focus {
    gap: 48px;
  }

  .inside-section .inside-hub {
    min-height: 166px;
    padding: 26px;
  }

  .inside-section .capability-node {
    min-height: 144px;
    padding: 24px 26px;
  }

  .inside-section .inside-benefits {
    grid-template-columns: 1fr;
  }

  .inside-section .inside-benefits article {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .inside-section .inside-focus {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .inside-section .inside-system {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .inside-section .inside-hub {
    grid-column: 1;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 26px 24px 28px;
    gap: 18px;
  }

  .inside-section .inside-hub span {
    grid-column: 1;
  }

  .inside-section .inside-hub small {
    margin: 0;
  }

  .inside-section .capability-node {
    min-height: 132px;
    padding: 22px 24px 24px;
  }

  .inside-section .inside-benefits {
    margin-top: 52px;
    border-radius: 24px;
  }
}
