/* Housemarq product identity tokens — Layer 1 (landing is source of truth).
   Customer Brand Homes use scoped --brand-* / --b* / --bg-* on .brand-home-surface. */

:root {
  --hm-bg: #ffffff;
  --hm-bg-soft: #f4f6f8;
  --hm-surface: rgba(255, 255, 255, 0.82);
  --hm-surface-elevated: rgba(255, 255, 255, 0.96);
  --hm-text: #0f1620;
  --hm-text-muted: rgba(15, 22, 32, 0.60);
  --hm-text-faint: rgba(15, 22, 32, 0.40);
  --hm-border: rgba(3, 82, 126, 0.12);
  --hm-border-subtle: rgba(3, 82, 126, 0.08);
  --hm-accent: #03527e;
  --hm-accent-soft: rgba(3, 82, 126, 0.14);
  --hm-accent-grad-start: #0a6fa6;
  --hm-secondary: #330066;
  --hm-secondary-soft: rgba(51, 0, 102, 0.08);
  --hm-secondary-line: rgba(51, 0, 102, 0.28);
  --hm-shadow: 0 1px 2px rgba(9, 25, 38, 0.05), 0 8px 24px rgba(9, 25, 38, 0.06);
  --hm-shadow-hover: 0 2px 4px rgba(9, 25, 38, 0.07), 0 14px 36px rgba(9, 25, 38, 0.10);
  --hm-glass: rgba(255, 255, 255, 0.66);
  --hm-glass-edge: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  --hm-halo-a: rgba(3, 82, 126, 0.14);
  --hm-halo-b: rgba(51, 0, 102, 0.10);
  --hm-paper: #f4f7fa;
  --hm-radius-lg: 22px;
  --hm-radius-md: 15px;
  --hm-radius-sm: 11px;
  --hm-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hm-font: 'Inter', -apple-system, system-ui, sans-serif;
  --hm-font-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --hm-nav-h: 64px;
  --hm-content: min(1120px, 100% - clamp(40px, 8vw, 96px));
  --hm-blur: 14px;
  --hm-blur-sat: 160%;
}
