/* ============================================================
   Three Stigmas London, v2 (Lagar direction)
   ============================================================ */

/* Fonts loaded via wp_enqueue_style in functions.php (lh-ts-fonts), not @import,
   to avoid a render-blocking import chain. */

/* Tokens */
:root {
  --cream: #F9F8F4;
  --cream-2: #F1EEE5;
  --ink: #242E35;
  --ink-soft: #4A5560;
  --ink-mute: #5F6B75;
  --gold: #B98D58;
  --gold-deep: #8C6638;
  --gold-text: #82602F;
  --crimson: #7A1A1A;
  --rule: #D9D2C2;

  --font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-serif: 'Italiana', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  --space-xs: 0.5rem;
  --space-s: 1rem;
  --space-m: 2rem;
  --space-l: 4rem;
  --space-xl: 7rem;
  --space-xxl: 10rem;

  --container: 1280px;
  --container-narrow: 920px;

  --shadow-soft: 0 8px 32px rgba(36, 46, 53, 0.08);
  --shadow-card: 0 2px 12px rgba(36, 46, 53, 0.06);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  /* Saffron crocus glyph, matches .saffron-mark; used as a mask so it inherits currentColor */
  --saffron-glyph: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 27c0-6-3-12-3-18 0-1.7 1.3-3 3-3s3 1.3 3 3c0 6-3 12-3 18z'/%3E%3Cpath d='M24 27c-3-5-8-8-12-10-1.5-.8-3.3 0-3.6 1.7-.3 1.6.8 3.2 2.4 3.6 4.6 1.2 9 2.7 13.2 4.7z'/%3E%3Cpath d='M24 27c3-5 8-8 12-10 1.5-.8 3.3 0 3.6 1.7.3 1.6-.8 3.2-2.4 3.6-4.6 1.2-9 2.7-13.2 4.7z'/%3E%3Cpath d='M24 27c-1.4 4-1.4 9-1 13M24 27c1.4 4 1.4 9 1 13M24 27v15'/%3E%3C/svg%3E");
}
