:root {
  /* Colour system */
  --bg:           #FAFAF7;
  --text:         #1A2336;
  --accent:       #C9A84C;
  --accent-hover: #A8893C;
  --surface:      #F0EDE6;
  --dark:         #1B2B4A;
  --muted:        #6C7A8A;
  --border:       #DDD8CC;

  /* Gold on dark surface */
  --gold-on-dark: #D4B567;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;

  /* Spacing */
  --space-base:        8px;
  --section-y:         88px;
  --component-gap:     24px;
  --container-max:     1160px;
  --container-padding: 24px;

  /* Border radius — sharp throughout */
  --radius-sm:   0px;
  --radius-md:   0px;
  --radius-lg:   0px;
  --radius-pill: 0px;

  /* Shadows */
  --shadow-sm: 0 1px 4px rgba(27,43,74,0.07);
  --shadow-md: 0 4px 20px rgba(27,43,74,0.10);
  --shadow-lg: 0 8px 40px rgba(27,43,74,0.14);
}
