/* =====================================================
   ALLTHEGOODSTUFF.CLUB — Design Tokens
   Palette: Warm parchment + deep ink + terracotta accent
   Feels like a well-curated Indian craft magazine
   ===================================================== */

:root, [data-theme="light"] {
  /* Surfaces — warm parchment */
  --color-bg:               #f5f0e8;
  --color-surface:          #f8f4ed;
  --color-surface-2:        #faf7f2;
  --color-surface-offset:   #ede7d9;
  --color-surface-offset-2: #e5dece;
  --color-surface-dynamic:  #ddd5c4;
  --color-divider:          #d6cdb8;
  --color-border:           #cdc3ac;

  /* Text — deep warm ink */
  --color-text:             #1e1a13;
  --color-text-muted:       #6b6254;
  --color-text-faint:       #b5a992;
  --color-text-inverse:     #f5f0e8;

  /* Primary — terracotta / deep rust */
  --color-primary:          #b5431a;
  --color-primary-hover:    #922f0e;
  --color-primary-active:   #6e2009;
  --color-primary-highlight:#ead4c8;

  /* Accent — warm gold */
  --color-gold:             #c2820a;
  --color-gold-hover:       #a06408;
  --color-gold-highlight:   #e8d9b8;

  /* Semantic */
  --color-success:          #3d6b1f;
  --color-error:            #992b2b;

  /* Radius */
  --radius-sm:  0.25rem;
  --radius-md:  0.375rem;
  --radius-lg:  0.625rem;
  --radius-xl:  1rem;
  --radius-full: 9999px;

  /* Transitions */
  --transition-interactive: 180ms cubic-bezier(0.16, 1, 0.3, 1);

  /* Shadows — warm toned */
  --shadow-sm: 0 1px 3px oklch(0.15 0.03 60 / 0.08);
  --shadow-md: 0 4px 14px oklch(0.15 0.03 60 / 0.1);
  --shadow-lg: 0 12px 36px oklch(0.15 0.03 60 / 0.14);

  /* Content widths */
  --content-narrow:  640px;
  --content-default: 960px;
  --content-wide:    1200px;

  /* Type scale — fluid */
  --text-xs:   clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);
  --text-sm:   clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);
  --text-base: clamp(1rem,     0.95rem + 0.25vw, 1.125rem);
  --text-lg:   clamp(1.125rem, 1rem    + 0.75vw, 1.5rem);
  --text-xl:   clamp(1.5rem,   1.2rem  + 1.25vw, 2.25rem);
  --text-2xl:  clamp(2rem,     1.2rem  + 2.5vw,  3.5rem);
  --text-3xl:  clamp(2.5rem,   1rem    + 4vw,    5rem);
  --text-hero: clamp(3rem,     0.5rem  + 7vw,    8rem);

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Fonts */
  --font-display: 'Baloo 2', 'Georgia', serif;
  --font-body:    'Anek Latin', 'Helvetica Neue', sans-serif;
}

[data-theme="dark"] {
  --color-bg:               #18140d;
  --color-surface:          #1e1910;
  --color-surface-2:        #231e14;
  --color-surface-offset:   #1a1509;
  --color-surface-offset-2: #201b0f;
  --color-surface-dynamic:  #2e2819;
  --color-divider:          #2c2619;
  --color-border:           #3a3222;
  --color-text:             #e8e0d0;
  --color-text-muted:       #8a7f6e;
  --color-text-faint:       #5c5244;
  --color-text-inverse:     #18140d;
  --color-primary:          #e06030;
  --color-primary-hover:    #f07848;
  --color-primary-active:   #f59070;
  --color-primary-highlight:#4a2818;
  --color-gold:             #d49a30;
  --color-gold-hover:       #e8b450;
  --color-gold-highlight:   #3e3018;
  --color-success:          #6aa040;
  --color-error:            #d05050;
  --shadow-sm: 0 1px 3px oklch(0 0 0 / 0.25);
  --shadow-md: 0 4px 14px oklch(0 0 0 / 0.35);
  --shadow-lg: 0 12px 36px oklch(0 0 0 / 0.45);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-bg:               #18140d;
    --color-surface:          #1e1910;
    --color-surface-2:        #231e14;
    --color-surface-offset:   #1a1509;
    --color-surface-offset-2: #201b0f;
    --color-surface-dynamic:  #2e2819;
    --color-divider:          #2c2619;
    --color-border:           #3a3222;
    --color-text:             #e8e0d0;
    --color-text-muted:       #8a7f6e;
    --color-text-faint:       #5c5244;
    --color-text-inverse:     #18140d;
    --color-primary:          #e06030;
    --color-primary-hover:    #f07848;
    --color-primary-active:   #f59070;
    --color-primary-highlight:#4a2818;
    --color-gold:             #d49a30;
    --color-gold-hover:       #e8b450;
    --color-gold-highlight:   #3e3018;
    --color-success:          #6aa040;
    --color-error:            #d05050;
    --shadow-sm: 0 1px 3px oklch(0 0 0 / 0.25);
    --shadow-md: 0 4px 14px oklch(0 0 0 / 0.35);
    --shadow-lg: 0 12px 36px oklch(0 0 0 / 0.45);
  }
}
