/* GalaxyWeb generated theme — client=sa-concrete-grind-polish */
/* Operator override: black + white + gold accent (premium polished-concrete brief) */
:root {
  /* Brand / accent — keep the SA Concrete gold but use it sparingly */
  --color-brand-primary:    #b8923b;
  --color-accent:           #b8923b;
  --color-accent-hover:     #886618;

  /* Surfaces — B&W with very-light-grey for alternating sections */
  --color-surface-dark:     #1a1a1a;
  --color-surface-darker:   #000000;
  --color-surface-light:    #ffffff;
  --color-surface-alt:      #f5f5f5;
  --color-border:           #2a2a2a;
  --color-border-light:     #e5e5e5;

  /* Ink — dark text on light bg, light text on dark bg */
  --color-ink:              #111111;
  --color-ink-muted:        #555555;
  --color-ink-invert:       #ffffff;
  --color-ink-invert-muted: #b8b8b8;

  --font-heading: 'Manrope', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body:    'Manrope', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, Menlo, monospace;
}

/* Header: pure black */
.site-header {
  background: var(--color-surface-darker) !important;
}
