:root {
  
  --color-bg:           #0A0908;   
  --color-bg-elevated:  #14110F;   
  --color-bg-deep:      #050403;   

  
  --color-gold:         #C9A961;   
  --color-gold-bright:  #E5C77A;   
  --color-gold-deep:    #8E7438;   
  --color-gold-glow:    rgba(201, 169, 97, 0.45);  
  --color-gold-faint:   rgba(201, 169, 97, 0.08);  

  
  --color-text:         #F2EBDD;   
  --color-text-muted:   #A8A095;   
  --color-text-dim:     #6B665D;   

  
  --hairline-gold:      rgba(201, 169, 97, 0.20);
  --hairline-cream:     rgba(242, 235, 221, 0.10);

  
  --font-serif:    'Cormorant Garamond', 'Times New Roman', serif;
  --font-sans:     'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  
  --fs-display:    clamp(3.5rem, 7vw, 6.5rem);   
  --fs-h1:         clamp(2.5rem, 4.5vw, 4rem);
  --fs-h2:         clamp(1.75rem, 3vw, 2.5rem);
  --fs-lead:       clamp(1.125rem, 1.5vw, 1.375rem);  
  --fs-body:       1rem;
  --fs-small:      0.875rem;
  --fs-micro:      0.75rem;

  
  --fw-light:      300;
  --fw-regular:    400;
  --fw-medium:     500;
  --fw-semibold:   600;

  
  --tracking-tight:  -0.02em;
  --tracking-normal: 0;
  --tracking-wide:   0;
  --tracking-xwide:  0;   

  
  --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;
  --space-10:  8rem;

  
  --container-max:    1440px;
  --container-pad-x:  clamp(1.5rem, 4vw, 4rem);
  --header-h:          150px;
  --header-h-scrolled: 83px;    

  
  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast:   180ms;
  --dur-med:    360ms;
  --dur-slow:   720ms;

  
  --radius-pill:   999px;
  --radius-sm:     4px;
}
