/* One premium 3D identity, with enough room for the dimensional wordmark. */
:root { --header: 92px; }
.site-header { padding-block: 8px; border-bottom: 1px solid #d4a34a26; }
.brand-logo-3d { display: block; object-fit: contain; filter: drop-shadow(0 3px 5px #02090ab3); }
.brand img.brand-logo-3d { width: 216px; height: 76px; }
.footer-brand img.brand-logo-3d { width: 300px; height: auto; max-width: 100%; margin-inline: auto; }
.auth-brand img.brand-logo-3d { width: 260px; height: auto; max-width: 100%; margin-inline: auto; }
@media (max-width: 600px) {
  :root { --header: 72px; }
  .brand img.brand-logo-3d { width: 150px; height: 54px; }
  .header-actions > .button { padding-inline: 11px; min-height: 44px; white-space: nowrap; }
  .footer-brand img.brand-logo-3d { width: 250px; }
  .auth-brand img.brand-logo-3d { width: 230px; }
}
