/* Keep the existing icon/wordmark; the page and navigation use shared styles. */
.action-first .brand-link { display:inline-flex; align-items:center; gap:10px; text-decoration:none; }
.action-first .brand-mark { display:block; width:58px; height:46px; object-fit:contain; }
.action-first .brand-copy { display:flex; flex-direction:column; line-height:1; }
.action-first .brand-name { font-size:25px; font-weight:850; letter-spacing:.02em; white-space:nowrap; }
.action-first .brand-name b { color:#f13c8c; font-weight:850; }
.action-first .brand-copy small { margin-top:6px; color:#3d3b47; font-size:10px; font-weight:700; letter-spacing:.02em; }
@media (max-width:640px) {
  .action-first .brand-mark { width:46px; height:38px; }
  .action-first .brand-name { font-size:20px; }
  .action-first .brand-copy small { font-size:8px; }
}
