/* custom.css — small visual tweaks for this specific site.
   Loads AFTER main.css, so anything here wins. The AI content engine may add
   rules here when params can't express a change. Keep it short; prefer params. */

/* Keep the header compact while retaining the logo as the visible brand. */
.site-header__inner { min-height: 3.5rem; }
.brand__logo {
  height: 3.375rem;
  max-height: 3.375rem;
}
.brand__name { display: none; }

@media (max-width: 640px) {
  .nav { inset: 3.5rem 0 auto; }
}
