/* ============================================================
   RAFFLESIA GROUP OF INSTITUTIONS — Auth screens (login / register /
   forgot password).

   The navy/gold palette now lives in aeb-home.css itself, so this
   file no longer redefines any tokens — it only adds the text
   wordmark used in place of a logo bitmap on the auth card.
   ============================================================ */

.av2-brandmark { display: block; text-align: center; position: relative; z-index: 2; }
.av2-brandmark b {
  display: block; font-size: 30px; font-weight: 800;
  letter-spacing: .17em; color: #fff; line-height: 1.1;
}
.av2-brandmark i {
  display: block; margin-top: 6px; font-style: normal;
  font-size: 9.5px; font-weight: 700; letter-spacing: .28em; color: var(--gold-warm);
}
.av2-brandmark small {
  display: block; margin-top: 12px; font-size: 11.5px; font-weight: 600;
  letter-spacing: .04em; color: var(--lime);
}

@media (max-width: 480px) {
  .av2-brandmark b { font-size: 24px; }
  .av2-brandmark i { font-size: 8px; letter-spacing: .22em; }
}
