﻿

:root {
  
  --websly-color-primary:            #1C1917; 
  --websly-color-primary-contrast:   #FBF8F3; 
  --websly-color-secondary:          #B08D57; 
  --websly-color-accent:             #D8C6A8; 
  --websly-color-surface:            #F7F3EE; 
  --websly-color-surface-alt:        #F0E9E3; 
  --websly-color-surface-inverse:    #1C1917; 
  --websly-color-text:               #22201D;
  --websly-color-text-muted:         #6B635A;
  --websly-color-text-inverse:       #F5EFE6;
  --websly-color-border:             #E3D9CA;
  --websly-color-link:               #8A6A3B; 
  --websly-color-error:              #9B2C2C;
  --websly-color-success:            #2F6B4F;

  
  --websly-font-heading:             'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --websly-font-body:                'Inter', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --websly-font-weight-heading:      400;
  --websly-text-xs:   0.75rem;   --websly-text-sm:  0.875rem;
  --websly-text-base: 1.0625rem; --websly-text-lg:  1.25rem;
  --websly-text-xl:   1.5rem;    --websly-text-2xl: 2rem;
  --websly-text-3xl:  2.75rem;   --websly-text-4xl: clamp(2.5rem, 5vw, 4rem);
  --websly-leading-tight:  1.05;
  --websly-leading-normal: 1.7;

  
  --websly-space-2xs: 0.25rem; --websly-space-xs: 0.5rem;
  --websly-space-sm:  0.75rem; --websly-space-md: 1.5rem;
  --websly-space-lg:  2.5rem;  --websly-space-xl: 4rem;
  --websly-space-2xl: 6rem;    --websly-space-3xl: 8rem;
  --websly-section-pad-y:   clamp(5rem, 9vw, 8rem);
  --websly-container-max:    72rem;
  --websly-container-wide:   90rem;
  --websly-container-narrow: 45rem;

  
  --websly-radius-sm: 2px; --websly-radius-md: 3px;
  --websly-radius-lg: 4px; --websly-radius-pill: 999px;
  --websly-shadow-sm: 0 1px 2px rgba(28,25,23,.05);
  --websly-shadow-md: 0 2px 12px rgba(28,25,23,.06);
  --websly-shadow-lg: 0 8px 40px rgba(28,25,23,.08);
  --websly-button-radius: 2px;

  
  --la-surface-rgb: 247, 243, 238;
  
  --la-border-hover: #C9B893;

  
  --la-ink-inverse-muted: #948B80; 
  --la-gilt-inverse:      #D4B27C; 
  --la-mark-inverse:      #C9A66F; 
  --la-rule-inverse:      #3A342E; 
  
  --la-video-filter: sepia(0.22) saturate(0.86) contrast(1.02) brightness(1.03);
}

[data-theme="clinical"] {
  --websly-color-primary:            #14232E;
  --websly-color-primary-contrast:   #FCFDFE;
  --websly-color-secondary:          #5E8FB0; 
  --websly-color-accent:             #C3DAE8; 
  --websly-color-surface:            #FCFDFE; 
  --websly-color-surface-alt:        #EDF4F9; 
  --websly-color-surface-inverse:    #14232E;
  --websly-color-text:               #1A2733;
  --websly-color-text-muted:         #5B6B79; 
  --websly-color-text-inverse:       #EDF4F9;
  --websly-color-border:             #D8E4EE;
  --websly-color-link:               #1F5B84; 
  --websly-color-error:              #9B2C2C;
  --websly-color-success:            #2F6B4F;

  --websly-shadow-sm: 0 1px 2px rgba(20,35,46,.06);
  --websly-shadow-md: 0 2px 12px rgba(20,35,46,.07);
  --websly-shadow-lg: 0 8px 40px rgba(20,35,46,.09);

  --la-surface-rgb: 252, 253, 254;
  --la-border-hover: #A9C6DA;

  
  --la-ink-inverse-muted: #8294A3; 
  --la-gilt-inverse:      #9DC4DE; 
  --la-mark-inverse:      #C9A66F; 
  --la-rule-inverse:      #2A3B4A;
  
  --la-video-filter: saturate(0.72) contrast(1.03) brightness(1.04) hue-rotate(-8deg);
}
