.x1-product-page {
  background: #050505;
}

.x1-product-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 780px;
  height: 94svh;
  max-height: 960px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.x1-product-hero-image,
.x1-product-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.x1-product-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center 68%;
  filter: saturate(0.72) contrast(1.12) brightness(0.72);
  transform: scale(1.02);
}

.x1-product-veil {
  z-index: -1;
  background: rgba(2, 2, 2, 0.48);
}

.x1-product-hero-copy {
  width: min(700px, 54vw);
  margin: 0 0 142px var(--page-pad);
}

.x1-product-hero h1 {
  display: grid;
  margin: 24px 0 22px;
  line-height: 0.85;
}

.x1-product-hero h1 span {
  color: var(--signal);
  font-size: clamp(104px, 12vw, 190px);
  font-weight: 850;
}

.x1-product-hero h1 small {
  margin-top: 22px;
  color: var(--paper);
  font-size: clamp(24px, 3.7vw, 56px);
  font-weight: 780;
}

.x1-product-lead {
  max-width: 650px;
  margin: 0;
  color: #d4d3cc;
  font-size: 18px;
  line-height: 1.8;
}

.x1-product-boundary {
  position: absolute;
  right: var(--page-pad);
  bottom: 34px;
  left: var(--page-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: #aaa99f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.x1-product-boundary span:first-child {
  color: var(--paper);
}

.x1-product-boundary i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 14px rgba(250, 238, 19, 0.75);
}

.x1-workloads,
.x1-protocol-stage,
.x1-pocc-stage,
.x1-proof-stage,
.x1-candidate-stage {
  padding: 120px var(--page-pad);
}

.x1-workloads-heading,
.x1-protocol-copy,
.x1-pocc-copy,
.x1-proof-heading {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 26px;
  align-items: start;
  width: min(100%, var(--content));
  margin: 0 auto 76px;
}

.x1-workloads-heading .overline,
.x1-protocol-copy .overline,
.x1-pocc-copy .overline,
.x1-proof-heading .overline {
  grid-column: 2;
}

.x1-workloads-heading h2,
.x1-protocol-copy h2,
.x1-pocc-copy h2,
.x1-proof-heading h2,
.x1-candidate-stage h2 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(48px, 5.8vw, 88px);
  line-height: 0.96;
}

.x1-protocol-copy > p:last-child,
.x1-pocc-copy > p:last-child,
.x1-proof-heading > p:last-child {
  grid-column: 3;
  grid-row: 2 / span 2;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.x1-workload-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, var(--content));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.x1-workload-grid article {
  min-height: 280px;
  padding: 26px;
  border-right: 1px solid var(--line);
}

.x1-workload-grid article:last-child {
  border-right: 0;
}

.x1-workload-grid span,
.x1-pocc-meter span {
  color: var(--signal);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}

.x1-workload-grid h3 {
  margin: 118px 0 14px;
  font-size: 20px;
}

.x1-workload-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.x1-protocol-stage {
  background: var(--paper);
  color: var(--ink);
}

.x1-protocol-stage .overline {
  color: #77776f;
}

.x1-protocol-stage .section-index,
.x1-pocc-stage .section-index {
  color: #85857e;
}

.x1-protocol-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr auto) 1fr;
  align-items: center;
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 28px 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  direction: ltr;
}

.x1-protocol-flow article {
  display: grid;
  min-height: 110px;
  align-content: space-between;
  padding: 0 18px;
}

.x1-protocol-flow span {
  color: #8a897f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.x1-protocol-flow b {
  font-size: 17px;
}

.x1-protocol-flow small {
  color: #77776f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.x1-protocol-flow i {
  width: 34px;
  height: 1px;
  background: #aaa99f;
}

.x1-pcdn-stage {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 760px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.x1-pcdn-stage > img,
.x1-pcdn-veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.x1-pcdn-stage > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.65) contrast(1.1) brightness(0.75);
}

.x1-pcdn-veil {
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.x1-pcdn-copy {
  width: min(920px, 76vw);
  margin: 0 0 92px var(--page-pad);
}

.x1-pcdn-copy h2 {
  margin: 28px 0 18px;
  font-size: clamp(50px, 7vw, 106px);
  line-height: 0.9;
}

.x1-pcdn-copy > p:not(.overline, .boundary-note) {
  max-width: 600px;
  color: #d0cfc7;
  font-size: 17px;
}

.x1-pocc-stage {
  color: var(--ink);
}

.x1-pocc-stage .overline {
  color: #77776f;
}

.x1-pocc-meter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, var(--content));
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.x1-pocc-meter article {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  padding: 24px;
  border-right: 1px solid var(--line-dark);
}

.x1-pocc-meter article:last-child {
  border-right: 0;
}

.x1-pocc-meter b {
  font-size: 16px;
}

.x1-proof-stage {
  border-top: 1px solid var(--line);
}

.x1-proof-chain {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
  direction: ltr;
}

.x1-proof-chain li {
  display: grid;
  min-height: 160px;
  align-content: space-between;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.x1-proof-chain li:last-child {
  border-right: 0;
}

.x1-proof-chain span,
.x1-proof-chain small {
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
}

.x1-proof-chain b {
  color: var(--signal);
  font-size: 14px;
}

.x1-candidate-stage {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.4fr);
  align-items: end;
  gap: 60px;
  color: var(--ink);
}

.x1-candidate-stage > div {
  max-width: 980px;
}

.x1-candidate-stage h2 {
  margin: 24px 0 26px;
}

.x1-candidate-stage p:last-child {
  max-width: 720px;
  color: #66665f;
}

.x1-candidate-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 106px;
  padding: 0 28px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-weight: 800;
}

.x1-candidate-action b {
  color: #77776f;
  font-size: 26px;
}

html[dir="rtl"] .x1-product-hero-copy,
html[dir="rtl"] .x1-pcdn-copy {
  margin-right: var(--page-pad);
  margin-left: 0;
  text-align: right;
}

html[dir="rtl"] .x1-product-boundary,
html[dir="rtl"] .x1-protocol-flow,
html[dir="rtl"] .x1-proof-chain {
  direction: ltr;
  text-align: left;
}

@media (max-width: 980px) {
  .x1-product-hero-copy {
    width: 72vw;
  }

  .x1-workloads-heading,
  .x1-protocol-copy,
  .x1-pocc-copy,
  .x1-proof-heading {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .x1-protocol-copy > p:last-child,
  .x1-pocc-copy > p:last-child,
  .x1-proof-heading > p:last-child {
    grid-column: 2;
    grid-row: auto;
  }

  .x1-workload-grid,
  .x1-pocc-meter {
    grid-template-columns: 1fr 1fr;
  }

  .x1-workload-grid article:nth-child(2),
  .x1-pocc-meter article:nth-child(2) {
    border-right: 0;
  }

  .x1-workload-grid article:nth-child(n + 3),
  .x1-pocc-meter article:nth-child(n + 3) {
    border-top: 1px solid currentColor;
  }

  .x1-protocol-flow {
    grid-template-columns: 1fr;
  }

  .x1-protocol-flow i {
    width: 1px;
    height: 22px;
    margin-left: 32px;
  }

  .x1-proof-chain {
    grid-template-columns: repeat(3, 1fr);
  }

  .x1-proof-chain li:nth-child(3) {
    border-right: 0;
  }

  .x1-proof-chain li:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .x1-product-hero {
    min-height: 720px;
    height: 90svh;
  }

  .x1-product-hero-image {
    object-position: 54% 70%;
    filter: saturate(0.68) contrast(1.12) brightness(0.58);
  }

  .x1-product-veil {
    background: rgba(2, 2, 2, 0.55);
  }

  .x1-product-hero-copy {
    width: auto;
    margin: 0 var(--page-pad) 132px;
  }

  .x1-product-hero h1 span {
    font-size: 92px;
  }

  .x1-product-hero h1 small {
    margin-top: 16px;
    font-size: 28px;
  }

  .x1-product-lead {
    font-size: 14px;
  }

  .x1-product-boundary {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 7px;
  }

  .x1-workloads,
  .x1-protocol-stage,
  .x1-pocc-stage,
  .x1-proof-stage,
  .x1-candidate-stage {
    padding: 88px var(--page-pad);
  }

  .x1-workloads-heading,
  .x1-protocol-copy,
  .x1-pocc-copy,
  .x1-proof-heading {
    display: block;
    margin-bottom: 46px;
  }

  .x1-workloads-heading .overline,
  .x1-protocol-copy .overline,
  .x1-pocc-copy .overline,
  .x1-proof-heading .overline {
    margin-top: 28px;
  }

  .x1-workloads-heading h2,
  .x1-protocol-copy h2,
  .x1-pocc-copy h2,
  .x1-proof-heading h2,
  .x1-candidate-stage h2 {
    margin-top: 18px;
    font-size: 44px;
  }

  .x1-protocol-copy > p:last-child,
  .x1-pocc-copy > p:last-child,
  .x1-proof-heading > p:last-child {
    margin-top: 24px;
  }

  .x1-workload-grid,
  .x1-pocc-meter {
    grid-template-columns: 1fr;
  }

  .x1-workload-grid article,
  .x1-workload-grid article:nth-child(2),
  .x1-pocc-meter article,
  .x1-pocc-meter article:nth-child(2) {
    min-height: 188px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .x1-pocc-meter article {
    border-color: var(--line-dark);
  }

  .x1-workload-grid article:last-child,
  .x1-pocc-meter article:last-child {
    border-bottom: 0;
  }

  .x1-workload-grid h3 {
    margin-top: 54px;
  }

  .x1-pcdn-stage {
    min-height: 650px;
  }

  .x1-pcdn-stage > img {
    object-position: 68% center;
  }

  .x1-pcdn-copy {
    width: auto;
    margin: 0 var(--page-pad) 70px;
  }

  .x1-pcdn-copy h2 {
    font-size: 52px;
  }

  .x1-proof-chain {
    grid-template-columns: 1fr 1fr;
  }

  .x1-proof-chain li,
  .x1-proof-chain li:nth-child(3) {
    min-height: 126px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .x1-proof-chain li:nth-child(2n) {
    border-right: 0;
  }

  .x1-candidate-stage {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  html[dir="rtl"] .x1-product-hero-copy,
  html[dir="rtl"] .x1-pcdn-copy {
    margin-right: var(--page-pad);
    margin-left: var(--page-pad);
  }
}

@media (max-width: 390px) {
  .x1-product-hero h1 span {
    font-size: 82px;
  }

  .x1-product-hero h1 small {
    font-size: 24px;
  }
}
