/* Agent Hunter brand mark — logo-full.png (transparent). Use --light on dark backgrounds. */
.ah-brand-logo {
  display: block;
  height: 40px;
  width: auto;
  max-height: 44px;
  max-width: min(120px, 30vw);
  object-fit: contain;
  object-position: left center;
  background: transparent;
  flex-shrink: 0;
}

.ah-brand-logo--nav {
  height: 36px;
  max-height: 40px;
  max-width: min(108px, 28vw);
}

.ah-brand-logo--footer {
  height: 44px;
  max-height: 48px;
  max-width: min(128px, 36vw);
  margin: 0 0 0.65rem;
}

/* Black line art → white on dark footer / dark sections */
.ah-brand-logo--light {
  filter: brightness(0) invert(1);
}

.ah-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: inherit;
  line-height: 0;
}

.ah-brand-mark__name {
  font-family: var(--font-display, "DM Sans", system-ui, sans-serif);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.footer-v10__brand-mark .ah-brand-mark__name {
  color: #fff9f3;
}

.footer-v10__brand-mark:hover .ah-brand-mark__name {
  color: #fff9f3;
  opacity: 0.92;
}

.footer-dark__brand-mark {
  margin-bottom: 0.5rem;
}

.footer-dark__brand-mark .ah-brand-mark__name {
  color: #fff;
}
