/* Consume copy — CC_brading_and_site brandbook/06-web-wordmark-baseline.md §2
 * SOT commit: f1bd186 — LOCKED web/CSS baseline (not vector master)
 * Do not invent alternate values; change SOT first then refresh this file.
 */
.wordmark-stage {
  container-type: inline-size; /* every size below is cqi-relative to this container, not the viewport */
  background: radial-gradient(ellipse at 50% 5%, #2EB4D6 0%, #0B2470 38%, #04081C 72%);
  padding-top: clamp(160px, 34cqi, 340px); /* structural-mark/apex zone — see §3 */
}
.wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wordmark-main {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-size: clamp(34px, 9.4cqi, 108px);
  letter-spacing: 0.09em;
  line-height: 0.86;
  color: #FFFFFF;
  white-space: nowrap;
}
.wordmark-sub-row {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8cqi, 18px);
  margin-top: clamp(4px, 0.7cqi, 8px);
}
.wordmark-rule {
  height: 1px;
  width: clamp(28px, 6cqi, 72px);
  background: linear-gradient(90deg, transparent, #2EB4D6);
}
.wordmark-rule.right { background: linear-gradient(90deg, #2EB4D6, transparent); }
.wordmark-sub {
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 3.2cqi, 36px);
  letter-spacing: 0.40em;
  line-height: 1;
  color: #2EB4D6;
  white-space: nowrap;
  margin-right: -0.40em; /* offsets trailing tracking so the row still optically centers */
}
@container (max-width: 480px) {
  .wordmark-sub {
    font-weight: 600;
    letter-spacing: 0.32em;
    margin-right: -0.32em; /* must track the tracking value above, or the row drifts off-center below 480px */
  }
}
