/* Hallmark · macrostructure: Ticket Split (locked by approved concept "De uitnodiging")
 * tone: letterpress-invitation · genre: editorial · theme: brand-locked (Goldfingers)
 * paper band: light (FAF6EE) · display style: roman-serif · accent hue: warm-gold 78deg
 * fonts: Libre Baskerville (display) + Karla (body)
 * pre-emit critique: P5 H5 E4 S5 R4 V4
 */

:root{
  /* ---- kleur ---- */
  --color-bg:        #EDE7DA;
  --color-paper:     #FAF6EE;
  --color-paper-2:   #FFFDF8;
  --color-ink:       #100E0B;
  --color-ink-2:     #3C362D;
  --color-muted:     #6F6759;
  --color-gold:      #A39161;
  --color-gold-deep: #7F7047;
  --color-gold-wash: rgba(163,145,97,.12);
  --color-stamp:     #B3322B;
  --color-line:      rgba(16,14,11,.16);
  --color-line-soft: rgba(16,14,11,.09);
  --color-white:     #FFFFFF;
  --color-focus:     #100E0B;

  /* ---- typografie ---- */
  --font-display: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
  --font-body:    'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --text-xs:    0.6875rem;  /* 11 */
  --text-sm:    0.8125rem;  /* 13 */
  --text-base:  0.9375rem;  /* 15 */
  --text-md:    1.0625rem;  /* 17 */
  --text-lg:    1.25rem;    /* 20 */
  --text-xl:    1.5rem;     /* 24 */
  --text-2xl:   1.875rem;   /* 30 */
  --text-3xl:   2.25rem;    /* 36 */
  --text-display-s: clamp(1.75rem, 4.2vw, 2.5rem);
  --text-display:   clamp(2rem, 5.2vw, 3.25rem);

  --track-label: .2em;
  --track-tight: -.012em;

  /* ---- ruimte, 4pt ---- */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* ---- lijnen en vorm ---- */
  --rule-hair:   1px;
  --rule-solid:  2px;
  --rule-heavy:  3px;
  --radius-none: 0;

  /* ---- motion ---- */
  --ease-out:    cubic-bezier(.22,.61,.36,1);
  --ease-in:     cubic-bezier(.55,.06,.68,.19);
  --ease-in-out: cubic-bezier(.65,.05,.36,1);
  --dur-fast: 140ms;
  --dur-mid:  260ms;
  --dur-slow: 520ms;

  /* ---- diepte ---- */
  --shadow-ticket: 0 26px 60px -34px rgba(40,30,15,.75);
  --shadow-lift:   0 14px 30px -18px rgba(40,30,15,.55);
}
