

:root {
  
  --bg: #F2EFEA;           
  --bg-deep: #EAE5DD;      
  --bg-field: #FBFAF7;     
  --bg-dark: #37312B;      
  --line: #D8D2C8;         
  --ink: #37312B;          
  --ink-soft: #6E6459;     
  --ink-inverse: #F2EFEA;  

  
  --tone-gold: #A77F11;    
  --tone-yellow: #E3C34E;  
  --tone-coral: #B0454F;   
  --tone-coral-ink: #993A43; 
  --signal: #FAF41A;       

  
  --tone-navy: #2B4162;    
  --tone-pink: #D77FA1;    
  --tone-pink-ink: #E8A5BF; 
  --tone-teal: #1F6B6E;    
  --tone-mint: #A9D6C6;    
  --tone-olive: #5F6532;   

  
  --font-display: "Cormorant", Georgia, serif;
  --font-body: "Outfit", -apple-system, sans-serif;
  --font-mono: "Fragment Mono", ui-monospace, monospace;

  
  --ease: cubic-bezier(.22, 1, .36, 1);  
  --duration: 1s;

  
  --width-max: 72rem;                            
  --space-shell: clamp(1.2rem, 4vw, 3.4rem);     
  --space-section-s: clamp(3.2rem, 7vh, 5.2rem);    
  --space-section-m: clamp(4.5rem, 10vh, 7.5rem);   
  --space-section-l: clamp(5rem, 11vh, 8.5rem);
  --space-section-xl: clamp(5rem, 12vh, 9rem);
  --gap-l: clamp(2rem, 5vw, 5rem);               
  --gap-m: clamp(1.5rem, 3vw, 3rem);             
  --gap-s: 1.6rem;                               
  --width-normal: 60ch; 
  --width-narrow: 54ch;                          

  
  --radius-full: 999px;                          
  --radius-s: 2px;                               
  --radius-m: 14px;                              

  
  --text-3xs: .62rem;
  --text-2xs: .66rem;
  --text-xs: .74rem;
  --text-kicker: .78rem;
  --text-s: .82rem;
  --text-sm: .9rem;
  --text-m: .95rem;
  --text-base: 1rem;
  --text-body: 1.0625rem;
  --text-l: 1.15rem;
  --text-xl: 1.25rem;
  --text-body-fluid: clamp(1rem, 1.4vw, 1.15rem);
  --text-lead: clamp(1.15rem, 2vw, 1.5rem);
  --text-h5: clamp(1.25rem, 2.2vw, 1.7rem);
  --text-h4: clamp(1.4rem, 2.4vw, 2rem);
  --text-h3: clamp(1.6rem, 3vw, 2.4rem);
  --text-h2: clamp(2rem, 3.8vw, 3.2rem);
  --text-h2-wide: clamp(2.2rem, 4.6vw, 3.8rem);
  --text-h1: clamp(2.7rem, 5.7vw, 5.7rem);
  --text-h1-mobile: clamp(2.2rem, 9.5vw, 3rem);
  --text-display: clamp(3rem, 8vw, 7.4rem);
  --leading-body: 1.65;
  --tracking-eyebrow: .22em;                     
}
