/* Personalised Labs — trustworthy premium: deep navy, gold accent, serif display */
:root {
  --ink:        #101828;
  --ink-soft:   #56617A;
  --bg:         #FDFDFE;
  --bg-alt:     #F1F5FA;
  --surface:    #FFFFFF;
  --line:       #DFE5EE;

  --brand:      #1E3A5F;
  --brand-2:    #2E6F9E;
  --brand-ink:  #FFFFFF;
  --accent:     #B08A3E;

  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body:    "Inter", system-ui, -apple-system, sans-serif;

  --r-sm: 6px; --r-md: 10px; --r-lg: 14px; --r-pill: 6px;
  --display-weight: 600;
  --display-tracking: -0.018em;
  --display-case: none;

  --texture: none;
  --shadow: 0 1px 2px rgba(16,24,40,.05), 0 12px 30px -14px rgba(16,24,40,.20);
  --shadow-lift: 0 2px 4px rgba(16,24,40,.06), 0 26px 56px -22px rgba(16,24,40,.26);
  --hero-overlay: none;
  --max: 1120px;
}
.eyebrow { color: var(--accent); letter-spacing: .2em; }
.hero { background: linear-gradient(180deg, #F1F5FA, #FDFDFE 70%); }
.hero__badges li { background: var(--surface); }
.btn--primary { background: var(--brand); }
.btn--primary:hover { background: var(--brand-2); }
.product__price { color: var(--brand-2); }
