:root {
  --bi-leaf: #4f7c52;
  --bi-sand: #f1e9dc;
  --bi-earth: #3c3a36;
  --bi-cream: #faf7ef;
  --bi-clay: #b87a5e;
}
body { background: var(--bi-cream); color: var(--bi-earth); }
.site-title a, .site-title { color: var(--bi-leaf) !important; font-weight: 700; }
a { color: var(--bi-leaf); }
.ast-button, button, input[type="submit"] { background: var(--bi-leaf) !important; color: #fff !important; border-radius: 999px !important; }

/* Hide the empty Astra-built menu so our injected nav is the only one */
.ast-builder-menu-1:not([data-section="section-hb-menu-1"]) { display: none !important; }

/* Ensure our injected primary menu sits in the header row */
#ast-primary-menu li { margin: 0; }
.ast-builder-menu-1 .main-header-menu { gap: 1.2rem; }

/* Keep header tight for small screens */
@media (max-width: 1024px) {
  .ast-builder-menu-1 .main-header-menu { gap: 0.8rem; }
  .ast-builder-menu-1 .menu-link { font-size: 14px; }
}
