:root {
  /* Brand colours */
  --plum: #321C2B;
  --burgundy: #6E3046;
  --ivory: #F7F2EA;
  --gold: #C7A45B;
  --gold-light: #E4CD98;
  --charcoal: #242124;
  --white: #FFFFFF;

  /* Derived */
  --ivory-deep: #EFE7D8;
  --plum-soft: rgba(50, 28, 43, 0.06);
  --gold-soft: rgba(199, 164, 91, 0.14);
  --line: rgba(36, 33, 36, 0.12);

  /* Typography */
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;

  /* Type scale */
  --fs-hero: clamp(2.6rem, 6vw, 5.4rem);
  --fs-h1: clamp(2.2rem, 4.5vw, 3.6rem);
  --fs-h2: clamp(1.8rem, 3.2vw, 2.6rem);
  --fs-h3: clamp(1.3rem, 2vw, 1.7rem);
  --fs-lead: clamp(1.1rem, 1.6vw, 1.35rem);
  --fs-body: 1.05rem;
  --fs-small: 0.9rem;
  --fs-eyebrow: 0.8rem;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 7rem;
  --space-2xl: 11rem;

  /* Layout */
  --container: 1240px;
  --container-narrow: 780px;
  --radius: 4px;
  --radius-lg: 12px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.6s;
}
