/*
 * Sitewide monochrome pass
 *
 * White, graphite, opacity, motion, and material replace blue as the site's
 * interaction and emphasis language. This file intentionally loads last.
 */

:root {
  --signal: #ffffff;
  --signal-dim: rgba(255, 255, 255, 0.34);
  --signal-wash: rgba(255, 255, 255, 0.08);
}

::selection {
  color: #050505;
  background: rgba(255, 255, 255, 0.92);
}

:where(a, button, input):focus-visible {
  outline-color: rgba(255, 255, 255, 0.92);
}

:where(a, button) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.14);
}

.brand-mark circle {
  fill: rgba(255, 255, 255, 0.94);
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.24));
}

/* Match navbar wordmark: Michroma + open tracking. */
.top-nav .brand,
.site-footer-complete .brand,
.site-footer-complete .brand span {
  font-family: "Michroma", sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
}

.top-nav .brand,
.site-footer-complete .brand {
  gap: 14px !important;
}

.footer-contact address {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

/* Navbar: responsive white material instead of an accent underline. */
.nav-links a {
  margin-inline: -11px;
  padding-inline: 11px;
  border-radius: 999px;
  transition-property: color, background-color, opacity, transform;
  transition-duration: 180ms;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a::after {
  display: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.065);
  transform: translateY(-1px);
}

.nav-links a[aria-current="location"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.095);
}

.nav-links a:active {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(0) scale(0.975);
}

/* Hero stage index: larger, cleaner, and still understated. */
.stage-index {
  width: 174px;
  row-gap: 10px;
}

.stage-item {
  min-height: 40px;
}

.stage-item strong {
  gap: 12px;
  font-size: 12.5px;
  font-weight: 520;
  letter-spacing: 0.155em;
}

.stage-item.is-active {
  transform: translateX(-7px);
}

/* Replace the remaining cool-toned ambient surfaces with neutral light. */
.product-intro {
  background:
    radial-gradient(circle at 18% 76%, rgba(255, 255, 255, 0.035), transparent 32rem),
    linear-gradient(180deg, #050505, #070707 48%, #050505);
}

.record-section {
  background:
    radial-gradient(circle at 18% 52%, rgba(255, 255, 255, 0.04), transparent 32rem),
    #080808;
}

.waitlist-section-complete {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.065), transparent 32rem),
    #050505;
}

.ballistics-field::before {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.012) 25%,
    rgba(255, 255, 255, 0.045) 50%,
    rgba(255, 255, 255, 0.018) 63%,
    transparent
  );
}

.ballistics-field__trajectory .field-trajectory-primary {
  stroke: rgba(255, 255, 255, 0.095);
}

.ballistics-field__trajectory .field-origin {
  fill: rgba(255, 255, 255, 0.2);
}

/* Remove the remaining blue cast from the animated hero material. */
.silk-layer {
  filter: grayscale(1) contrast(1.03) brightness(0.92);
}

/* Monochrome component accents. */
.setup-axis {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22) 12%,
    rgba(255, 255, 255, 0.78) 52%,
    rgba(255, 255, 255, 0.22) 88%,
    transparent
  );
}

.setup-node > span,
.setup-output em,
.metric-code,
.workflow-steps li > span,
.text-link span {
  color: rgba(255, 255, 255, 0.72);
}

.setup-output i,
.record-points li::before,
.workflow-steps::after {
  background: rgba(255, 255, 255, 0.72);
}

.workflow-steps li:hover > span,
.workflow-steps li:focus-within > span {
  border-color: rgba(255, 255, 255, 0.56);
  color: #ffffff;
}

.record-device-bar i,
.validation-status-line > span {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.32);
}

/* Featured pricing remains distinctive through depth and contrast, not hue. */
.pricing-plan.is-featured {
  border-color: rgba(255, 255, 255, 0.38);
  background: #0e0e0f;
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.pricing-plan.is-featured:hover {
  border-color: rgba(255, 255, 255, 0.66);
  background: #121213;
}

.pricing-plan.is-featured .pricing-features li::before {
  background: rgba(255, 255, 255, 0.72);
}

.pricing-plan.is-featured .pricing-cta {
  border-color: rgba(255, 255, 255, 0.96);
  color: #070707;
  background: rgba(255, 255, 255, 0.96);
}

.pricing-plan.is-featured .pricing-cta:hover,
.pricing-plan.is-featured .pricing-cta:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(255, 255, 255, 0.08);
}

.waitlist-control:focus-within {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.075);
}

.waitlist-control button:hover,
.waitlist-control button:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(255, 255, 255, 0.08);
}

.form-status.is-error {
  color: rgba(255, 255, 255, 0.88);
}

.form-status.is-success {
  color: rgba(255, 255, 255, 0.78);
}

/* Raise micro-label floor for readability. */
.section-label,
.waitlist-form label,
.workflow-steps li > b,
.pricing-audience,
.pricing-plan-status,
.metric-code,
.record-device-bar,
.footer-links,
.stage-item strong {
  font-size: max(11px, 0.6875rem);
}

.product-intro .section-header .section-lead,
.product-demo-heading .section-lead,
.pricing-header .section-lead {
  margin-top: 0;
}

/* First post-hero beat: copy + telemetry board fill the desktop frame. */
.product-intro .section-shell.product-intro-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
  align-items: center;
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 40px;
  min-height: min(78vh, 820px);
  padding-top: clamp(88px, 8vw, 128px) !important;
  padding-bottom: clamp(88px, 8vw, 128px) !important;
}

.product-intro-copy {
  display: grid;
  gap: 22px;
  max-width: 34rem;
}

.product-intro-title {
  display: grid;
  gap: 0.06em;
  margin: 0;
  color: #f5f6f7;
  font-family: var(--display);
  font-size: clamp(46px, 5.4vw, 80px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
}

.product-intro-title-heavy {
  font-weight: 780;
  letter-spacing: -0.05em;
}

.product-intro-title-soft {
  color: rgba(245, 246, 247, 0.58);
  font-weight: 420;
}

.product-intro-lead {
  margin: 0;
  max-width: 36ch;
  color: rgba(245, 246, 247, 0.9);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.product-intro-body {
  margin: 0;
  max-width: 42ch;
  color: rgba(245, 246, 247, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

.product-intro-board {
  display: grid;
  gap: 0;
  width: 100%;
  max-width: 520px;
  justify-self: end;
  padding: clamp(28px, 3vw, 40px) clamp(28px, 3.2vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.04), transparent 42%),
    #0c0d10;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.product-intro-board-label {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-intro-board-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 12px 16px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.product-intro-board-row.is-last {
  padding-bottom: 4px;
}

.product-intro-board-row span {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-intro-board-row strong {
  color: #ffffff;
  font-family: var(--mono);
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.92;
  font-variant-numeric: tabular-nums;
}

.product-intro-board-row em {
  padding-bottom: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mono);
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.14em;
}

@media (max-width: 980px) {
  .product-intro .section-shell.product-intro-shell {
    grid-template-columns: 1fr !important;
    min-height: 0;
    padding-top: clamp(80px, 12vw, 112px) !important;
    padding-bottom: clamp(80px, 12vw, 112px) !important;
  }

  .product-intro-board {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .product-intro-board {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .product-intro-board-row strong {
    font-size: 40px;
  }
}

.pricing-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  max-width: 720px;
  align-items: start !important;
}

.pricing-header .section-lead {
  max-width: 58ch !important;
}

/* Product demo: copy + phone as one desktop composition, not a left void. */
.product-demo-shell {
  display: grid !important;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.55fr) !important;
  align-items: center;
  gap: clamp(20px, 2.8vw, 40px) !important;
  min-height: min(84vh, 760px);
}

.product-demo-heading {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 18px !important;
  max-width: 28rem;
  align-items: start !important;
}

.product-demo-heading .section-lead {
  max-width: 34ch !important;
  margin: 0 !important;
}

.product-demo-stage .landscape-phone-stage,
.product-demo-phone-host .landscape-phone-stage {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
}

/* Workflow: headline band, then three equal step columns that fill the frame. */
.workflow-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(48px, 5.5vw, 72px) !important;
  column-gap: 0 !important;
}

.workflow-intro {
  position: static !important;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: end;
  gap: clamp(28px, 4vw, 64px);
  width: 100%;
  max-width: none;
}

.workflow-intro > p {
  max-width: 46ch;
  margin: 0 !important;
  color: rgba(245, 246, 247, 0.66);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.65;
}

.workflow-steps {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 22px) !important;
  border-top: 0 !important;
}

.workflow-steps::before,
.workflow-steps::after {
  display: none !important;
}

.workflow-steps li {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
  gap: 14px !important;
  min-height: 100%;
  padding: clamp(22px, 2.4vw, 32px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    rgba(255, 255, 255, 0.018);
}

.workflow-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
}

.workflow-steps h3 {
  font-size: clamp(24px, 2.2vw, 32px) !important;
  letter-spacing: -0.04em;
}

.workflow-steps p {
  max-width: none !important;
  margin: 0 !important;
  font-size: 14.5px;
  line-height: 1.6;
}

.workflow-steps b {
  justify-self: start;
  padding-top: 8px !important;
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 10px;
  letter-spacing: 0.16em;
}

@media (max-width: 980px) {
  .product-demo-shell {
    grid-template-columns: 1fr !important;
    min-height: 0;
    gap: clamp(36px, 7vw, 56px) !important;
  }

  .product-demo-heading {
    max-width: 36rem;
  }

  .product-demo-stage .landscape-phone-stage,
  .product-demo-phone-host .landscape-phone-stage {
    width: min(720px, 100%) !important;
    margin-inline: auto !important;
  }

  .workflow-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .workflow-steps {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 820px) {
  .stage-index {
    width: min(430px, calc(100vw - 48px));
  }

  .stage-item {
    min-height: 38px;
  }

  .stage-item strong {
    gap: 8px;
    font-size: 10.5px;
    letter-spacing: 0.14em;
  }

  .stage-item.is-active {
    transform: translateY(-3px);
  }
}

@media (max-width: 560px) {
  .top-nav .brand,
  .site-footer-complete .brand,
  .site-footer-complete .brand span {
    gap: 10px !important;
    font-size: 11.5px !important;
    letter-spacing: 0.19em !important;
  }

  .stage-index {
    width: calc(100vw - 36px);
  }

  .stage-item strong {
    gap: 6px;
    font-size: 9.25px;
    letter-spacing: 0.115em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-links a,
  .stage-item {
    transition: none;
  }
}
