/* Adamas Digital — wordmark.
   Replaces the reference build's gem-plus-lettering lockup with the supplied
   wordmark. The source carries a soft glow, so a slice of each image edge is
   halo rather than letterform; the heights below are set against the visible
   type, not the box. */

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 44px;
}

/* The header bar is 84px tall, so the mark has to stay compact. */
.site-header .brand-logo { height: 46px; }

.footer-lead .brand-logo,
.home-contact-intro > .brand-mark .brand-logo { height: 58px; }

/* The hero card scaled the old lockup from its top-left corner; the wordmark
   is sized directly instead, so drop the transform it inherited. */
.hero-logo-card .brand-mark { transform: none; }
.hero-logo-card .brand-logo { height: 74px; }

@media (max-width: 1024px) {
  .site-header .brand-logo { height: 42px; }
}

@media (max-width: 720px) {
  /* The bar drops to 72px here. */
  .site-header .brand-logo { height: 38px; }
  .hero-logo-card .brand-logo { height: 58px; }
  .footer-lead .brand-logo,
  .home-contact-intro > .brand-mark .brand-logo { height: 50px; }
}
