/* STAGE identity: the raster mark is generated artwork, never geometry evidence. */
header:has(.stage-brand) {
  min-height: 106px;
  height: auto;
  padding: 10px 0;
  gap: 24px;
}
.stage-brand {
  gap: 16px;
  min-width: 0;
}
.stage-mark {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
}
.stage-brand-copy {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}
.stage-wordmark {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 3.2px;
  font-weight: 750;
  white-space: nowrap;
}
.stage-divider {
  padding: 0 5px;
  color: var(--cyan);
  font-weight: 350;
}
.stage-studio {
  font-weight: 450;
  color: #b8cbd6;
}
.stage-expansion {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #a8bfcb;
}
.manufacturing-signature {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid #96e9d62e;
  border-radius: 999px;
  background: linear-gradient(120deg, #20413866, #17243144);
  box-shadow: inset 0 1px 0 #d7fff40b;
  color: #c1e5dc;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.15px;
  white-space: nowrap;
}
.manufacturing-signature .live-dot {
  flex: 0 0 auto;
  background: #a5f0ce;
  box-shadow: 0 0 0 4px #91e9c408, 0 0 12px #87e7bd40;
}
@media (max-width: 850px) {
  header:has(.stage-brand) .header-end {
    display: none;
  }
}
@media (max-width: 620px) {
  header:has(.stage-brand) {
    min-height: 98px;
  }
  .stage-brand {
    gap: 11px;
  }
  .stage-mark {
    width: 55px;
    height: 64px;
  }
  .stage-wordmark {
    font-size: 21px;
    letter-spacing: 1.8px;
  }
  .stage-expansion {
    max-width: 285px;
    letter-spacing: 0.7px;
    font-size: 12px;
  }
}
