
/* =========================================================
   ORION Brand Mark
   ========================================================= */

.brand-mark,
.brand-emblem {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(216, 168, 93, .55);
  border-radius: 999px;
  display: grid;
  place-items: center;
  box-shadow: 0 0 30px rgba(216, 168, 93, .18);
  background: transparent;
  overflow: hidden;
}

.brand-mark::after,
.brand-emblem::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(216, 168, 93, .38);
  border-radius: 999px;
  box-shadow:
    0 0 14px rgba(216, 168, 93, .10),
    inset 0 0 8px rgba(216, 168, 93, .06);
}

.brand-mark::before,
.brand-emblem::before {
  content: "";
  position: relative;
  z-index: 2;
  width: 9px;
  height: 9px;
  background: var(--gold-soft);
  border-radius: 999px;
  box-shadow:
    0 0 18px var(--gold-soft),
    0 0 36px rgba(135, 199, 255, .3);
}
