:root {
  /* Brand palette */
  --color-ink: #0a0a0a;
  --color-ink-soft: #17140f;
  --color-ivory: #f6f0e4;
  --color-ivory-soft: #fbf8f2;
  --color-gold: #c6a15b;
  --color-gold-deep: #a9822f;
  --color-navy: #1c2740;
  --color-rose: #c7a3a1;

  --color-text: #171512;
  --color-text-muted: #6b6459;
  --color-text-on-ink: #f6f0e4;
  --color-text-on-ink-muted: #b8b0a1;
  --color-border: rgba(10, 10, 10, 0.1);
  --color-border-on-ink: rgba(246, 240, 228, 0.16);

  --color-success: #4a7a5b;
  --color-danger: #a3392f;

  /* Typography */
  --font-heading: Georgia, 'Playfair Display', 'Times New Roman', serif;
  --font-body: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Spacing scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;

  /* Layout */
  --container-max: 1280px;
  --radius-sm: 2px;
  --radius-md: 4px;
  --header-height: 100px;

  /* Motion */
  --ease-elegant: cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 180ms;
  --duration-medium: 340ms;

  --shadow-card: 0 1px 2px rgba(10, 10, 10, 0.04), 0 8px 24px rgba(10, 10, 10, 0.06);
  --shadow-card-hover: 0 4px 10px rgba(10, 10, 10, 0.08), 0 16px 32px rgba(10, 10, 10, 0.1);
}

.theme-men {
  --color-accent-subtle: var(--color-navy);
}

.theme-women {
  --color-accent-subtle: var(--color-rose);
}
