@font-face {
  font-family: "VX Concretica";
  src: url("/assets/brand/sk-concretica.ttf") format("truetype");
  font-display: swap;
}

/* --------------------------------------------------------------------------
   Site-wide contrast, product, benchmark, legal eval, and portal system
   -------------------------------------------------------------------------- */

/* Lime is a field/accent color, not body copy on paper. */
.brand-v2 .conversion-page .eyebrow,
.brand-v2 .product-page .eyebrow,
.brand-v2 .evals-page .eyebrow {
  color: var(--vx-green-ink);
}

.brand-v2 .conversion-hero .eyebrow,
.brand-v2 .category-section .eyebrow,
.brand-v2 .integration-copy .eyebrow,
.brand-v2 .trust-section .eyebrow,
.brand-v2 .pricing-hero .eyebrow,
.brand-v2 .product-hero .eyebrow,
.brand-v2 .product-outcomes-section .eyebrow,
.brand-v2 .evals-hero .eyebrow {
  color: var(--vx-lime);
}

.brand-v2 .pilot-card .eyebrow,
.brand-v2 .product-final-section .eyebrow {
  color: var(--vx-black) !important;
}

.brand-v2 .site-nav a[aria-current="page"] {
  color: #fff;
}

.brand-v2 .site-nav a[aria-current="page"]::after {
  right: 0;
}

/* Product */
.brand-v2 .product-page {
  background: var(--vx-paper);
}

.brand-v2 .product-hero {
  min-height: 760px;
  padding: clamp(88px, 9vw, 132px) max(32px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.78)),
    url("/assets/brand/boundary-field-dark.png") right center / auto 100% no-repeat,
    var(--vx-black);
  color: #fff;
}

.brand-v2 .product-hero-copy h1 {
  max-width: 660px;
  margin: 0 0 32px;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(4.2rem, 6.3vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.91;
}

.brand-v2 .product-hero-copy .lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.7;
}

.brand-v2 .product-hero .hero-system-label {
  margin-bottom: 48px;
}

.brand-v2 .product-hero .hero-actions {
  margin-top: 34px;
}

.brand-v2 .product-hero .primary-button,
.brand-v2 .product-final-section .primary-button {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--vx-black);
  border-radius: 0;
  background: var(--vx-lime);
  color: var(--vx-black);
  font-size: 0.82rem;
  font-weight: 800;
}

.brand-v2 .product-hero .ghost-button {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 0;
  background: rgba(5, 5, 5, 0.72);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.brand-v2 .product-boundary-map {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(5, 5, 5, 0.9);
  box-shadow: 14px 14px 0 rgba(187, 255, 75, 0.1);
}

.brand-v2 .product-map-head,
.brand-v2 .product-map-foot {
  min-height: 68px;
  padding: 0 20px;
  border-bottom: 1px solid var(--vx-line-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
  letter-spacing: 0.09em;
}

.brand-v2 .product-map-head span,
.brand-v2 .product-map-foot span {
  color: rgba(255, 255, 255, 0.4);
}

.brand-v2 .product-map-head strong {
  color: #fff;
  font-size: 0.72rem;
}

.brand-v2 .product-map-flow {
  display: grid;
  grid-template-columns: 1fr 1.16fr 1fr;
}

.brand-v2 .product-map-node,
.brand-v2 .product-map-boundary {
  min-height: 340px;
  padding: 28px 24px;
  border-right: 1px solid var(--vx-line-dark);
  display: flex;
  flex-direction: column;
}

.brand-v2 .product-map-flow > :last-child {
  border-right: 0;
}

.brand-v2 .product-map-node > span,
.brand-v2 .product-map-boundary > span {
  color: rgba(255, 255, 255, 0.4);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.59rem;
  letter-spacing: 0.08em;
}

.brand-v2 .product-map-node strong,
.brand-v2 .product-map-boundary strong {
  margin-top: auto;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.05;
}

.brand-v2 .product-map-node p {
  min-height: 74px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.6;
}

.brand-v2 .product-map-boundary {
  position: relative;
  background: var(--vx-lime);
}

.brand-v2 .product-map-boundary > span,
.brand-v2 .product-map-boundary strong {
  color: var(--vx-black);
}

.brand-v2 .product-map-boundary i {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 50%;
  height: 1px;
  background: rgba(5, 5, 5, 0.5);
}

.brand-v2 .product-map-boundary i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(5, 5, 5, 0.7);
  border-right: 1px solid rgba(5, 5, 5, 0.7);
  transform: rotate(45deg);
}

.brand-v2 .product-map-foot {
  border-top: 1px solid var(--vx-line-dark);
  border-bottom: 0;
}

.brand-v2 .product-contract-section,
.brand-v2 .product-integration-section,
.brand-v2 .product-operator-section {
  padding: clamp(104px, 11vw, 156px) max(32px, calc((100vw - 1280px) / 2));
}

.brand-v2 .product-contract-grid {
  border: 1px solid var(--vx-ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.brand-v2 .product-contract-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--vx-line-light);
  display: flex;
  flex-direction: column;
}

.brand-v2 .product-contract-grid article:last-child {
  border-right: 0;
}

.brand-v2 .product-contract-grid article > span,
.brand-v2 .product-outcome-ledger article > span {
  color: rgba(5, 5, 5, 0.46);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.brand-v2 .product-contract-grid h3 {
  margin: auto 0 16px;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.brand-v2 .product-contract-grid p {
  margin: 0;
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.86rem;
  line-height: 1.65;
}

.brand-v2 .product-outcomes-section {
  padding: clamp(104px, 11vw, 156px) max(32px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(0, 1.36fr);
  gap: clamp(64px, 9vw, 128px);
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .product-outcome-intro h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(3rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 0.95;
}

.brand-v2 .product-outcome-intro > p:last-child {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.brand-v2 .product-outcome-ledger {
  border-bottom: 1px solid var(--vx-line-dark);
}

.brand-v2 .product-outcome-ledger article {
  min-height: 132px;
  padding: 24px 20px;
  border-top: 1px solid var(--vx-line-dark);
  display: grid;
  grid-template-columns: 0.62fr 0.9fr 1.2fr;
  gap: 24px;
  align-items: center;
}

.brand-v2 .product-outcome-ledger article > span {
  color: rgba(255, 255, 255, 0.38);
}

.brand-v2 .product-outcome-ledger strong {
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.brand-v2 .product-outcome-ledger p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.82rem;
  line-height: 1.6;
}

.brand-v2 .product-outcome-ledger .is-primary {
  background: var(--vx-lime);
}

.brand-v2 .product-outcome-ledger .is-primary > * {
  color: var(--vx-black) !important;
}

.brand-v2 .product-integration-section {
  background: var(--vx-paper);
}

.brand-v2 .product-operator-section {
  background: var(--vx-graphite);
  color: #fff;
}

.brand-v2 .product-operator-section .section-heading h2 {
  color: #fff;
}

.brand-v2 .product-operator-section .section-heading > p,
.brand-v2 .product-operator-section .split-heading > p {
  color: rgba(255, 255, 255, 0.52);
}

.brand-v2 .product-operator-section .eyebrow {
  color: var(--vx-lime);
}

.brand-v2 .product-operator-grid {
  border-top: 1px solid var(--vx-line-dark);
  border-left: 1px solid var(--vx-line-dark);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.brand-v2 .product-operator-grid article {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--vx-line-dark);
  border-bottom: 1px solid var(--vx-line-dark);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.brand-v2 .product-operator-grid strong {
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.brand-v2 .product-operator-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8rem;
  line-height: 1.6;
}

.brand-v2 .product-final-section {
  padding: clamp(86px, 9vw, 124px) max(32px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 72px;
  align-items: end;
  background:
    linear-gradient(rgba(187, 255, 75, 0.9), rgba(187, 255, 75, 0.96)),
    url("/assets/brand/boundary-field-lime.png") center / cover,
    var(--vx-lime);
}

.brand-v2 .product-final-section h2 {
  max-width: 870px;
  margin: 0 0 24px;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  font-weight: 400;
  line-height: 0.95;
}

.brand-v2 .product-final-section p {
  max-width: 740px;
  margin: 0;
  line-height: 1.65;
}

.brand-v2 .product-final-actions {
  display: grid;
  gap: 12px;
}

.brand-v2 .product-final-actions .primary-button {
  justify-content: center;
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .product-final-actions span {
  color: rgba(5, 5, 5, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
  text-align: center;
}

/* Benchmarks and evals */
.brand-v2.eval-brand-v2 .evals-page {
  width: 100%;
  max-width: none;
  margin: 0;
  background: var(--vx-paper);
}

.brand-v2.eval-brand-v2 .evals-hero {
  max-width: none;
  min-height: 560px;
  margin: 0;
  padding: clamp(92px, 10vw, 144px) max(32px, calc((100vw - 1280px) / 2));
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.65)),
    url("/assets/brand/boundary-field-dark.png") right center / auto 100% no-repeat,
    var(--vx-black);
  color: #fff;
}

.brand-v2.eval-brand-v2 .evals-hero h1 {
  max-width: 1000px;
  margin: 0 0 28px;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(4.5rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.brand-v2.eval-brand-v2 .evals-hero .lead,
.brand-v2.eval-brand-v2 .evals-hero .supporting-line {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.02rem;
  line-height: 1.7;
}

.brand-v2.eval-brand-v2 .eval-paper {
  width: min(calc(100% - 64px), 1280px);
  max-width: 1280px;
  margin: 88px auto 112px;
  padding: 0;
  border: 1px solid var(--vx-ink);
  border-radius: 0;
  background: var(--vx-paper-bright);
  box-shadow: none;
}

.brand-v2.eval-brand-v2 .eval-paper-section {
  padding: clamp(52px, 7vw, 88px);
  border-bottom: 1px solid var(--vx-line-light);
}

.brand-v2.eval-brand-v2 .eval-paper-section:last-child {
  border-bottom: 0;
}

.brand-v2.eval-brand-v2 .eval-paper h3,
.brand-v2.eval-brand-v2 .marketing-section > h2 {
  font-family: "VX Concretica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.brand-v2.eval-brand-v2 .eval-paper h3 {
  font-size: clamp(2.6rem, 4.7vw, 4.8rem);
  line-height: 0.98;
}

.brand-v2.eval-brand-v2 .action-boundary-comparison {
  border: 1px solid var(--vx-ink);
  border-radius: 0;
  background: transparent;
  gap: 0;
}

.brand-v2.eval-brand-v2 .comparison-lane {
  border: 0;
  border-right: 1px solid var(--vx-line-light);
  border-radius: 0;
  box-shadow: none;
}

.brand-v2.eval-brand-v2 .comparison-lane:last-child {
  border-right: 0;
}

.brand-v2.eval-brand-v2 .comparison-verifiedx {
  background: var(--vx-lime);
}

.brand-v2.eval-brand-v2 .comparison-ribbon {
  border-radius: 0;
  background: var(--vx-black);
  color: #fff;
}

.brand-v2.eval-brand-v2 .metric-bar-row i {
  border-radius: 0;
}

.brand-v2.eval-brand-v2 .eval-plane,
.brand-v2.eval-brand-v2 .eval-table-wrap,
.brand-v2.eval-brand-v2 .signal-card,
.brand-v2.eval-brand-v2 .proof-card,
.brand-v2.eval-brand-v2 .install-strip,
.brand-v2.eval-brand-v2 .install-command-card,
.brand-v2.eval-brand-v2 .starter-files a {
  border-radius: 0;
  box-shadow: none;
}

.brand-v2.eval-brand-v2 .eval-plane,
.brand-v2.eval-brand-v2 .eval-table-wrap,
.brand-v2.eval-brand-v2 .install-strip,
.brand-v2.eval-brand-v2 .install-command-card {
  border-color: var(--vx-line-light);
  background: transparent;
}

.brand-v2.eval-brand-v2 .signal-grid,
.brand-v2.eval-brand-v2 .proof-grid,
.brand-v2.eval-brand-v2 .method-grid {
  gap: 0;
  border-top: 1px solid var(--vx-line-light);
  border-left: 1px solid var(--vx-line-light);
}

.brand-v2.eval-brand-v2 .signal-card,
.brand-v2.eval-brand-v2 .proof-card,
.brand-v2.eval-brand-v2 .method-grid article {
  border: 0;
  border-right: 1px solid var(--vx-line-light);
  border-bottom: 1px solid var(--vx-line-light);
  background: transparent;
}

.brand-v2.eval-brand-v2 .proof-value {
  font-family: "VX Concretica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.brand-v2.eval-brand-v2 .eval-table {
  border-collapse: collapse;
}

.brand-v2.eval-brand-v2 .eval-table th {
  background: var(--vx-black);
  color: #fff;
}

.brand-v2.eval-brand-v2 .starter-files a {
  border: 1px solid var(--vx-ink);
  background: transparent;
  color: var(--vx-ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
}

.brand-v2.eval-brand-v2 .starter-files a:hover {
  background: var(--vx-black);
  color: #fff;
}

.brand-v2.eval-brand-v2 .code-shell {
  border-radius: 0;
  background: var(--vx-black);
}

.brand-v2.eval-brand-v2 .final-section,
.brand-v2.legal-eval-brand-v2 .evals-page > .marketing-section:not(.evals-hero) {
  width: min(calc(100% - 64px), 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(72px, 8vw, 112px) 0;
  border: 0;
  border-bottom: 1px solid var(--vx-line-light);
}

.brand-v2.eval-brand-v2 .final-section {
  margin-bottom: 112px;
  border-bottom: 0;
}

.brand-v2.eval-brand-v2 .final-section > h2,
.brand-v2.legal-eval-brand-v2 .marketing-section > h2 {
  max-width: 960px;
  font-size: clamp(3rem, 5.5vw, 5.6rem);
  line-height: 0.96;
}

.brand-v2.legal-eval-brand-v2 .proof-grid {
  grid-template-columns: repeat(4, 1fr);
}

.brand-v2.legal-eval-brand-v2 .proof-card {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.brand-v2.legal-eval-brand-v2 .proof-value {
  margin-bottom: auto;
  color: var(--vx-black);
  font-size: clamp(2.8rem, 4.6vw, 5rem);
}

.brand-v2.legal-eval-brand-v2 .signal-card {
  min-height: 300px;
  padding: 28px;
}

/* Authenticated portal uses the same hard-edged system. */
.brand-v2 .app-shell {
  width: min(calc(100% - 64px), 1280px);
  max-width: 1280px;
  margin: 64px auto 100px;
  gap: 0;
  border: 1px solid var(--vx-ink);
  background: var(--vx-paper-bright);
}

.brand-v2 .dashboard-sidebar {
  padding: 28px;
  border-right: 1px solid var(--vx-line-dark);
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .workspace-card,
.brand-v2 .table-card,
.brand-v2 .metric-card,
.brand-v2 .onboarding-banner,
.brand-v2 .logs-list,
.brand-v2 .log-detail,
.brand-v2 .billing-breakdown {
  border-radius: 0;
  box-shadow: none;
}

.brand-v2 .workspace-card {
  border-color: var(--vx-line-dark);
  background: transparent;
}

.brand-v2 .workspace-card .eyebrow,
.brand-v2 .dashboard-sidebar .nav-link {
  color: rgba(255, 255, 255, 0.6);
}

.brand-v2 .dashboard-sidebar .nav-link {
  border-bottom: 1px solid var(--vx-line-dark);
  background: transparent;
}

.brand-v2 .dashboard-sidebar .nav-link.is-active,
.brand-v2 .dashboard-sidebar .nav-link:hover {
  background: var(--vx-lime);
  color: var(--vx-black);
}

.brand-v2 .dashboard-content {
  padding: clamp(28px, 5vw, 64px);
}

.brand-v2 .dashboard-content .eyebrow {
  color: var(--vx-green-ink);
}

.brand-v2 .table-card,
.brand-v2 .metric-card,
.brand-v2 .onboarding-banner,
.brand-v2 .logs-list,
.brand-v2 .log-detail,
.brand-v2 .billing-breakdown {
  border-color: var(--vx-line-light);
  background: transparent;
}

@media (max-width: 1080px) {
  .brand-v2 .product-hero,
  .brand-v2 .product-outcomes-section,
  .brand-v2 .product-final-section {
    grid-template-columns: 1fr;
  }

  .brand-v2 .product-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand-v2 .product-boundary-map {
    width: 100%;
  }

  .brand-v2 .product-operator-grid,
  .brand-v2.legal-eval-brand-v2 .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-v2.eval-brand-v2 .action-boundary-comparison {
    grid-template-columns: 1fr;
  }

  .brand-v2.eval-brand-v2 .comparison-lane {
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-light);
  }

  .brand-v2.eval-brand-v2 .comparison-lane:last-child {
    border-bottom: 0;
  }

  .brand-v2 .app-shell {
    grid-template-columns: 1fr;
  }

  .brand-v2 .dashboard-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-dark);
  }
}

@media (max-width: 760px) {
  .brand-v2 .product-hero {
    min-height: 0;
    padding: 72px 16px;
    gap: 56px;
  }

  .brand-v2 .product-hero-copy h1,
  .brand-v2.eval-brand-v2 .evals-hero h1 {
    font-size: clamp(3.3rem, 15vw, 4.8rem);
  }

  .brand-v2 .product-hero .hero-actions {
    display: grid;
  }

  .brand-v2 .product-hero .ghost-button {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 0;
  }

  .brand-v2 .product-map-flow,
  .brand-v2 .product-contract-grid,
  .brand-v2 .product-operator-grid,
  .brand-v2.legal-eval-brand-v2 .proof-grid {
    grid-template-columns: 1fr;
  }

  .brand-v2 .product-map-node,
  .brand-v2 .product-map-boundary {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-dark);
  }

  .brand-v2 .product-map-flow > :last-child {
    border-bottom: 0;
  }

  .brand-v2 .product-map-foot {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .brand-v2 .product-contract-section,
  .brand-v2 .product-integration-section,
  .brand-v2 .product-operator-section,
  .brand-v2 .product-outcomes-section,
  .brand-v2 .product-final-section {
    padding: 80px 16px;
  }

  .brand-v2 .product-contract-grid article {
    min-height: 230px;
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-light);
  }

  .brand-v2 .product-contract-grid article:last-child {
    border-bottom: 0;
  }

  .brand-v2 .product-outcome-ledger article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand-v2 .product-operator-grid article {
    min-height: 210px;
  }

  .brand-v2.eval-brand-v2 .evals-hero {
    min-height: 500px;
    padding: 80px 16px;
  }

  .brand-v2.eval-brand-v2 .eval-paper,
  .brand-v2.eval-brand-v2 .final-section,
  .brand-v2.legal-eval-brand-v2 .evals-page > .marketing-section:not(.evals-hero) {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }

  .brand-v2.eval-brand-v2 .eval-paper-section {
    padding: 48px 20px;
  }

  .brand-v2.eval-brand-v2 .signal-grid,
  .brand-v2.eval-brand-v2 .proof-grid,
  .brand-v2.eval-brand-v2 .method-grid {
    grid-template-columns: 1fr;
  }

  .brand-v2 .app-shell {
    width: calc(100% - 32px);
    margin: 32px 16px 72px;
  }

  .brand-v2 .dashboard-content {
    padding: 24px 18px;
  }
}

@font-face {
  font-family: "VX Bexago";
  src: url("/assets/brand/bexago-regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "VX Bexago Outline";
  src: url("/assets/brand/bexago-outline.ttf") format("truetype");
  font-display: swap;
}

.brand-v2 {
  --vx-black: #050505;
  --vx-ink: #111111;
  --vx-graphite: #282828;
  --vx-gray: #d9d9d9;
  --vx-paper: #f2f3ec;
  --vx-paper-bright: #fafbf6;
  --vx-lime: #bbff4b;
  --vx-green-ink: #315400;
  --vx-line-dark: rgba(255, 255, 255, 0.18);
  --vx-line-light: rgba(5, 5, 5, 0.2);
  background: var(--vx-paper);
  color: var(--vx-ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: geometricPrecision;
}

.brand-v2 ::selection {
  background: var(--vx-lime);
  color: var(--vx-black);
}

.brand-v2 .site-shell {
  padding: 0;
  background: var(--vx-paper);
}

.brand-v2 .site-header {
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: none;
  min-height: 78px;
  margin: 0;
  padding: 0 max(32px, calc((100vw - 1280px) / 2));
  border: 0;
  border-bottom: 1px solid var(--vx-line-dark);
  background: var(--vx-black);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 44px;
}

.brand-v2 .brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-v2 .brand-wordmark {
  display: block;
  width: 185px;
  height: 23px;
}

.brand-v2 .site-nav {
  gap: 30px;
  flex-wrap: nowrap;
}

.brand-v2 .site-nav a {
  position: relative;
  padding: 30px 0 27px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.brand-v2 .site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 2px;
  background: var(--vx-lime);
  transition: right 180ms ease;
}

.brand-v2 .site-nav a:hover {
  color: #fff;
}

.brand-v2 .site-nav a:hover::after {
  right: 0;
}

.brand-v2 .site-actions {
  gap: 0;
}

.brand-v2 .mobile-menu {
  display: none;
  margin-left: auto;
}

.brand-v2 .mobile-menu summary {
  min-width: 88px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--vx-line-dark);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-v2 .mobile-menu summary::-webkit-details-marker {
  display: none;
}

.brand-v2 .mobile-menu summary:hover,
.brand-v2 .mobile-menu[open] summary {
  border-color: var(--vx-lime);
  color: #fff;
}

.brand-v2 .mobile-menu summary i,
.brand-v2 .mobile-menu summary i::before,
.brand-v2 .mobile-menu summary i::after {
  width: 16px;
  height: 1px;
  background: currentColor;
  display: block;
}

.brand-v2 .mobile-menu summary i {
  position: relative;
}

.brand-v2 .mobile-menu summary i::before,
.brand-v2 .mobile-menu summary i::after {
  content: "";
  position: absolute;
  left: 0;
}

.brand-v2 .mobile-menu summary i::before {
  top: -5px;
}

.brand-v2 .mobile-menu summary i::after {
  top: 5px;
}

.brand-v2 .mobile-menu[open] summary i {
  background: transparent;
}

.brand-v2 .mobile-menu[open] summary i::before {
  top: 0;
  transform: rotate(45deg);
}

.brand-v2 .mobile-menu[open] summary i::after {
  top: 0;
  transform: rotate(-45deg);
}

.brand-v2 .mobile-menu-panel {
  position: absolute;
  top: calc(100% + 1px);
  right: 16px;
  width: min(320px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid var(--vx-line-dark);
  background: var(--vx-black);
  box-shadow: 7px 7px 0 var(--vx-lime);
}

.brand-v2 .mobile-menu-panel nav {
  display: grid;
}

.brand-v2 .mobile-menu-panel nav a {
  min-height: 48px;
  padding: 0 4px;
  border-bottom: 1px solid var(--vx-line-dark);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  font-size: 0.84rem;
  font-weight: 700;
}

.brand-v2 .mobile-menu-panel nav a:hover,
.brand-v2 .mobile-menu-panel nav a[aria-current="page"] {
  color: var(--vx-lime);
}

.brand-v2 .mobile-menu-actions {
  padding-top: 12px;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
}

.brand-v2 .mobile-menu-actions .ghost-button,
.brand-v2 .mobile-menu-actions .primary-button {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--vx-line-dark);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.76rem;
  font-weight: 700;
}

.brand-v2 .mobile-menu-actions .ghost-button {
  border-right: 0;
  background: transparent;
  color: #fff;
}

.brand-v2 .mobile-menu-actions .primary-button {
  border-color: var(--vx-lime);
  background: var(--vx-lime);
  color: var(--vx-black);
}

.brand-v2 .primary-button,
.brand-v2 .ghost-button,
.brand-v2 .tab-button,
.brand-v2 .tiny-button,
.brand-v2 .nav-link {
  border-radius: 0;
  box-shadow: none;
}

.brand-v2 .site-actions .ghost-button,
.brand-v2 .site-actions .primary-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--vx-line-dark);
  font-size: 0.8rem;
  font-weight: 700;
}

.brand-v2 .site-actions .ghost-button {
  border-right: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
}

.brand-v2 .site-actions .ghost-button:hover {
  background: #151515;
  color: #fff;
}

.brand-v2 .site-actions .primary-button,
.brand-v2 .conversion-page .primary-button {
  border-color: var(--vx-lime);
  background: var(--vx-lime);
  color: var(--vx-black);
}

.brand-v2 .site-actions .primary-button span,
.brand-v2 .hero-actions .primary-button span {
  margin-left: 12px;
}

.brand-v2 .site-actions .primary-button:hover,
.brand-v2 .conversion-page .primary-button:hover {
  border-color: #d1ff82;
  background: #d1ff82;
}

.brand-v2 .marketing-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

.brand-v2 .conversion-page .marketing-section {
  border: 0;
}

.brand-v2 .conversion-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 78px);
  margin: 0;
  padding: clamp(76px, 9vh, 118px) max(32px, calc((100vw - 1280px) / 2)) 72px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
  background:
    linear-gradient(90deg, var(--vx-black) 0%, var(--vx-black) 36%, rgba(5, 5, 5, 0.94) 54%, rgba(5, 5, 5, 0.46) 100%),
    url("/assets/brand/boundary-field-dark.png") right center / auto 100% no-repeat,
    var(--vx-black);
  color: #fff;
}

.brand-v2 .conversion-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(to right, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.07) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(to bottom, transparent calc(100% - 1px), rgba(255, 255, 255, 0.13) 100%);
  background-size: 12.5% 100%, 100% 100%;
}

.brand-v2 .hero-copy,
.brand-v2 .boundary-stage {
  position: relative;
  z-index: 2;
}

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

.brand-v2 .hero-system-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 620px;
  margin-bottom: clamp(40px, 7vh, 72px);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vx-line-dark);
  color: rgba(255, 255, 255, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
}

.brand-v2 .conversion-page .eyebrow {
  color: var(--vx-lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.brand-v2 .hero-copy h1 {
  max-width: 760px;
  margin: 0 0 34px;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(4rem, 6.8vw, 7.15rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.89;
}

.brand-v2 .hero-copy h1 span {
  display: block;
}

.brand-v2 .hero-copy h1 span:last-child {
  color: var(--vx-lime);
}

.brand-v2 .hero-copy .lead {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

.brand-v2 .hero-copy .supporting-line {
  max-width: 650px;
  margin: 26px 0 0;
  padding: 2px 0 2px 18px;
  border-left: 2px solid var(--vx-lime);
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.9rem;
  line-height: 1.65;
}

.brand-v2 .hero-copy .supporting-line strong {
  color: #fff;
}

.brand-v2 .hero-actions {
  gap: 0;
  margin-top: 34px;
}

.brand-v2 .hero-actions .primary-button,
.brand-v2 .hero-actions .ghost-button {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--vx-lime);
  font-size: 0.82rem;
  font-weight: 800;
}

.brand-v2 .hero-actions .ghost-button {
  border-left: 0;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(5, 5, 5, 0.64);
  color: rgba(255, 255, 255, 0.82);
}

.brand-v2 .hero-actions .ghost-button span {
  margin-left: 14px;
  color: var(--vx-lime);
}

.brand-v2 .hero-actions .ghost-button:hover {
  background: #171717;
  color: #fff;
}

.brand-v2 .hero-footnote {
  display: flex;
  gap: 18px;
  margin: 15px 0 0 !important;
  color: rgba(255, 255, 255, 0.38) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-v2 .hero-footnote span + span::before {
  content: "/";
  margin-right: 18px;
  color: var(--vx-lime);
}

.brand-v2 .boundary-stage {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 5, 5, 0.88);
  box-shadow: 14px 14px 0 rgba(187, 255, 75, 0.09);
  backdrop-filter: blur(3px);
}

.brand-v2 .boundary-stage-head {
  min-height: 72px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--vx-line-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-v2 .boundary-stage-head > div {
  display: grid;
  gap: 5px;
}

.brand-v2 .stage-sequence,
.brand-v2 .trace-column-label,
.brand-v2 .effect-code > span,
.brand-v2 .effect-status > span,
.brand-v2 .boundary-stage-foot > span {
  color: rgba(255, 255, 255, 0.4);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.brand-v2 .boundary-stage-head strong {
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.77rem;
  letter-spacing: 0.07em;
}

.brand-v2 .live-pill {
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 1px solid rgba(187, 255, 75, 0.4);
  border-radius: 0;
  color: var(--vx-lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.57rem;
  letter-spacing: 0.08em;
}

.brand-v2 .live-pill i {
  width: 6px;
  height: 6px;
  background: var(--vx-lime);
  box-shadow: none;
  animation: vx-pulse 1.8s steps(2, end) infinite;
}

.brand-v2 .boundary-stage-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 0.88fr);
  min-height: 344px;
}

.brand-v2 .trace-evidence,
.brand-v2 .trace-effect {
  padding: 24px 18px 20px;
}

.brand-v2 .trace-evidence {
  display: grid;
  align-content: start;
  gap: 0;
}

.brand-v2 .trace-column-label {
  display: block;
  margin-bottom: 28px;
}

.brand-v2 .trace-row {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  border-top: 1px solid var(--vx-line-dark);
  color: #fff;
  font-size: 0.75rem;
}

.brand-v2 .trace-row:last-child {
  border-bottom: 1px solid var(--vx-line-dark);
}

.brand-v2 .trace-row > span {
  color: rgba(255, 255, 255, 0.3);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
}

.brand-v2 .trace-row strong {
  font-weight: 600;
}

.brand-v2 .trace-row em {
  color: rgba(255, 255, 255, 0.44);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.6rem;
  font-style: normal;
  text-transform: uppercase;
}

.brand-v2 .trace-row::after {
  content: "";
  position: absolute;
  right: -19px;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.brand-v2 .trace-row.is-supported strong::before,
.brand-v2 .trace-row.is-missing strong::before,
.brand-v2 .trace-row.is-blocking strong::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--vx-lime);
}

.brand-v2 .trace-row.is-missing strong::before {
  background: #fff;
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: 3px;
}

.brand-v2 .trace-row.is-missing em {
  color: #fff;
}

.brand-v2 .trace-row.is-blocking strong::before {
  border: 1px solid var(--vx-lime);
  background: transparent;
  box-shadow: inset 0 0 0 2px var(--vx-black);
}

.brand-v2 .trace-row.is-blocking em {
  color: var(--vx-lime);
}

.brand-v2 .boundary-rail {
  position: relative;
  border-left: 1px solid var(--vx-line-dark);
  border-right: 1px solid var(--vx-line-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand-v2 .boundary-rail::before,
.brand-v2 .boundary-rail::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: var(--vx-lime);
}

.brand-v2 .boundary-rail::before {
  top: 0;
  height: 42%;
}

.brand-v2 .boundary-rail::after {
  bottom: 0;
  height: 42%;
}

.brand-v2 .boundary-rail span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 5px;
  background: var(--vx-black);
  color: var(--vx-lime);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.51rem;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
}

.brand-v2 .boundary-rail i {
  position: absolute;
  left: 50%;
  top: 0;
  width: 7px;
  height: 38px;
  transform: translateX(-50%);
  background: var(--vx-lime);
  animation: vx-scan 3.6s linear infinite;
}

.brand-v2 .trace-effect {
  display: flex;
  flex-direction: column;
}

.brand-v2 .effect-code {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 14px 0 18px;
  border-top: 1px solid var(--vx-line-dark);
  border-bottom: 1px solid var(--vx-line-dark);
}

.brand-v2 .effect-code code {
  color: #fff;
  font-size: 0.72rem;
  line-height: 1.65;
}

.brand-v2 .effect-status {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.brand-v2 .effect-status strong {
  color: var(--vx-lime);
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.92;
}

.brand-v2 .boundary-stage-foot {
  min-height: 64px;
  padding: 14px 18px;
  border-top: 1px solid var(--vx-line-dark);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.brand-v2 .boundary-stage-foot > span {
  padding: 6px 8px;
  border: 1px solid rgba(187, 255, 75, 0.42);
  color: var(--vx-lime);
}

.brand-v2 .boundary-stage-foot p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.45;
}

.brand-v2 .boundary-stage-foot strong {
  color: #fff;
}

.brand-v2 .hero-outline-word {
  position: absolute;
  z-index: 0;
  right: max(14px, calc((100vw - 1370px) / 2));
  bottom: -0.08em;
  color: rgba(187, 255, 75, 0.075);
  font-family: "VX Bexago Outline", sans-serif;
  font-size: clamp(5rem, 10vw, 10rem);
  line-height: 0.8;
  pointer-events: none;
  white-space: nowrap;
}

.brand-v2 .system-strip {
  min-height: 46px;
  padding: 0 max(32px, calc((100vw - 1280px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  background: var(--vx-lime);
  color: var(--vx-black);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.brand-v2 .system-strip i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  background: var(--vx-black);
}

.brand-v2 .section-heading {
  max-width: none;
}

.brand-v2 .section-heading h2,
.brand-v2 .category-statement h2,
.brand-v2 .pilot-card h2,
.brand-v2 .pricing-hero h1 {
  font-family: "VX Concretica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.brand-v2 .proof-section {
  position: relative;
  margin: 0;
  padding: clamp(96px, 11vw, 152px) max(32px, calc((100vw - 1280px) / 2));
  border: 0;
  border-radius: 0;
  background: var(--vx-paper-bright);
  overflow: hidden;
}

.brand-v2 .proof-section::after {
  content: "PROOF";
  position: absolute;
  right: max(18px, calc((100vw - 1380px) / 2));
  top: 30px;
  color: rgba(5, 5, 5, 0.045);
  font-family: "VX Bexago Outline", sans-serif;
  font-size: clamp(7rem, 15vw, 14rem);
  line-height: 1;
  pointer-events: none;
}

.brand-v2 .split-heading {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 88px);
}

.brand-v2 .section-heading h2,
.brand-v2 .category-statement h2,
.brand-v2 .pilot-card h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 5.65rem);
  line-height: 0.95;
}

.brand-v2 .split-heading > p,
.brand-v2 .section-heading > p:last-child {
  margin: 0;
  color: rgba(5, 5, 5, 0.6);
  font-size: 0.98rem;
  line-height: 1.7;
}

.brand-v2 .proof-stat-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--vx-ink);
  border-bottom: 1px solid var(--vx-ink);
}

.brand-v2 .proof-stat-grid article,
.brand-v2 .proof-link-card {
  min-height: 224px;
  padding: 26px;
  border: 0;
  border-right: 1px solid var(--vx-line-light);
  border-radius: 0;
  background: transparent;
}

.brand-v2 .proof-stat-grid article {
  position: relative;
}

.brand-v2 .proof-stat-grid article::before {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(5, 5, 5, 0.34);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
}

.brand-v2 .proof-stat-grid article:nth-child(1)::before { content: "01"; }
.brand-v2 .proof-stat-grid article:nth-child(2)::before { content: "02"; }
.brand-v2 .proof-stat-grid article:nth-child(3)::before { content: "03"; }

.brand-v2 .proof-stat-grid article strong {
  margin-top: auto;
  color: var(--vx-ink);
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(3.4rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.brand-v2 .proof-stat-grid article span {
  max-width: 150px;
  color: rgba(5, 5, 5, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-v2 .proof-link-card {
  border-right: 0;
  background: var(--vx-lime);
  color: var(--vx-black);
}

.brand-v2 .proof-link-card:hover {
  background: var(--vx-black);
  color: var(--vx-lime);
}

.brand-v2 .proof-link-card span {
  max-width: 130px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.4;
}

.brand-v2 .proof-link-card strong {
  font-size: 2.5rem;
  font-weight: 400;
}

.brand-v2 .benchmark-note {
  margin: 16px 0 0 !important;
  color: rgba(5, 5, 5, 0.42) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.03em;
}

.brand-v2 .category-section {
  margin: 0;
  padding: clamp(104px, 12vw, 164px) max(32px, calc((100vw - 1280px) / 2));
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(64px, 9vw, 130px);
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .category-statement {
  top: 38px;
}

.brand-v2 .category-statement h2 {
  color: #fff;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  line-height: 0.98;
}

.brand-v2 .category-statement h2 em {
  color: var(--vx-lime);
}

.brand-v2 .category-grid {
  counter-reset: vx-category;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-bottom: 1px solid var(--vx-line-dark);
}

.brand-v2 .category-grid article {
  counter-increment: vx-category;
  position: relative;
  min-height: 154px;
  padding: 24px 18px 24px 62px;
  border: 0;
  border-top: 1px solid var(--vx-line-dark);
  border-radius: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 0.72fr 1.05fr;
  grid-template-rows: auto auto;
  column-gap: 26px;
  align-content: center;
}

.brand-v2 .category-grid article::before {
  content: "0" counter(vx-category);
  position: absolute;
  left: 0;
  top: 27px;
  color: rgba(255, 255, 255, 0.28);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
}

.brand-v2 .category-grid article > span {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.4);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.63rem;
}

.brand-v2 .category-grid article strong {
  grid-column: 1;
  align-self: end;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: 1.32rem;
  font-weight: 400;
}

.brand-v2 .category-grid article p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.86rem;
  line-height: 1.65;
}

.brand-v2 .category-grid .category-card-vx {
  background: var(--vx-lime);
  color: var(--vx-black);
}

.brand-v2 .category-grid .category-card-vx::before,
.brand-v2 .category-grid .category-card-vx > span,
.brand-v2 .category-grid .category-card-vx strong,
.brand-v2 .category-grid .category-card-vx p {
  color: var(--vx-black) !important;
}

.brand-v2 .how-section {
  position: relative;
  margin: 0;
  padding: clamp(104px, 12vw, 164px) max(32px, calc((100vw - 1280px) / 2));
  background: var(--vx-paper);
  overflow: hidden;
}

.brand-v2 .decision-flow {
  border: 1px solid var(--vx-ink);
  border-radius: 0;
}

.brand-v2 .decision-flow article {
  min-height: 286px;
  padding: 28px;
  border-right-color: var(--vx-line-light);
  background: transparent;
}

.brand-v2 .decision-flow article:nth-child(2) {
  background: var(--vx-lime);
}

.brand-v2 .decision-flow .step-number {
  color: rgba(5, 5, 5, 0.56);
  font-size: 0.64rem;
}

.brand-v2 .decision-flow h3 {
  margin-top: auto;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.brand-v2 .decision-flow article p {
  color: rgba(5, 5, 5, 0.58);
  font-size: 0.88rem;
}

.brand-v2 .integration-panel {
  position: relative;
  margin-top: 0;
  padding: 0;
  border: 1px solid var(--vx-ink);
  border-top: 0;
  border-radius: 0;
  background: var(--vx-black);
  grid-template-columns: minmax(0, 0.83fr) minmax(420px, 1.17fr);
  gap: 0;
}

.brand-v2 .integration-copy {
  padding: clamp(34px, 5vw, 68px);
  border-right: 1px solid var(--vx-line-dark);
}

.brand-v2 .integration-copy h3 {
  max-width: 470px;
  margin: 0 0 24px;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 0.96;
}

.brand-v2 .integration-copy > p:not(.eyebrow) {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.54);
}

.brand-v2 .integration-tags {
  gap: 0;
  margin: 28px 0;
}

.brand-v2 .integration-tags span {
  margin: 0 -1px -1px 0;
  padding: 8px 10px;
  border-color: var(--vx-line-dark);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
}

.brand-v2 .integration-copy .text-link {
  color: var(--vx-lime);
  font-size: 0.78rem;
  text-decoration: none;
}

.brand-v2 .code-preview {
  align-self: stretch;
  border: 0;
  border-radius: 0;
  background: #0c0c0c;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand-v2 .code-preview-head {
  padding: 16px 20px;
  border-color: var(--vx-line-dark);
  color: rgba(255, 255, 255, 0.38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.63rem;
}

.brand-v2 .code-preview pre {
  padding: clamp(26px, 5vw, 58px);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.73rem, 1vw, 0.86rem);
}

.brand-v2 .code-keyword {
  color: var(--vx-lime);
}

.brand-v2 .code-string {
  color: #fff;
}

.brand-v2 .use-case-section {
  padding: clamp(104px, 12vw, 164px) max(32px, calc((100vw - 1280px) / 2));
  background: var(--vx-paper-bright);
}

.brand-v2 .use-case-section .section-heading {
  max-width: 850px;
  margin-bottom: 72px;
}

.brand-v2 .use-case-section .section-heading > p:last-child {
  max-width: 620px;
  margin-top: 24px;
}

.brand-v2 .use-case-grid {
  counter-reset: vx-use;
  gap: 0 32px;
}

.brand-v2 .use-case-grid article {
  counter-increment: vx-use;
  position: relative;
  min-height: 260px;
  padding: 26px 0 40px 58px;
  border: 0;
  border-top: 1px solid var(--vx-ink);
  border-radius: 0;
  background: transparent;
}

.brand-v2 .use-case-grid article::before {
  content: "0" counter(vx-use);
  position: absolute;
  left: 0;
  top: 30px;
  color: rgba(5, 5, 5, 0.4);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.63rem;
}

.brand-v2 .use-case-grid article > span {
  color: rgba(5, 5, 5, 0.42);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.63rem;
}

.brand-v2 .use-case-grid article h3 {
  max-width: 480px;
  margin-top: auto;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
}

.brand-v2 .use-case-grid article p {
  max-width: 460px;
  color: rgba(5, 5, 5, 0.56);
}

.brand-v2 .trust-section {
  padding: clamp(104px, 12vw, 164px) max(32px, calc((100vw - 1280px) / 2));
  background: var(--vx-graphite);
  color: #fff;
}

.brand-v2 .trust-section .split-heading > p {
  color: rgba(255, 255, 255, 0.52);
}

.brand-v2 .trust-grid {
  gap: 0;
  border-top: 1px solid var(--vx-line-dark);
  border-bottom: 1px solid var(--vx-line-dark);
}

.brand-v2 .trust-grid article {
  min-height: 210px;
  padding: 24px;
  border: 0;
  border-right: 1px solid var(--vx-line-dark);
  display: flex;
  flex-direction: column;
}

.brand-v2 .trust-grid article:last-child {
  border-right: 0;
}

.brand-v2 .trust-grid article strong {
  margin-top: auto;
  color: #fff;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.brand-v2 .trust-grid article p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.83rem;
}

.brand-v2 .pilot-section {
  position: relative;
  padding: clamp(68px, 8vw, 108px) max(32px, calc((100vw - 1280px) / 2));
  overflow: hidden;
  background:
    linear-gradient(rgba(187, 255, 75, 0.9), rgba(187, 255, 75, 0.9)),
    url("/assets/brand/boundary-field-lime.png") center / cover no-repeat,
    var(--vx-lime);
}

.brand-v2 .pilot-card {
  position: relative;
  z-index: 2;
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid var(--vx-black);
  border-radius: 0;
  background: rgba(187, 255, 75, 0.93);
  color: var(--vx-black);
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
}

.brand-v2 .pilot-card .eyebrow,
.brand-v2 .pilot-card p,
.brand-v2 .pilot-card .pilot-qualifier {
  color: var(--vx-black) !important;
}

.brand-v2 .pilot-card p {
  max-width: 760px;
}

.brand-v2 .pilot-actions .primary-button {
  min-height: 56px;
  border: 1px solid var(--vx-black);
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .pilot-actions .primary-button:hover {
  background: #fff;
  color: var(--vx-black);
}

.brand-v2 .pilot-actions span {
  color: rgba(5, 5, 5, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.03em;
}

.brand-v2 .founder-email-row {
  min-height: 48px;
  border: 1px solid var(--vx-black);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}

.brand-v2 .founder-email-row a,
.brand-v2 .founder-email-row button {
  min-width: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--vx-black);
  display: flex;
  align-items: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
}

.brand-v2 .founder-email-row button {
  border-left: 1px solid var(--vx-black);
  cursor: pointer;
}

.brand-v2 .founder-email-row button:hover,
.brand-v2 .founder-email-row button.is-copied {
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 #marketing-pricing {
  background: var(--vx-paper);
}

.brand-v2 .pricing-hero {
  position: relative;
  isolation: isolate;
  max-width: none;
  min-height: 500px;
  margin: 0;
  padding: 108px max(32px, calc((100vw - 1280px) / 2)) 84px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(90deg, var(--vx-black) 0%, rgba(5, 5, 5, 0.98) 47%, rgba(5, 5, 5, 0.5) 100%),
    url("/assets/brand/boundary-field-dark.png") right center / auto 120% no-repeat,
    var(--vx-black);
  color: #fff;
}

.brand-v2 .pricing-hero::after {
  content: "PRICING";
  position: absolute;
  z-index: -1;
  right: max(16px, calc((100vw - 1400px) / 2));
  bottom: 20px;
  color: rgba(187, 255, 75, 0.1);
  font-family: "VX Bexago Outline", sans-serif;
  font-size: clamp(6rem, 13vw, 13rem);
  line-height: 0.8;
}

.brand-v2 .pricing-hero h1 {
  max-width: 850px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(4rem, 7vw, 7.2rem);
  line-height: 0.9;
}

.brand-v2 .pricing-hero .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.brand-v2 .pricing-hero .supporting-line {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.82rem;
}

.brand-v2 .pricing-grid-page {
  width: min(calc(100% - 64px), 1280px);
  max-width: 1280px;
  margin: 92px auto 120px;
  gap: 0;
  border: 1px solid var(--vx-ink);
  background: var(--vx-paper-bright);
}

.brand-v2 .pricing-card {
  position: relative;
  min-height: 590px;
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--vx-line-light);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-v2 .pricing-card:last-child {
  border-right: 0;
}

.brand-v2 .pricing-card::before {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(5, 5, 5, 0.36);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.61rem;
}

.brand-v2 .pricing-card:nth-child(1)::before { content: "01"; }
.brand-v2 .pricing-card:nth-child(2)::before { content: "02"; }
.brand-v2 .pricing-card:nth-child(3)::before { content: "03"; }
.brand-v2 .pricing-card:nth-child(4)::before { content: "04"; }

.brand-v2 .pricing-card.featured-card {
  border-color: var(--vx-line-light);
}

.brand-v2 .pricing-card.pilot-pricing-card {
  background: var(--vx-lime);
}

.brand-v2 .pricing-label {
  color: rgba(5, 5, 5, 0.48);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.11em;
}

.brand-v2 .pricing-card h2 {
  margin-top: 68px;
  font-family: "VX Concretica", Arial, sans-serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.brand-v2 .pricing-card h2 span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.73rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.brand-v2 .pilot-pricing-card h2 span {
  color: rgba(5, 5, 5, 0.62);
}

.brand-v2 .pricing-card > p:not(.pricing-label) {
  min-height: 88px;
  color: rgba(5, 5, 5, 0.56);
  font-size: 0.85rem;
}

.brand-v2 .pricing-card .feature-list {
  padding: 0;
  border-top: 1px solid var(--vx-line-light);
  list-style: none;
}

.brand-v2 .pricing-card .feature-list li {
  position: relative;
  padding: 13px 0 13px 18px;
  border-bottom: 1px solid var(--vx-line-light);
  color: rgba(5, 5, 5, 0.66);
  font-size: 0.75rem;
  line-height: 1.45;
}

.brand-v2 .pricing-card .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  background: var(--vx-ink);
}

.brand-v2 .pricing-card-actions {
  padding-top: 24px;
}

.brand-v2 .pricing-card-actions > * {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  border: 1px solid var(--vx-ink);
  border-radius: 0;
}

.brand-v2 .pilot-pricing-card .primary-button {
  border-color: var(--vx-black);
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .pricing-founder-email {
  margin-top: 10px;
  border: 1px solid var(--vx-black);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.brand-v2 .pricing-founder-email a,
.brand-v2 .pricing-founder-email button {
  min-width: 0;
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--vx-black);
  display: flex;
  align-items: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
}

.brand-v2 .pricing-founder-email button {
  border-left: 1px solid var(--vx-black);
  cursor: pointer;
}

.brand-v2 .pricing-founder-email button:hover,
.brand-v2 .pricing-founder-email button.is-copied {
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .site-footer {
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .site-footer-inner {
  max-width: 1280px;
  min-height: 230px;
  margin: 0 auto;
  padding: 52px 0 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
}

.brand-v2 .footer-brand-block img {
  width: 185px;
  height: 23px;
}

.brand-v2 .site-footer-copy {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-v2 .site-footer-nav {
  gap: 28px;
}

.brand-v2 .site-footer-nav a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.brand-v2 .site-footer-nav a:hover {
  color: var(--vx-lime);
}

.brand-v2 .footer-system-mark {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 64px;
  padding-top: 14px;
  border-top: 1px solid var(--vx-line-dark);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.26);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.11em;
}

.brand-v2 .footer-system-mark i {
  width: 32px;
  height: 1px;
  background: var(--vx-lime);
}

.brand-v2 .auth-modal,
.brand-v2 .secret-modal {
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(5px);
}

.brand-v2 .auth-card,
.brand-v2 .secret-card {
  border: 1px solid var(--vx-black);
  border-radius: 0;
  background: var(--vx-paper-bright);
  box-shadow: 12px 12px 0 var(--vx-lime);
}

.brand-v2 .auth-card h2,
.brand-v2 .secret-card h2 {
  font-family: "VX Concretica", Arial, sans-serif;
  font-weight: 400;
}

.brand-v2 input,
.brand-v2 select,
.brand-v2 textarea,
.brand-v2 .copy-field input,
.brand-v2 .onboarding-banner pre,
.brand-v2 .secret-card pre {
  border-radius: 0;
}

.brand-v2 .auth-card .primary-button,
.brand-v2 .secret-card .primary-button {
  border-color: var(--vx-black);
  background: var(--vx-black);
  color: #fff;
}

.brand-v2 .auth-card .tab-button.is-active {
  border-color: var(--vx-black);
  background: var(--vx-lime);
}

@keyframes vx-pulse {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0.28; }
}

@keyframes vx-scan {
  from { transform: translate(-50%, -42px); }
  to { transform: translate(-50%, 350px); }
}

@media (prefers-reduced-motion: reduce) {
  .brand-v2 *,
  .brand-v2 *::before,
  .brand-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

/* Keep the complete value proposition and primary action inside a typical
   13-inch laptop viewport without diluting the large-screen composition. */
@media (min-width: 1081px) and (max-width: 1400px) {
  .brand-v2 .conversion-hero {
    padding-top: 52px;
    padding-bottom: 52px;
    gap: clamp(40px, 5vw, 68px);
  }

  .brand-v2 .hero-system-label {
    margin-bottom: 30px;
  }

  .brand-v2 .hero-copy h1 {
    margin-bottom: 24px;
    font-size: clamp(3.7rem, 5.25vw, 4.65rem);
    line-height: 0.91;
  }

  .brand-v2 .hero-copy .lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .brand-v2 .hero-copy .supporting-line {
    margin-top: 17px;
    font-size: 0.82rem;
    line-height: 1.5;
  }

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

  .brand-v2 .boundary-stage {
    transform: translateY(-4px);
  }
}

@media (max-width: 1080px) {
  .brand-v2 .site-header {
    padding-left: 24px;
    padding-right: 24px;
    gap: 28px;
    flex-direction: row;
  }

  .brand-v2 .site-nav {
    gap: 18px;
  }

  .brand-v2 .conversion-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 80px 32px 76px;
  }

  .brand-v2 .boundary-stage {
    width: min(100%, 720px);
  }

  .brand-v2 .proof-section,
  .brand-v2 .category-section,
  .brand-v2 .how-section,
  .brand-v2 .use-case-section,
  .brand-v2 .trust-section,
  .brand-v2 .pilot-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand-v2 .proof-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-v2 .proof-stat-grid article:nth-child(2),
  .brand-v2 .proof-link-card {
    border-right: 0;
  }

  .brand-v2 .proof-stat-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--vx-line-light);
  }

  .brand-v2 .category-section,
  .brand-v2 .split-heading,
  .brand-v2 .integration-panel,
  .brand-v2 .pilot-card {
    grid-template-columns: 1fr;
  }

  .brand-v2 .category-statement {
    position: static;
  }

  .brand-v2 .integration-copy {
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-dark);
  }

  .brand-v2 .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-v2 .trust-grid article:nth-child(2) {
    border-right: 0;
  }

  .brand-v2 .trust-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--vx-line-dark);
  }

  .brand-v2 .pricing-grid-page {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-v2 .pricing-card:nth-child(2) {
    border-right: 0;
  }

  .brand-v2 .pricing-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--vx-line-light);
  }

  .brand-v2 .site-footer-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 760px) {
  .brand-v2 .site-header {
    min-height: 68px;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .brand-v2 .brand-wordmark {
    width: 138px;
    height: auto;
  }

  .brand-v2 .site-nav {
    display: none;
  }

  .brand-v2 .site-actions {
    display: none;
  }

  .brand-v2 .mobile-menu {
    display: block;
  }

  .brand-v2 .conversion-hero {
    padding: 52px 16px 54px;
    gap: 52px;
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.66), var(--vx-black) 42%),
      url("/assets/brand/boundary-field-dark.png") top right / auto 48% no-repeat,
      var(--vx-black);
  }

  .brand-v2 .conversion-hero::before {
    background-size: 25% 100%, 100% 100%;
  }

  .brand-v2 .hero-system-label {
    margin-bottom: 50px;
    font-size: 0.55rem;
  }

  .brand-v2 .hero-copy h1 {
    margin-bottom: 28px;
    font-size: clamp(3.25rem, 16vw, 4.7rem);
    line-height: 0.9;
  }

  .brand-v2 .hero-copy .lead {
    font-size: 0.98rem;
  }

  .brand-v2 .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brand-v2 .hero-actions .primary-button,
  .brand-v2 .hero-actions .ghost-button {
    width: 100%;
  }

  .brand-v2 .hero-actions .ghost-button {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .brand-v2 .hero-footnote {
    display: grid;
    gap: 5px;
  }

  .brand-v2 .hero-footnote span + span::before {
    content: none;
  }

  .brand-v2 .boundary-stage {
    width: 100%;
    box-shadow: 7px 7px 0 rgba(187, 255, 75, 0.13);
  }

  .brand-v2 .boundary-stage-head {
    min-height: 64px;
    padding: 13px;
  }

  .brand-v2 .boundary-stage-head strong {
    font-size: 0.67rem;
  }

  .brand-v2 .live-pill {
    font-size: 0.48rem;
  }

  .brand-v2 .boundary-stage-body {
    grid-template-columns: 1fr 40px;
  }

  .brand-v2 .trace-evidence {
    padding: 20px 13px;
  }

  .brand-v2 .trace-effect {
    grid-column: 1 / -1;
    min-height: 230px;
    border-top: 1px solid var(--vx-line-dark);
    padding: 20px 13px;
  }

  .brand-v2 .boundary-rail {
    grid-column: 2;
    grid-row: 1;
  }

  .brand-v2 .trace-row {
    grid-template-columns: 24px minmax(0, 1fr) auto;
  }

  .brand-v2 .trace-row::after {
    right: -14px;
    width: 13px;
  }

  .brand-v2 .boundary-stage-foot {
    grid-template-columns: 1fr;
  }

  .brand-v2 .hero-outline-word {
    display: none;
  }

  .brand-v2 .system-strip {
    padding: 0 16px;
    justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
}

.brand-v2 .system-strip::-webkit-scrollbar {
  display: none;
}

  .brand-v2 .proof-section,
  .brand-v2 .category-section,
  .brand-v2 .how-section,
  .brand-v2 .use-case-section,
  .brand-v2 .trust-section,
  .brand-v2 .pilot-section {
    padding: 82px 16px;
  }

  .brand-v2 .split-heading {
    gap: 30px;
    margin-bottom: 50px;
  }

  .brand-v2 .section-heading h2,
  .brand-v2 .category-statement h2,
  .brand-v2 .pilot-card h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .brand-v2 .proof-stat-grid,
  .brand-v2 .decision-flow,
  .brand-v2 .use-case-grid,
  .brand-v2 .trust-grid,
  .brand-v2 .pricing-grid-page {
    grid-template-columns: 1fr;
  }

  .brand-v2 .proof-stat-grid article,
  .brand-v2 .proof-link-card {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-light);
  }

  .brand-v2 .proof-link-card {
    border-bottom: 0;
  }

  .brand-v2 .category-section {
    gap: 48px;
  }

  .brand-v2 .category-grid article {
    min-height: 210px;
    padding: 26px 12px 26px 42px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 14px;
  }

  .brand-v2 .category-grid article > span,
  .brand-v2 .category-grid article strong,
  .brand-v2 .category-grid article p {
    grid-column: 1;
    grid-row: auto;
  }

  .brand-v2 .decision-flow article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-light);
  }

  .brand-v2 .decision-flow article:last-child {
    border-bottom: 0;
  }

  .brand-v2 .integration-panel {
    grid-template-columns: 1fr;
  }

  .brand-v2 .integration-copy {
    padding: 32px 22px;
  }

  .brand-v2 .code-preview pre {
    padding: 28px 18px;
    font-size: 0.69rem;
  }

  .brand-v2 .use-case-grid {
    gap: 0;
  }

  .brand-v2 .use-case-grid article {
    min-height: 240px;
    padding-left: 44px;
  }

  .brand-v2 .trust-grid article,
  .brand-v2 .trust-grid article:nth-child(2) {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-dark);
  }

  .brand-v2 .trust-grid article:last-child {
    border-bottom: 0;
  }

  .brand-v2 .pilot-card {
    padding: 26px;
  }

  .brand-v2 .pricing-hero {
    min-height: 450px;
    padding: 80px 16px 60px;
  }

  .brand-v2 .pricing-hero h1 {
    font-size: clamp(3.35rem, 15vw, 5rem);
  }

  .brand-v2 .pricing-grid-page {
    width: calc(100% - 32px);
    margin: 56px 16px 80px;
  }

  .brand-v2 .pricing-card,
  .brand-v2 .pricing-card:nth-child(2) {
    min-height: 510px;
    border-right: 0;
    border-bottom: 1px solid var(--vx-line-light);
  }

  .brand-v2 .pricing-card:last-child {
    border-bottom: 0;
  }

  .brand-v2 .site-footer-inner {
    min-height: 0;
    padding: 44px 16px 24px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .brand-v2 .site-footer-nav {
    gap: 18px;
  }

  .brand-v2 .footer-system-mark {
    grid-column: 1;
    margin-top: 20px;
  }

  .brand-v2 .auth-card,
  .brand-v2 .secret-card {
    box-shadow: 6px 6px 0 var(--vx-lime);
  }
}

/* Final semantic contrast guard: lime never carries small text on paper. */
.brand-v2 .conversion-page .eyebrow,
.brand-v2 .product-page .eyebrow,
.brand-v2 .evals-page .eyebrow,
.brand-v2 .dashboard-content .eyebrow {
  color: var(--vx-green-ink);
}

.brand-v2 .conversion-hero .eyebrow,
.brand-v2 .category-section .eyebrow,
.brand-v2 .integration-copy .eyebrow,
.brand-v2 .trust-section .eyebrow,
.brand-v2 .pricing-hero .eyebrow,
.brand-v2 .product-hero .eyebrow,
.brand-v2 .product-outcomes-section .eyebrow,
.brand-v2 .product-operator-section .eyebrow,
.brand-v2 .evals-hero .eyebrow {
  color: var(--vx-lime);
}

.brand-v2 .product-operator-section .section-heading > p,
.brand-v2 .product-operator-section .split-heading > p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.brand-v2 .pilot-card .eyebrow,
.brand-v2 .product-final-section .eyebrow,
.brand-v2 .comparison-verifiedx .comparison-kicker {
  color: var(--vx-black) !important;
}

.brand-v2.eval-brand-v2 .eval-paper-section,
.brand-v2.eval-brand-v2 .eval-paper article,
.brand-v2.eval-brand-v2 .eval-dot-grid,
.brand-v2.eval-brand-v2 .evals-page pre {
  border-radius: 0 !important;
  box-shadow: none !important;
}
