:root {
  --cr-paper: #ffffff;
  --cr-ink: #111111;
  --cr-blue: var(--xperf-nav-accent, #488cfe);
  --cr-blue-dark: var(--xperf-nav-accent, #488cfe);
  --cr-frame: #202020;
  --cr-construction: #71716f;
  --cr-cross: #4d4d4b;
  --cr-secondary: #111111;
  --cr-rail: #d8d8d6;
  --cr-hairline: #e4e4e2;
  --cr-grid: #e9e9e7;
  --cr-grid-fine: #f2f2f0;
  --cr-gutter: clamp(32px, 7vw, 144px);
  --cr-section-y: clamp(112px, 10vw, 190px);
  --cr-shell: 1800px;
  --cr-nav-offset: 104px;
  --cr-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --cr-font: "XPerf DIN", "DIN", "DIN Alternate", sans-serif;
  --cr-display: "GC Nordix Web", "XPerf DIN", "DIN", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--cr-nav-offset);
}

body.cr-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--cr-paper);
  color: var(--cr-ink);
  font-family: var(--cr-font) !important;
  font-size: 24px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.cr-page *,
body.cr-page *::before,
body.cr-page *::after {
  box-sizing: border-box;
}

body.cr-page :is(h1, h2, h3, p, ul, ol, dl, dd, figure) {
  margin: 0;
}

/* Keep the three hero text levels on one consistent vertical rhythm. */
.cr-page .xp-hero__copy {
  --cr-hero-type-gap: clamp(36px, 3vw, 52px);
}

.cr-page .xp-hero__kicker {
  margin-bottom: var(--cr-hero-type-gap);
}

.cr-page .xp-hero__lead {
  margin-top: var(--cr-hero-type-gap);
}

/* Center the complete hero composition within the black viewport below the
   fixed navigation, without changing the spacing inside either column. */
@media (min-width: 1024px) {
  .cr-page .xp-hero__inner {
    transform: translateY(clamp(28px, 4vh, 44px));
  }
}

body.cr-page :is(ul, ol) {
  padding: 0;
}

body.cr-page img,
body.cr-page svg {
  display: block;
  max-width: 100%;
}

body.cr-page :is(h1, h2, h3),
body.cr-page :is(h1, h2, h3) * {
  font-family: var(--cr-display) !important;
  font-synthesis: none;
}

body.cr-page .cr-display--din,
body.cr-page .cr-display--din *,
body.cr-page :is(.cr-numeral-crop, .cr-hardware-row h3),
body.cr-page :is(.cr-numeral-crop, .cr-hardware-row h3) * {
  font-family: var(--cr-font) !important;
}

/* This statement contains a numeral, so the design-system display rule uses
   one DIN Bold run instead of mixing Nordix letters with a fallback digit. */
body.cr-page .cr-statement__header .cr-display--din,
body.cr-page .cr-statement__header .cr-display--din * {
  font-weight: 700;
}

body.cr-page ::selection {
  background: var(--cr-blue);
  color: #fff;
}

body.cr-page :focus-visible {
  outline: 3px solid var(--cr-blue);
  outline-offset: 5px;
}

.cr-main {
  width: 100%;
  overflow: clip;
}

/* ClusterReady and ClusterBeacon keep only the quiet grey grid supplied by
   `.xp-grid-surface`. The navigation geometry layer adds a second, brighter
   grid plus the compass/radar rings, which competes with the hero content. */
body.cr-page:is(
    [data-product="clusterready"],
    [data-product="clusterbeacon"]
  )
  .xp-section--black
  > .xperf-construct-hero {
  display: none;
}

.cr-shell {
  width: min(100%, var(--cr-shell));
  margin-inline: auto;
  padding-inline: var(--cr-gutter);
}

.cr-section {
  position: relative;
  isolation: isolate;
  padding-block: var(--cr-section-y);
  overflow: clip;
  background: var(--cr-paper);
  scroll-margin-top: var(--cr-nav-offset);
}

.cr-grid::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(to right, var(--cr-grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--cr-grid) 1px, transparent 1px);
  background-position: var(--cr-gutter) 0;
  background-size: 148px 148px;
  content: "";
  pointer-events: none;
}

.cr-grid::after {
  position: absolute;
  z-index: -1;
  inset: 0 var(--cr-gutter);
  border-inline: 1px solid var(--cr-rail);
  content: "";
  pointer-events: none;
}

.cr-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  background: transparent;
  color: var(--cr-ink);
  font-family: var(--cr-font) !important;
  font-size: clamp(24px, 1.5vw, 28px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cr-kicker::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--cr-blue);
  content: "";
}

.cr-kicker--inverse {
  background: transparent;
  color: #fff;
}

.cr-kicker--inverse::before {
  background: #fff;
}

.cr-display {
  /* 26ch keeps the longest heading on this page (49 chars) to two lines;
     15ch was fragmenting 40-char headings into four. */
  max-width: 26ch;
  font-size: clamp(40px, 3.4vw, 56px);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.08;
  text-wrap: balance;
}

.cr-lead {
  max-width: 45ch;
  color: var(--cr-ink);
  font-size: clamp(24px, 1.55vw, 28px);
  line-height: 1.48;
  -webkit-text-stroke: 0.18px currentColor;
  text-wrap: pretty;
}

.cr-point-list {
  display: grid;
  gap: 18px;
  list-style: none;
}

.cr-point-list li {
  position: relative;
  padding-left: 28px;
  color: var(--cr-ink);
  font-size: clamp(24px, 1.55vw, 30px);
  line-height: 1.42;
  -webkit-text-stroke: 0.18px currentColor;
}

.cr-point-list li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--cr-blue);
  content: "";
}

.cr-bracket-link {
  display: inline-flex;
  width: fit-content;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--cr-blue);
  font-family: var(--cr-font) !important;
  font-size: clamp(24px, 1.55vw, 30px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.cr-bracket-link:hover,
.cr-bracket-link:focus-visible {
  background: var(--cr-blue);
  color: #fff;
}

.cr-section-head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  margin-bottom: clamp(76px, 7vw, 128px);
}

.cr-section-head > .cr-kicker {
  grid-column: 1 / 4;
}

.cr-section-head > div {
  min-width: 0;
  grid-column: 4 / 13;
  padding-top: clamp(82px, 8vw, 132px);
  border-top: 1px solid var(--cr-construction);
}

.cr-section-head .cr-lead {
  margin-top: 36px;
}

/* Problem statement and rail list */
.cr-statement__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.cr-statement__header {
  min-width: 0;
  grid-column: 1 / 6;
}

.cr-statement__header .cr-display {
  max-width: 14ch;
  margin-top: clamp(56px, 5.5vw, 82px) !important;
  font-size: clamp(40px, 3.4vw, 56px);
  letter-spacing: -0.012em;
  line-height: 1.08;
}

.cr-statement__header .cr-day-one {
  font-weight: 700;
}

.cr-mi325-numerals {
  font-weight: 700;
}

.cr-statement__header .cr-lead {
  max-width: 56ch;
  margin-top: 28px !important;
  line-height: 1.45;
}

body.cr-page[data-product="clusterbeacon"] .cr-statement__header,
body.cr-page[data-product="clusterbeacon"] .cr-proof__header {
  grid-column: 1 / 7;
}

body.cr-page[data-product="clusterbeacon"]
  .cr-statement__header
  .cr-display {
  max-width: 24ch;
}

.cr-rail-list {
  min-width: 0;
  grid-column: 7 / 13;
  border-top: 1px solid var(--cr-construction);
}

.cr-rail-row {
  display: grid;
  grid-template-columns: minmax(72px, 0.8fr) minmax(180px, 2fr) minmax(260px, 3fr);
  gap: 24px;
  align-items: end;
  min-height: 246px;
  padding-block: 44px;
  border-bottom: 1px solid var(--cr-construction);
}

.cr-rail-row__index {
  align-self: start;
  color: var(--cr-blue);
  font-size: 24px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

/* Preserve the sequence accent inside light sections. The shared page-level
   contrast rule must not flatten semantic indices back to body text black. */
body.cr-page .cr-section .cr-rail-row__index {
  color: var(--cr-blue);
}

.cr-rail-row h3 {
  font-size: clamp(32px, 2.4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 0.98;
}

.cr-rail-row p {
  font-size: clamp(24px, 1.5vw, 28px);
  line-height: 1.45;
  -webkit-text-stroke: 0.18px currentColor;
}

/* Blueprint metric */
.cr-blueprint {
  background: var(--cr-blue);
  color: #fff;
}

.cr-blueprint.cr-grid::before {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
}

.cr-blueprint.cr-grid::after {
  border-color: rgba(255, 255, 255, 0.35);
}

/* On the electric-blue metric panel, the annotation dot and measuring rule
   use the same black drafting ink as the metric typography. */
.cr-blueprint .cr-kicker--inverse::before {
  background: #111;
}

.cr-blueprint__layout {
  position: relative;
}

.cr-blueprint__metric {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: end;
  min-height: clamp(480px, 52vw, 760px);
  padding-top: clamp(88px, 9vw, 152px);
}

.cr-numeral-crop {
  height: auto;
  grid-column: 1 / 8;
  overflow: visible;
  font-size: clamp(210px, 28vw, 500px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
  white-space: nowrap;
}

.cr-blueprint__copy {
  grid-column: 8 / 13;
  padding-bottom: clamp(52px, 7vw, 112px);
}

.cr-blueprint__copy h2 {
  /* Matches .cr-display — this h2 carries no class but is the same heading level. */
  max-width: 16ch;
  font-size: clamp(30px, 2.5vw, 44px);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.08;
}

.cr-blueprint__copy p {
  max-width: 32ch;
  margin-top: 32px !important;
  font-size: clamp(24px, 1.55vw, 30px);
  line-height: 1.45;
  -webkit-text-stroke: 0.18px currentColor;
}

.cr-ruler {
  position: relative;
  height: 28px;
  border-top: 1px solid #111;
  background-image: repeating-linear-gradient(to right, transparent 0 27px, #111 27px 28px);
  -webkit-mask-image: linear-gradient(to bottom, #000 0 12px, transparent 12px);
  mask-image: linear-gradient(to bottom, #000 0 12px, transparent 12px);
}

/* Homepage card-collapsible component, reused for the validation sequence. */
.cr-process {
  background: #ececec;
}

.cr-process > .cr-shell {
  width: min(100%, 2000px);
  padding-inline: clamp(28px, 3vw, 64px);
}

.cr-process-collapsible {
  margin-top: clamp(56px, 6vw, 92px);
  padding: 0;
  list-style: none;
}

.cr-process-collapsible__card {
  display: list-item !important;
  min-width: 0;
  cursor: pointer;
  outline: 0;
}

html body.cr-page:is([data-product="clusterready"], [data-product="clusterbeacon"])
  .cr-process-collapsible--static
  > .cr-process-collapsible__card {
  cursor: default;
}

html body.cr-page:is([data-product="clusterready"], [data-product="clusterbeacon"])
  .cr-process-collapsible--static
  > .cr-process-collapsible__card
  > .group.flex {
  justify-content: flex-start !important;
  row-gap: clamp(40px, 5vw, 72px) !important;
}

html body.cr-page .cr-process .cr-process-collapsible > .cr-process-collapsible__card {
  display: list-item !important;
}

.cr-process-collapsible__card:focus-visible {
  box-shadow: inset 0 0 0 2px var(--cr-blue);
}

/* Preserve the homepage component's own typography inside the reused deck.
   The site-wide Nordix/DIN rules intentionally style the rest of the page. */
html body.cr-page .cr-process :is(.type-heading-1630, .type-heading-2430, .type-heading-3230) {
  font-family: var(--font-heading, "fontHeading", "fontHeading Fallback") !important;
  font-weight: 300 !important;
  font-synthesis: none;
}

html body.cr-page .cr-process .type-heading-1630 {
  font-size: 24px !important;
  line-height: 1.16667 !important;
  letter-spacing: -0.48px !important;
}

html body.cr-page .cr-process .type-heading-2430 {
  font-size: 24px !important;
  line-height: 1.16667 !important;
  letter-spacing: -0.48px !important;
}

html body.cr-page .cr-process :is(.type-body-1440, .type-body-1640) {
  font-family: var(--font-body, "fontBody", "fontBody Fallback") !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.42 !important;
  letter-spacing: -0.24px !important;
}

html body.cr-page .cr-process :is(.type-mono-1040, .type-mono-1240) {
  font-family: var(--font-mono, "fontMono", "fontMono Fallback") !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.cr-process-collapsible__card img {
  width: 137px;
  max-width: 137px;
  max-height: 137px;
  aspect-ratio: 1;
  height: auto;
  flex: 0 0 auto;
  object-fit: cover;
}

/* The expanded stage uses the same hierarchy as the homepage product card:
   a single strong title, quiet labels, readable copy, then one blue outcome
   label. The custom classes also prevent utility typography from changing
   line length while the accordion switches state. */
html body.cr-page .cr-process .cr-process-card__details {
  display: flex;
  width: 100%;
  max-width: 52rem;
  flex-direction: column;
  gap: clamp(26px, 2.2vw, 38px);
}

html body.cr-page .cr-process .cr-process-card__title {
  max-width: 15ch;
  font-family: var(--cr-display) !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  letter-spacing: -0.9px !important;
  line-height: 37.44px !important;
}

html body.cr-page .cr-process .cr-process-card__group {
  display: grid;
  justify-items: start;
  gap: 14px;
}

html body.cr-page .cr-process .cr-process-card__label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0;
  color: var(--cr-ink);
  font-family: var(--cr-font) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 30px !important;
  text-transform: uppercase;
}

html body.cr-page .cr-process .cr-process-card__label--accent {
  padding: 6px 8px 4px;
  background: var(--cr-blue);
}

html body[data-product="clusterbeacon"]
  .cr-process
  .cr-process-card__label--accent,
html body[data-product="clusterbeacon"]
  .cr-process
  .cr-process-card__label--accent
  + .cr-process-card__copy {
  font-weight: 600 !important;
}

html body.cr-page .cr-process .cr-process-card__copy {
  max-width: 29ch;
  font-family: var(--cr-font) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: -0.16px !important;
  line-height: 30px !important;
}

html body.cr-page .cr-process .cr-process-card__closed-title {
  font-family: var(--cr-display) !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  letter-spacing: -0.48px !important;
  line-height: 25.92px !important;
}

@media (min-width: 1024px) {
  .cr-process-collapsible__card > .group.flex {
    min-height: clamp(560px, 42vw, 700px);
  }

  .cr-process-collapsible__card[data-state="open"] {
    width: 55% !important;
  }

  .cr-process-collapsible__card[data-state="closed"] {
    width: 15% !important;
  }

  html body.cr-page .cr-process li.cr-process-collapsible__card[data-state="closed"] {
    width: 15% !important;
  }

  .cr-process-collapsible__card[data-state="closed"] img {
    width: 56px;
    max-width: 56px;
    max-height: 56px;
  }

  .cr-process-collapsible__card[data-state="open"] img {
    width: 200px;
    max-width: 200px;
    max-height: 200px;
  }

  /* The original half-width detail rail was tuned for 16px copy. Let the
     24px minimum use the available open-card width instead of clipping. */
  .cr-process-collapsible__card[data-state="open"]
    > .group.flex
    > div:nth-child(2) {
    width: min(100%, 52rem) !important;
  }

  /* Keep the process canvas stable while card widths and details transition.
     xperf-nav.css lets the open card grow with its content, which causes the
     section boundary to jump as text reflows between the four states. */
  html body.cr-page section.cr-process .cr-process-collapsible {
    align-items: stretch;
  }

  html body.cr-page section.cr-process
    .cr-process-collapsible
    > .cr-process-collapsible__card {
    height: 700px !important;
    min-height: 700px !important;
    overflow: hidden !important;
    transition-property: width !important;
  }

  html body.cr-page section.cr-process
    .cr-process-collapsible
    > .cr-process-collapsible__card
    > .group.flex {
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding-bottom: 1rem !important;
  }

  html body.cr-page:is([data-product="clusterready"], [data-product="clusterbeacon"])
    section.cr-process
    .cr-process-collapsible--static {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  html body.cr-page:is([data-product="clusterready"], [data-product="clusterbeacon"])
    section.cr-process
    .cr-process-collapsible--static
    > .cr-process-collapsible__card {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    transition: none !important;
  }

  html body.cr-page:is([data-product="clusterready"], [data-product="clusterbeacon"])
    section.cr-process
    .cr-process-collapsible--static
    > .cr-process-collapsible__card
    > .group.flex {
    height: 100% !important;
    min-height: 560px !important;
    overflow: visible !important;
  }
}

@media (min-width: 1280px) {
  html body.cr-page:is([data-product="clusterready"], [data-product="clusterbeacon"])
    section.cr-process
    .cr-process-collapsible--static {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html body.cr-page:is([data-product="clusterready"], [data-product="clusterbeacon"])
    section.cr-process
    .cr-process-collapsible--static
    > .cr-process-collapsible__card
    > .group.flex {
    min-height: 600px !important;
  }
}

/* Validation layers */
.cr-layer-rows {
  border-top: 1px solid var(--cr-construction);
}

.cr-layer-row {
  display: grid;
  grid-template-columns: 90px minmax(220px, 1.4fr) minmax(300px, 2fr);
  gap: 28px;
  align-items: end;
  min-height: 240px;
  padding-block: 42px;
  border-bottom: 1px solid var(--cr-construction);
}

.cr-layer-row > span {
  align-self: start;
  color: var(--cr-blue);
  font-size: 24px;
  font-weight: 700;
}

body.cr-page[data-product="clusterready"] .cr-layer-row > span {
  color: var(--cr-blue) !important;
}

.cr-layer-row h3 {
  font-size: clamp(36px, 3.4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 0.94;
}

.cr-layer-row p {
  max-width: 38ch;
  font-size: clamp(24px, 1.65vw, 30px);
  line-height: 1.45;
  -webkit-text-stroke: 0.18px currentColor;
}

/* Proof data */
.cr-proof__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.cr-proof__header {
  min-width: 0;
  grid-column: 1 / 6;
}

body.cr-page[data-product="clusterready"] .cr-proof__header {
  grid-column: 1 / 7;
}

.cr-proof__header .cr-display {
  margin-top: clamp(74px, 8vw, 132px) !important;
}

.cr-proof__header .cr-lead {
  margin-top: 38px !important;
}

.cr-proof__metrics {
  min-width: 0;
  grid-column: 7 / 13;
  border-top: 1px solid var(--cr-construction);
}

.cr-proof__metrics > div {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(180px, 1fr);
  gap: 24px;
  align-items: end;
  min-height: 190px;
  padding-block: 34px;
  border-bottom: 1px solid var(--cr-construction);
}

.cr-proof__metrics dt {
  max-width: 25ch;
  font-family: var(--cr-font) !important;
  font-size: clamp(24px, 1.55vw, 28px);
  font-weight: 400;
  line-height: 1.45;
}

html body.cr-page[data-product="clusterready"] .cr-proof__annotation {
  display: block;
  margin-top: 8px;
  color: var(--cr-construction) !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.3 !important;
}

.cr-proof__metrics dd {
  color: var(--cr-blue);
  font-family: var(--cr-display) !important;
  font-size: clamp(58px, 6vw, 104px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.86;
  text-align: right;
}

body.cr-page[data-product="clusterready"] .cr-proof__metrics dd {
  color: var(--cr-blue) !important;
  font-weight: 500 !important;
}

/* Word-based ClusterBeacon proof values need more breathing room than numerals. */
.cr-proof__metrics--compact dd {
  font-size: clamp(44px, 4.2vw, 72px);
  letter-spacing: -0.02em;
  line-height: 0.96;
  white-space: nowrap;
}

/* Hardware wall */
.cr-hardware__rows {
  border-top: 1px solid var(--cr-construction);
}

.cr-hardware-row {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(420px, 4fr) minmax(300px, 2fr);
  gap: 28px;
  align-items: center;
  min-height: 190px;
  padding-block: 38px;
  border-bottom: 1px solid var(--cr-construction);
}

.cr-hardware-row__vendor {
  display: flex;
  min-height: 72px;
  align-items: center;
}

.cr-hardware-row__vendor-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.cr-hardware-row h3 {
  font-size: clamp(32px, 3.1vw, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.cr-hardware-row p {
  font-size: 24px;
  line-height: 1.4;
}

/* Download rows */
.cr-download {
  border-top: 1px solid var(--cr-rail);
}

.cr-download__rows {
  border-top: 1px solid var(--cr-construction);
}

.cr-download-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(320px, 2fr) minmax(240px, 1.4fr);
  gap: 28px;
  align-items: center;
  min-height: 150px;
  padding-block: 30px;
  border-bottom: 1px solid var(--cr-construction);
}

.cr-download-row__platform {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 18px;
}

.cr-download-row__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  color: #0c0c0d;
}

.cr-download-row__icon :is(svg, img) {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.cr-download-row h3 {
  font-size: clamp(30px, 2.8vw, 46px);
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1;
}

.cr-download-row p,
.cr-download-row a {
  font-size: 24px;
  line-height: 1.35;
}

.cr-download-row a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  justify-self: end;
  padding: 12px 16px;
  border-bottom: 0;
  background: var(--cr-blue);
  color: #0c0c0d;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.cr-download-row a:hover,
.cr-download-row a:focus-visible {
  background: #0c0c0d;
  color: #fff;
}

/* Progressive motion */
html.cr-motion [data-cr-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms var(--cr-ease), transform 700ms var(--cr-ease);
}

html.cr-motion [data-cr-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Homepage title reveal: the blue bar enters, covers the line, then exits right. */
html.cr-title-motion [data-cr-title-reveal] {
  opacity: 0;
}

html.cr-title-motion [data-cr-title-reveal].is-title-ready {
  opacity: 1;
}

.cr-title-reveal__measure {
  display: inline-block;
  white-space: nowrap;
}

.cr-title-reveal__line-wrapper {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  min-height: 1.1em;
  margin-top: -0.1em;
  padding-bottom: 0.15em;
  overflow: hidden;
}

.cr-title-reveal__line-wrapper:first-child {
  margin-top: 0;
}

.cr-title-reveal__line {
  position: relative;
  z-index: 10;
  display: block;
  width: fit-content;
  opacity: 0;
}

.cr-title-reveal__box {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: block;
  pointer-events: none;
  background: var(--cr-blue);
  transform: translate3d(-102%, 0, 0);
}

[data-cr-title-reveal].is-title-revealed .cr-title-reveal__box {
  animation: cr-title-box-reveal 2s both;
}

[data-cr-title-reveal].is-title-revealed .cr-title-reveal__line {
  animation: cr-title-text-reveal 2s both;
}

@keyframes cr-title-box-reveal {
  0% {
    transform: translate3d(-102%, 0, 0);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }

  50% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }

  100% {
    transform: translate3d(102%, 0, 0);
  }
}

@keyframes cr-title-text-reveal {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  100% {
    opacity: 1;
  }
}

/* Keep the shared navigation compact and leave its typography untouched. */
.cr-page #xperf-site-nav,
.cr-page #xperf-site-nav * {
  font-family: var(--cr-font) !important;
}

/* The blanket rule above would flatten the nav headings to body DIN. Restore the
   heading face so subpage nav titles match the homepage. */
.cr-page #xperf-site-nav :is(h1, h2, h3, h4, h5, h6),
.cr-page #xperf-site-nav .xperf-nav__card-title,
.cr-page #xperf-site-nav .xperf-nav__mobile-heading {
  font-family: var(--xperf-heading-font) !important;
}

/* Responsive */
@media (max-width: 1279px) {
  .cr-rail-row {
    grid-template-columns: 64px 1fr;
  }

  .cr-rail-row p {
    grid-column: 2;
    margin-top: 12px !important;
  }

  .cr-hardware-row {
    grid-template-columns: 140px 1fr;
  }

  .cr-hardware-row p {
    grid-column: 2;
  }
}

@media (min-width: 1025px) and (max-width: 1365px) {
  html body.cr-page[data-product="clusterready"]
    .cr-process
    .cr-process-card__closed-title {
    font-size: 22px !important;
    line-height: 1.08 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  html body.cr-page .cr-process .cr-process-card__closed-title {
    font-size: 16px !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 1024px) {
  :root {
    --cr-gutter: clamp(28px, 6vw, 64px);
    --cr-section-y: clamp(96px, 13vw, 140px);
  }

  .cr-section-head {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cr-section-head > .cr-kicker,
  .cr-section-head > div {
    grid-column: auto;
  }

  .cr-section-head > div {
    margin-top: 36px;
    padding-top: 72px;
  }

  .cr-statement__header,
  .cr-rail-list,
  .cr-proof__header,
  .cr-proof__metrics {
    grid-column: 1 / -1;
  }

  body.cr-page[data-product="clusterready"] .cr-proof__header {
    grid-column: 1 / -1;
  }

  body.cr-page[data-product="clusterbeacon"] .cr-statement__header,
  body.cr-page[data-product="clusterbeacon"] .cr-proof__header {
    grid-column: 1 / -1;
  }

  .cr-rail-list,
  .cr-proof__metrics {
    margin-top: 88px;
  }

  .cr-blueprint__metric {
    min-height: auto;
  }

  .cr-numeral-crop,
  .cr-blueprint__copy {
    grid-column: 1 / -1;
  }

  .cr-numeral-crop {
    height: auto;
    font-size: clamp(190px, 45vw, 350px);
  }

  .cr-blueprint__copy {
    padding-top: 56px;
    padding-bottom: 72px;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
  }

  .cr-layer-row {
    grid-template-columns: 64px minmax(220px, 1fr);
  }

  .cr-layer-row p {
    grid-column: 2;
    margin-top: 16px !important;
  }

}

@media (max-width: 767px) {
  :root {
    --cr-gutter: clamp(24px, 6.5vw, 36px);
    --cr-nav-offset: 86px;
  }

  .cr-grid::before {
    background-size: 96px 96px;
  }

  .cr-display {
    font-size: clamp(38px, 9vw, 52px);
    line-height: 1.1;
  }

  .cr-kicker {
    width: auto;
    max-width: 100%;
    padding-inline: 0;
    font-size: 24px;
  }

  .cr-proof__header .cr-display {
    margin-top: 64px !important;
  }

  .cr-statement__header .cr-display {
    max-width: 14ch;
    margin-top: 70px !important;
    font-size: clamp(38px, 9vw, 52px);
  }

  .cr-statement__header .cr-lead {
    margin-top: 24px !important;
  }

  .cr-rail-row {
    grid-template-columns: 48px 1fr;
    gap: 18px;
    min-height: 0;
    padding-block: 36px;
  }

  .cr-blueprint__metric {
    padding-top: 72px;
  }

  .cr-numeral-crop {
    height: auto;
    font-size: clamp(96px, 44vw, 250px);
  }

  .cr-layer-row {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding-block: 36px;
  }

  .cr-layer-row h3 {
    font-size: clamp(36px, 9.5vw, 48px);
  }

  .cr-proof__metrics > div {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
    padding-block: 38px;
  }

  .cr-proof__metrics dd {
    text-align: left;
  }

  .cr-hardware-row,
  .cr-download-row {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding-block: 40px;
  }

  .cr-hardware-row p {
    grid-column: auto;
  }

  .cr-hardware-row h3 {
    overflow-wrap: anywhere;
    font-size: clamp(32px, 8.5vw, 44px);
  }

  .cr-download-row a {
    justify-self: start;
  }

}

@media (max-width: 420px) {
  .cr-rail-row,
  .cr-layer-row {
    grid-template-columns: 1fr;
  }

  .cr-rail-row p,
  .cr-layer-row p {
    grid-column: 1;
  }
}

/* ClusterReady content baseline: the hero outcome size is the minimum readable
   scale for product-page copy. Headings, metrics, links, nav, and footer keep
   their existing hierarchy above it. */
body.cr-page .cr-main :is(
  .cr-lead,
  .cr-point-list li,
  .cr-rail-row p,
  .cr-blueprint__copy p,
  .cr-layer-row p,
  .cr-proof__metrics dt,
  .cr-hardware-row p,
  .cr-download-row p
) {
  font-size: 24px !important;
  line-height: 1.42 !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.cr-motion [data-cr-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html.cr-title-motion [data-cr-title-reveal],
  html.cr-title-motion [data-cr-title-reveal].is-title-ready,
  .cr-title-reveal__line {
    opacity: 1;
  }

  .cr-title-reveal__line,
  .cr-title-reveal__box {
    animation: none !important;
  }

  .cr-title-reveal__box {
    display: none;
  }

  .cr-process-collapsible__card,
  .cr-process-collapsible__card img,
  .cr-bracket-link,
  .cr-download-row a {
    transition: none;
  }
}
