/* Hub-and-Spoke Architecture V1 */

/* Hub header — align with .container (760px), single-row flex */
.site-header--hub .header-inner.header-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  width: min(760px, 92vw);
  max-width: min(760px, 92vw);
  min-height: auto;
  padding: 0.65rem 0;
}

.site-header--hub .site-logo {
  grid-row: auto;
  flex-shrink: 0;
  order: 1;
}

.site-header--hub .header-nav-wrap {
  grid-column: auto;
  grid-row: auto;
  order: 2;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  justify-content: center;
}

.site-header--hub .hub-nav {
  justify-content: center;
}

.site-header--hub .hub-header-actions {
  order: 3;
  margin-left: 0;
  flex-shrink: 0;
}

.site-header--hub .site-logo-brand {
  color: #eef2f7;
}

.site-header--hub .site-logo-domain {
  color: #6eb8ff;
}

.hub-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
}

.hub-nav a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.hub-nav a:hover,
.hub-nav a.is-active {
  color: var(--text);
}

.hub-nav a.is-active {
  border-bottom: 2px solid var(--accent-blue, #4a9eff);
  padding-bottom: 0.15rem;
}

.hub-header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hub-header-actions .header-status-pills {
  display: none;
}

@media (min-width: 1100px) {
  .hub-header-actions .header-status-pills {
    display: flex;
  }
}

/* Hub hero — split layout + visual stack */
.hub-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
  align-items: center;
}

@media (max-width: 900px) {
  .hub-hero-split {
    grid-template-columns: 1fr;
  }

  .hub-hero-visual {
    order: 2;
  }
}

.hub-hero-copy h1 {
  max-width: none;
}

.hub-hero-visual {
  margin: 0;
}

.hub-hero-visual-stack {
  position: relative;
  border: 1px solid rgba(94, 184, 255, 0.28);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(12, 18, 28, 0.95), rgba(8, 12, 18, 0.85));
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.hub-hero-bwc45-wrap--solo {
  display: block;
  border: 1px solid rgba(94, 184, 255, 0.28);
  border-radius: 10px;
  background: linear-gradient(165deg, rgba(10, 14, 22, 0.98), rgba(6, 10, 16, 0.92));
  padding: 0.75rem 1rem 0.85rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.hub-hero-mos {
  display: none;
}

.hub-hero-bwc45-wrap {
  display: block;
  padding: 0.45rem 0.65rem 0.55rem;
  background: rgba(6, 10, 16, 0.6);
}

.hub-hero-bwc45 {
  display: block;
  width: 100%;
  max-height: 320px;
  min-height: 200px;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.55));
}

.hub-hero-product-line {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--accent-silver);
  letter-spacing: 0.02em;
}

.hub-hero-mfg-badge {
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.35rem 0.75rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a0c0f;
  background: linear-gradient(135deg, #ff9f43, #e86b4a);
  border-radius: 4px;
}

.hub-hero-visual-caption {
  display: none;
}

/* Hero — Current Program Status panel */
.hub-hero-status-panel {
  margin-top: 0.5rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(10, 14, 20, 0.95), rgba(6, 10, 16, 0.92));
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.hub-hero-status-title {
  margin: 0 0 0.45rem;
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d4af37;
}

.hub-hero-status-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

@media (min-width: 900px) {
  .hub-hero-status-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem 0.65rem;
  }

  .hub-hero-status-item:last-child {
    grid-column: 1 / -1;
  }
}

.hub-hero-status-item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.hub-hero-status-glyph {
  flex-shrink: 0;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: 0.15rem;
  border-radius: 50%;
  position: relative;
}

.hub-hero-status-item--done .hub-hero-status-glyph {
  background: rgba(92, 184, 92, 0.2);
  border: 1px solid rgba(92, 184, 92, 0.55);
}

.hub-hero-status-item--done .hub-hero-status-glyph::after {
  content: "";
  position: absolute;
  left: 0.22rem;
  top: 0.12rem;
  width: 0.28rem;
  height: 0.45rem;
  border: solid #5cb85c;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.hub-hero-status-item--active .hub-hero-status-glyph {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 2px;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.2rem;
}

.hub-hero-status-item--active .hub-hero-status-glyph::after {
  content: "";
  position: absolute;
  inset: 0.15rem;
  border: 1.5px solid #d4af37;
  border-radius: 1px;
  border-top-color: transparent;
  transform: rotate(45deg);
}

.hub-hero-status-item--next .hub-hero-status-glyph {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: 0.1rem;
}

.hub-hero-status-item--next .hub-hero-status-glyph::after {
  content: "→";
  position: static;
  border: none;
  transform: none;
  font-size: 0.75rem;
  color: #5eb8ff;
  line-height: 1;
}

.hub-hero-status-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}

.hub-hero-status-text strong {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
}

.hub-hero-status-text span {
  font-size: 0.64rem;
  line-height: 1.3;
  color: var(--muted);
}

.hub-hero-status-item--next .hub-hero-status-text strong {
  color: #5eb8ff;
}

@media (max-width: 900px) {
  .hub-hero-status-panel {
    margin-top: 1rem;
  }
}

/* Pillar card visuals */
.hub-pillar-visual {
  height: 160px;
  margin: -0.25rem -0.35rem 1rem;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(42, 51, 64, 0.55);
}

.hub-pillar-visual.hub-pillar-visual--vision {
  height: auto;
  min-height: 200px;
  max-height: none;
}

.hub-pillar-visual--vision {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(18, 24, 32, 0.9), rgba(12, 16, 22, 0.95));
}

.hub-infra-diagram {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
  padding: 0.5rem 0.65rem;
  width: 100%;
}

.hub-infra-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.hub-infra-node {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.45rem;
  border-radius: 4px;
  border: 1px solid rgba(42, 51, 64, 0.65);
  color: var(--muted);
  background: rgba(160, 170, 185, 0.06);
}

.hub-infra-node--live {
  color: #5eb8ff;
  border-color: rgba(94, 184, 255, 0.35);
  background: rgba(94, 184, 255, 0.08);
}

.hub-infra-node--next {
  color: #7ec8a0;
  border-color: rgba(126, 200, 160, 0.35);
  background: rgba(126, 200, 160, 0.08);
}

.hub-infra-node--space {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.08);
}

.hub-pillar-visual--deploy-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(8, 12, 18, 0.95), rgba(18, 24, 32, 0.9));
  overflow: hidden;
}

.hub-pillar-deploy-img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
  object-position: center;
  background: rgba(6, 10, 16, 0.5);
}

.hub-research-roadmap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  margin-top: 0.45rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(42, 51, 64, 0.45);
  width: 100%;
}

.hub-research-domains-label {
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.2rem;
  opacity: 0.85;
}

.hub-research-node {
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 0.2rem 0.35rem;
  border-radius: 4px;
  border: 1px solid rgba(42, 51, 64, 0.65);
  color: var(--muted);
  text-align: center;
  max-width: 98%;
}

.hub-research-node--live {
  color: #5eb8ff;
  border-color: rgba(94, 184, 255, 0.35);
  background: rgba(94, 184, 255, 0.08);
}

.hub-research-node--research {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.08);
}

.hub-research-node--future {
  color: var(--accent-silver);
  border-color: rgba(160, 170, 185, 0.35);
  background: rgba(160, 170, 185, 0.06);
}

.hub-research-arrow {
  font-size: 0.65rem;
  color: var(--muted);
  line-height: 1;
}

.hub-pillar-visual--vision .hub-infra-diagram {
  padding: 0.5rem 0.35rem;
}

.hub-pillar-visual--deploy {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(8, 12, 18, 0.95), rgba(18, 24, 32, 0.9));
}

.hub-deploy-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.65rem;
  width: 100%;
}

.hub-deploy-carrier {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border-radius: 4px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #d4af37;
  background: rgba(212, 175, 55, 0.08);
}

.hub-deploy-arrow {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1;
}

.hub-deploy-subs {
  display: flex;
  gap: 0.35rem;
  justify-content: center;
}

.hub-deploy-sub {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 1px solid rgba(94, 184, 255, 0.45);
  background: rgba(94, 184, 255, 0.12);
  box-shadow: 0 0 6px rgba(94, 184, 255, 0.2);
}

.hub-deploy-msg {
  margin: 0.35rem 0 0;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--accent-silver);
  text-align: center;
}

.hub-vision-layers {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.75rem;
}

.hub-vlayer {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.65rem;
  border-radius: 4px;
  border: 1px solid rgba(42, 51, 64, 0.65);
}

.hub-vlayer--today {
  color: #5eb8ff;
  border-color: rgba(94, 184, 255, 0.35);
  background: rgba(94, 184, 255, 0.08);
}

.hub-vlayer--next {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.08);
}

.hub-vlayer--future {
  color: var(--accent-silver);
  border-color: rgba(160, 170, 185, 0.35);
  background: rgba(160, 170, 185, 0.06);
}

.hub-vlayer-arrow {
  font-size: 0.75rem;
  color: var(--muted);
}

.hub-pillar-visual--mos img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  object-position: top center;
  background: rgba(6, 10, 16, 0.55);
}

/* Hub distributed architecture block (post-pillars) */
.hub-distributed-panel {
  padding: 0 0 2rem;
}

.hub-distributed-panel h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  margin: 0.35rem 0 0.5rem;
}

.hub-distributed-sub {
  font-size: 1rem;
  color: var(--muted);
  margin: 0 0 1.25rem;
  max-width: 36rem;
}

.hub-distributed-hero-visual {
  margin: 0 0 1rem;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(8, 12, 18, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.hub-distributed-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(6, 10, 16, 0.65);
}

.hub-distributed-hero-visual figcaption {
  padding: 0.65rem 1rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--accent-silver);
  border-top: 1px solid rgba(42, 51, 64, 0.55);
}

/* Future Recovery Architecture V2 — render background + text overlay */
.hub-recovery-v2 {
  margin-top: 1.5rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(12, 16, 24, 0.95) 0%, rgba(8, 12, 22, 0.9) 100%);
}

.hub-recovery-v2--detail {
  margin-top: 1.75rem;
}

.hub-recovery-v2-header {
  text-align: center;
}

.hub-recovery-v2-header h3 {
  margin: 0.15rem 0 0;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.hub-recovery-cinematic {
  position: relative;
  margin: 1rem 0 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(94, 184, 255, 0.25);
  background: #0a0e18;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
  aspect-ratio: 597 / 471;
  min-height: 260px;
}

.hub-recovery-cinematic-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.hub-recovery-cinematic-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 45%;
}

.hub-recovery-cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(8, 12, 20, 0.56);
  pointer-events: none;
}

.hub-recovery-cinematic-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(380px, 54%);
  padding: 1.15rem 1.3rem;
  background: transparent;
  border: none;
}

.hub-recovery-cinematic-copy h4 {
  margin: 0 0 0.65rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-gold, #d4af37);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.65);
}

.hub-recovery-lifecycle {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lifecycle;
}

.hub-recovery-lifecycle-item {
  counter-increment: lifecycle;
  margin-bottom: 0.55rem;
  padding-left: 1.5rem;
  position: relative;
}

.hub-recovery-lifecycle-item::before {
  content: counter(lifecycle);
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  color: var(--accent-gold, #d4af37);
}

.hub-recovery-lifecycle-item strong {
  display: block;
  font-size: 0.78rem;
  color: #f0f4fa;
  margin-bottom: 0.1rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

.hub-recovery-lifecycle-item span {
  display: block;
  font-size: 0.7rem;
  line-height: 1.4;
  color: rgba(232, 237, 244, 0.9);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.hub-recovery-lifecycle-item--research strong {
  color: var(--muted);
}

.hub-recovery-lifecycle-item--research::before {
  color: var(--accent-silver);
}

.hub-recovery-status-block {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(160, 170, 185, 0.22);
  background: rgba(6, 10, 16, 0.65);
}

.hub-recovery-status-block strong {
  display: block;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-silver);
  margin-bottom: 0.35rem;
}

.hub-recovery-status-block p {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
}

@media (max-width: 720px) {
  .hub-recovery-cinematic {
    aspect-ratio: auto;
    min-height: 420px;
  }

  .hub-recovery-cinematic-copy {
    max-width: none;
    justify-content: flex-end;
    padding: 1rem 1.1rem 1.15rem;
  }

  .hub-recovery-cinematic-bg img {
    object-position: 55% 38%;
  }
}

.hub-recovery-research-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 10px;
  background: linear-gradient(165deg, rgba(14, 18, 26, 0.92) 0%, rgba(8, 12, 22, 0.88) 100%);
  margin-top: 1.25rem;
}

.hub-recovery-research-card--v2 {
  gap: 1.15rem;
}

.hub-recovery-research-card--detail {
  margin-top: 1.5rem;
}

.hub-recovery-research-header {
  order: 1;
}

.hub-recovery-research-copy {
  order: 1;
}

.hub-recovery-research-visual {
  order: 2;
  margin: 0;
  border: 1px solid rgba(94, 184, 255, 0.28);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.hub-recovery-stages {
  order: 3;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0.65rem 0 0;
  list-style: none;
  counter-reset: recovery-stage;
  border-top: 1px solid rgba(42, 51, 64, 0.55);
}

.hub-recovery-stages li {
  counter-increment: recovery-stage;
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--muted);
  text-align: center;
  padding: 0.35rem 0.25rem 0;
}

.hub-recovery-stages li::before {
  content: counter(recovery-stage);
  display: block;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  color: var(--accent-gold, #d4af37);
  margin-bottom: 0.2rem;
}

.hub-recovery-lead {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text);
  max-width: 62ch;
}

.hub-recovery-research-header h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}

@media (max-width: 900px) {
  .hub-recovery-stages {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .hub-recovery-stages {
    grid-template-columns: 1fr;
  }

  .hub-recovery-stages li {
    text-align: left;
    padding-left: 0.5rem;
  }
}

.hub-recovery-research-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.hub-recovery-research-visual figcaption {
  padding: 0.5rem 0.75rem;
  font-size: 0.72rem;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid rgba(42, 51, 64, 0.55);
}

.hub-recovery-label {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-silver);
  margin: 0 0 0.25rem;
}

.hub-recovery-research-copy h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
}

.hub-recovery-research-copy p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
}

/* Mini roadmap */
.hub-mini-roadmap {
  padding: 0 0 1.25rem;
}

.hub-mini-roadmap-track {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.35rem 0.5rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(42, 51, 64, 0.55);
  border-radius: 8px;
  background: rgba(12, 16, 22, 0.45);
}

.hub-mr-node {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  flex: 1 1 auto;
}

.hub-mr-label {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-silver);
}

.hub-mr-value {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

.hub-mr-node--today .hub-mr-value { color: #5eb8ff; }
.hub-mr-node--validation .hub-mr-value { color: #d4af37; }
.hub-mr-node--next .hub-mr-value { color: var(--text); }
.hub-mr-node--future .hub-mr-value { color: var(--muted); }

.hub-mr-arrow {
  align-self: center;
  font-size: 0.85rem;
  color: rgba(160, 170, 185, 0.5);
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .hub-mini-roadmap-track {
    flex-direction: column;
    align-items: flex-start;
  }

  .hub-mr-arrow {
    display: none;
  }

  .hub-mr-value {
    white-space: normal;
  }
}

/* Status bar glyphs */
.hub-status-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hub-status-item::before {
  content: none;
}

.hub-status-glyph {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.hub-status-item--freeze .hub-status-glyph {
  background: #5eb8ff;
  box-shadow: 0 0 6px rgba(94, 184, 255, 0.5);
}

.hub-status-item--complete .hub-status-glyph {
  background: #5cb85c;
  box-shadow: 0 0 6px rgba(92, 184, 92, 0.45);
}

.hub-status-item--mfg .hub-status-glyph {
  background: #d4af37;
  box-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
}

.hub-status-item--lock .hub-status-glyph {
  background: var(--accent-silver);
  box-shadow: 0 0 4px rgba(160, 170, 185, 0.35);
}

/* Engage document cards — 3 primary + collapsible secondary */
.hub-doc-cards--primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.hub-doc-card--primary {
  border-color: rgba(74, 158, 255, 0.25);
}

.hub-doc-card--primary:first-child {
  border-color: rgba(212, 175, 55, 0.45);
  background: rgba(18, 24, 32, 0.75);
}

.hub-doc-card-audience {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--accent-silver);
  font-family: var(--mono);
  letter-spacing: 0.03em;
}

.hub-engage-lead {
  margin: 0 0 1.15rem;
  max-width: 42rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.hub-engage-additional {
  margin-bottom: 1.25rem;
  border: 1px solid rgba(42, 51, 64, 0.55);
  border-radius: 8px;
  background: rgba(10, 14, 20, 0.45);
}

.hub-engage-additional summary {
  cursor: pointer;
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent-silver);
  list-style: none;
}

.hub-engage-additional summary::-webkit-details-marker {
  display: none;
}

.hub-engage-additional[open] summary {
  border-bottom: 1px solid rgba(42, 51, 64, 0.55);
}

.hub-doc-secondary-list {
  display: grid;
  gap: 0.5rem;
  padding: 0.75rem 1rem 1rem;
}

.hub-doc-secondary-link {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.55rem 0.65rem;
  border-radius: 6px;
  text-decoration: none;
  color: var(--text);
  background: rgba(18, 26, 42, 0.55);
  border: 1px solid rgba(42, 51, 64, 0.45);
  font-size: 0.82rem;
  font-weight: 600;
}

.hub-doc-secondary-link span {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--muted);
}

.hub-doc-secondary-link:hover {
  border-color: rgba(74, 158, 255, 0.35);
}

@media (max-width: 900px) {
  .hub-doc-cards--primary {
    grid-template-columns: 1fr;
  }
}

/* Engage document cards — 2-col grid fits 760px container; avoids orphan word breaks */
.hub-doc-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1.25rem;
}

.hub-doc-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: min(100%, calc(50% - 0.425rem));
  justify-self: center;
}

@media (max-width: 520px) {
  .hub-doc-cards {
    grid-template-columns: 1fr;
  }

  .hub-doc-card:last-child:nth-child(odd) {
    width: 100%;
    grid-column: auto;
  }
}

.hub-doc-card {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(42, 51, 64, 0.65);
  border-radius: 8px;
  background: rgba(12, 16, 22, 0.55);
  min-height: 100%;
  min-width: 0;
}

.hub-doc-card-title {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  hyphens: none;
  -webkit-hyphens: none;
}

.hub-doc-card-desc {
  margin: 0 0 0.9rem;
  flex: 1;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
  text-wrap: balance;
  hyphens: none;
  -webkit-hyphens: none;
}

.hub-doc-dl {
  align-self: stretch;
  text-align: center;
  font-size: 0.78rem;
  padding: 0.5rem 0.85rem;
  white-space: nowrap;
}

.hub-engage-actions {
  margin-bottom: 1.25rem;
}

/* Hub hero — compact for 1440×900 / 1920×1080 laptops */
.hub-hero {
  position: relative;
  padding-top: 1.15rem;
  padding-bottom: 3.75rem;
}

.hub-hero h1 {
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  line-height: 1.12;
  max-width: 22ch;
}

.hub-hero-roadmap-compact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  margin: 0 0 0.95rem;
  padding: 0.6rem 0.75rem;
  max-width: 22rem;
  border: 1px solid rgba(42, 51, 64, 0.65);
  border-radius: 8px;
  background: rgba(8, 12, 18, 0.55);
}

.hub-hero-rm-row {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.5rem 0.65rem;
  align-items: baseline;
  width: 100%;
}

.hub-hero-rm-phase {
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-silver);
}

.hub-hero-rm-row--today .hub-hero-rm-phase {
  color: #5eb8ff;
}

.hub-hero-rm-row--next .hub-hero-rm-phase {
  color: #d4af37;
}

.hub-hero-rm-row--future .hub-hero-rm-phase {
  color: var(--muted);
}

.hub-hero-rm-body strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.25;
  color: var(--text);
}

.hub-hero-rm-body span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--muted);
}

.hub-hero-rm-arrow {
  display: block;
  padding-left: 5.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: rgba(154, 168, 184, 0.75);
}

.hub-hero-subtitle {
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 42rem;
  margin: 0.65rem 0 0.85rem;
  text-wrap: pretty;
}

.hub-brand-signature {
  margin: 1.35rem 0 1.5rem;
  padding: 0.9rem 0;
  max-width: 42rem;
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}

.hub-brand-signature-name {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.82);
  margin: 0 0 0.4rem;
  line-height: 1.2;
}

.hub-brand-tagline {
  font-size: 0.98rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #d4af37;
  margin: 0;
  text-wrap: pretty;
}

.hub-brand-signature--vision {
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: none;
}

.footer-brand-signature {
  margin: 0 0 0.55rem;
}

.footer-brand-signature-name {
  display: block;
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212, 175, 55, 0.78);
  margin: 0 0 0.22rem;
  line-height: 1.2;
}

.footer-brand-tagline {
  font-size: 0.88rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #d4af37;
  margin: 0;
  text-wrap: pretty;
}

@media (max-width: 480px) {
  .hub-brand-signature {
    margin: 1.1rem 0 1.25rem;
    padding: 0.75rem 0;
  }

  .hub-brand-tagline {
    font-size: 0.94rem;
  }
}

.hub-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.hub-metrics li {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--accent-silver);
  letter-spacing: 0.03em;
}

.hub-metrics strong {
  color: var(--text);
}

.hub-hero-cta-wrap {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(760px, 92vw);
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  z-index: 4;
}

.hub-hero-cta {
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

@media (max-width: 720px) {
  .hub-hero {
    padding-bottom: 5.5rem;
  }

  .hub-hero-cta-wrap {
    bottom: 0.85rem;
  }

  .hub-hero-cta {
    width: 100%;
    justify-content: flex-end;
  }
}

/* Three pillars */
.hub-pillars {
  padding: 2rem 0 2.5rem;
}

.hub-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 900px) {
  .hub-pillars-grid {
    grid-template-columns: 1fr;
  }
}

.hub-pillar-card {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(42, 51, 64, 0.65);
  border-radius: 8px;
  background: rgba(12, 16, 22, 0.55);
  min-height: 100%;
}

.hub-pillar-card--mos {
  border-color: rgba(74, 158, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(74, 158, 255, 0.08);
}

.hub-pillar-label {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-silver);
  margin: 0 0 0.5rem;
}

.hub-pillar-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.hub-pillar-tagline {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.45;
}

.hub-pillar-bullets {
  margin: 0 0 1.25rem;
  padding-left: 1.1rem;
  flex: 1;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.5;
}

.hub-pillar-bullets li {
  margin-bottom: 0.35rem;
}

.hub-pillar-card .btn-view {
  align-self: flex-start;
  margin-top: auto;
}

.btn-view {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text);
  background: rgba(74, 158, 255, 0.12);
  border: 1px solid rgba(74, 158, 255, 0.35);
  border-radius: 6px;
  text-decoration: none;
}

.btn-view:hover {
  background: rgba(74, 158, 255, 0.22);
}

/* Status bar */
.hub-status-bar {
  padding: 1rem 0 2rem;
}

.hub-status-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(160, 170, 185, 0.22);
  border-radius: 8px;
  background: rgba(18, 24, 32, 0.6);
}

.hub-status-item {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-silver);
  line-height: 1.35;
  max-width: 100%;
}

.hub-status-item--metric {
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.74rem;
}

.hub-status-item--metric strong {
  color: #5eb8ff;
  font-weight: 700;
}

@media (max-width: 480px) {
  .hub-status-inner {
    justify-content: center;
    text-align: center;
  }

  .hub-status-item {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .hub-hero h1 {
    max-width: none;
    text-wrap: balance;
  }

  .hub-header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

/* Engage — simplified funding (V1) */
.hub-engage {
  padding: 1.5rem 0 3rem;
}

.hub-engage-focus {
  font-size: 0.95rem;
  color: var(--accent-silver);
  letter-spacing: 0.02em;
  margin: 0.35rem 0 1.75rem;
}

.hub-engage-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.hub-engage-block {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(42, 51, 64, 0.55);
  border-radius: 0.5rem;
  background: rgba(12, 16, 22, 0.45);
}

.hub-engage-block--wide {
  grid-column: 1 / -1;
}

.hub-engage-block--contact {
  grid-column: 1 / -1;
}

.hub-engage-block--center .hub-engage-block-title {
  text-align: center;
}

.hub-engage-block--center .hub-engage-contact {
  text-align: center;
}

.hub-engage-block-title {
  font-size: 1.05rem;
  margin: 0 0 0.65rem;
  color: var(--text);
}

.hub-engage-block-desc {
  font-size: 0.92rem;
  color: var(--muted);
  margin: 0 0 0.75rem;
  line-height: 1.55;
}

.hub-engage-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.hub-engage-interac-label {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0 0 0.35rem;
}

.hub-engage-interac-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.hub-engage-interac-value {
  font-family: ui-monospace, monospace;
  font-size: 0.88rem;
  color: var(--text);
}

.hub-engage-needs,
.hub-engage-partners {
  margin: 0 0 0.75rem;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.hub-engage-belief {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(42, 51, 64, 0.45);
  font-size: 0.92rem;
  color: var(--accent-silver);
  font-style: italic;
}

.hub-engage-contact {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.hub-engage-contact a {
  color: var(--accent-silver);
  text-decoration: none;
}

.hub-engage-contact a:hover {
  color: var(--text);
}

@media (max-width: 720px) {
  .hub-engage-blocks {
    grid-template-columns: 1fr;
  }

  .hub-engage-block--wide,
  .hub-engage-block--contact {
    grid-column: auto;
  }
}

.hub-engage-compact {
  font-size: 0.92rem;
  color: var(--muted);
  max-width: 40rem;
  margin-bottom: 1rem;
}

.hub-disclaimer-compact {
  padding: 1rem 0;
  border-top: 1px solid rgba(42, 51, 64, 0.55);
  font-size: 0.88rem;
  color: var(--muted);
}

.hub-disclaimer-compact ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
}

/* Detail pages */
.detail-page-main {
  padding-top: 1.5rem;
}

.detail-breadcrumb {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.detail-breadcrumb a {
  color: var(--accent-silver);
  text-decoration: none;
}

.detail-breadcrumb a:hover {
  color: var(--text);
}

.detail-hero {
  margin-bottom: 2rem;
}

.detail-hero h1 {
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  margin-bottom: 0.35rem;
}

.detail-hero-sub {
  font-size: 1.05rem;
  color: var(--muted);
}

.detail-related {
  margin: 3rem 0 2rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(42, 51, 64, 0.55);
}

.detail-related h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-silver);
  margin-bottom: 0.75rem;
}

.detail-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.detail-related-links a {
  font-weight: 600;
  color: var(--text);
}

.detail-back {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: var(--accent-silver);
  text-decoration: none;
}

.detail-back:hover {
  color: var(--text);
}

/* BW-C45 accordions on detail page */
.detail-accordion {
  margin: 0 0 0.75rem;
  border: 1px solid rgba(42, 51, 64, 0.55);
  border-radius: 6px;
  overflow: hidden;
}

.detail-accordion-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  font: inherit;
  font-weight: 600;
  text-align: left;
  color: var(--text);
  background: rgba(18, 24, 32, 0.7);
  border: none;
  cursor: pointer;
  line-height: 1.35;
  text-wrap: balance;
}

.detail-accordion-toggle span:last-child {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1;
}

.detail-accordion-toggle:hover {
  background: rgba(28, 36, 48, 0.85);
}

.detail-accordion-panel {
  padding: 0 1rem 1rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.detail-accordion-panel[hidden] {
  display: none;
}

.mos-workflow-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin: 2rem 0;
  font-family: var(--mono);
  font-size: 0.82rem;
}

.mos-workflow-vertical span {
  padding: 0.45rem 1rem;
  border: 1px solid rgba(74, 158, 255, 0.25);
  border-radius: 4px;
  background: rgba(12, 18, 28, 0.6);
}

.mos-workflow-vertical .wf-arrow {
  color: var(--accent-silver);
  border: none;
  background: none;
  padding: 0.1rem;
}

@media (max-width: 900px) {
  .site-header--hub .header-nav-wrap {
    display: none;
    width: 100%;
    order: 4;
    flex: 1 1 100%;
  }

  .site-header--hub .header-nav-wrap.is-open {
    display: block;
  }

  .site-header--hub .header-inner.header-layout {
    row-gap: 0.35rem;
  }

  .site-header--hub .hub-header-actions {
    margin-left: auto;
  }

  .hub-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.5rem 0;
  }
}

@media (max-width: 720px) {
  .site-header--hub .header-inner.header-layout {
    width: min(760px, 92vw);
    max-width: min(760px, 92vw);
  }
}

.detail-roadmap-list {
  font-size: 0.88rem;
  margin-top: 0.75rem;
}

.detail-roadmap-list .roadmap-date {
  font-size: 0.78rem;
}

.detail-roadmap-fig {
  margin-top: 1rem;
}

.detail-accordion-panel .roadmap-dates-lead {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0.75rem 0 0.35rem;
}

/* BW-C45 Distributed Mission Architecture */
.bwc45-distributed-panel {
  margin: 2rem 0 1.5rem;
  padding: 1.75rem 0 0;
  border-top: 1px solid rgba(42, 51, 64, 0.55);
}

.bwc45-distributed-panel h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  margin: 0.35rem 0 0.75rem;
}

.bwc45-distributed-lead {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 48rem;
  margin-bottom: 1.25rem;
}

.bwc45-distributed-visual {
  margin: 0 0 1.25rem;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(8, 12, 18, 0.85);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.bwc45-distributed-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(6, 10, 16, 0.65);
}

.bwc45-distributed-visual figcaption {
  padding: 0.65rem 1rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--accent-silver);
  border-top: 1px solid rgba(42, 51, 64, 0.55);
}

.bwc45-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}

@media (max-width: 800px) {
  .bwc45-capability-grid {
    grid-template-columns: 1fr;
  }
}

.bwc45-cap-card {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(42, 51, 64, 0.65);
  border-radius: 8px;
  background: rgba(12, 16, 22, 0.55);
}

.bwc45-cap-card--deploy {
  border-color: rgba(212, 175, 55, 0.35);
}

.bwc45-cap-card--coordinate {
  border-color: rgba(94, 184, 255, 0.35);
}

.bwc45-cap-card--recover {
  border-color: rgba(160, 170, 185, 0.28);
  opacity: 0.92;
}

.bwc45-cap-label {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-silver);
  margin: 0 0 0.35rem;
}

.bwc45-cap-card h3 {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
}

.bwc45-cap-card ul {
  margin: 0;
  padding-left: 1rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--muted);
}

.bwc45-cap-card li {
  margin-bottom: 0.3rem;
}

.bwc45-distributed-note {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--muted);
  padding: 0.75rem 1rem;
  border-left: 3px solid rgba(212, 175, 55, 0.45);
  background: rgba(12, 16, 22, 0.45);
}

/* Vision alignment stack */
.bw-vision-alignment {
  margin: 1.5rem 0 2rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(94, 184, 255, 0.22);
  border-radius: 8px;
  background: rgba(12, 16, 22, 0.45);
}

.bw-vision-alignment h3 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-silver);
  margin: 0 0 1rem;
}

.bw-vision-alignment-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  max-width: 22rem;
  margin: 0 auto;
}

.bw-vision-align-node {
  width: 100%;
  padding: 0.55rem 0.85rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 6px;
  border: 1px solid rgba(42, 51, 64, 0.65);
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.bw-vision-align-node small {
  display: block;
  font-weight: 400;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.15rem;
}

.bw-vision-align-node--exists {
  color: #5eb8ff;
  border-color: rgba(94, 184, 255, 0.35);
  background: rgba(94, 184, 255, 0.06);
}

.bw-vision-align-node--future {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.06);
}

.bw-vision-align-arrow {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1;
}
