/* MISS VEGA — kilitli tasarım tokenları.
   Kaynak/anayasa: .claude/skills/missvega-cinematic-engine/references/00-marka-anayasa.md
   Buradaki bir değeri değiştirmeden önce anayasayı güncelle. */

:root {
  /* --- Zemin / boşluk --- */
  --mv-void:            #000000;
  --mv-night:           #051D14;   /* ANA ZEMİN — koyu zümrüt gece */
  --mv-dark:            #041209;   /* en derin gölge / kuyu */
  --mv-emerald-deep:    #062A1F;
  --mv-emerald:         #0F5138;

  /* --- Hibiskus / bordo (sıvı) --- */
  --mv-burgundy:        #4A0E1E;   /* derin bordo — gölgeli sıvı */
  --mv-hibiscus:        #8E1B2A;
  --mv-hibiscus-bright: #C2412B;

  /* --- Kontrollü altın --- */
  --mv-gold:            #D4AF37;
  --mv-gold-light:      #F3E5AB;

  /* --- Vega yıldızı --- */
  --mv-vega:            #9FD3F0;
  --mv-vega-core:       #E8F6FF;

  /* --- Metin / nadir açık zemin --- */
  --mv-ink:             #FFFFFF;
  --mv-cream:           #E3EACF;

  /* --- Tipografi --- */
  --mv-font-display: 'Cinzel', serif;
  --mv-font-body:    'Montserrat', system-ui, sans-serif;

  --mv-fs-scene:  clamp(2.5rem, 6vw, 6rem);
  --mv-fs-sub:    clamp(1rem, 2vw, 1.5rem);
  --mv-fs-body:   1rem;
  --mv-fs-label:  0.6875rem;
  --mv-ls-display: 0.28em;
  --mv-ls-label:   0.25em;

  /* --- Hareket: TEK easing sözlüğü. Yeni eğri uydurma. --- */
  --mv-ease-sahne:  cubic-bezier(0.16, 1, 0.30, 1);
  --mv-ease-kamera: cubic-bezier(0.65, 0, 0.35, 1);
  --mv-ease-cik:    cubic-bezier(0.55, 0, 1, 0.45);

  --mv-dur-mikro:  0.24s;
  --mv-dur-ogesi:  0.6s;
  --mv-dur-sahne:  1.2s;
  --mv-dur-kamera: 2.0s;
  --mv-stagger:    0.08s;

  /* --- Cam (glassmorphism) — tek reçete, her yerde aynı --- */
  --mv-cam-zemin:  rgba(6, 32, 22, 0.55);
  --mv-cam-kenar:  rgba(212, 175, 55, 0.18);
  --mv-cam-bulan:  blur(16px) saturate(1.25);
  --mv-cam-golge:  0 24px 60px -28px rgba(0, 0, 0, 0.9);

  /* --- Katman sırası: tek yerden yönetilir --- */
  --mv-z-canvas:  1;
  --mv-z-sahne:   10;
  --mv-z-icerik:  20;
  --mv-z-header:  1000;
  --mv-z-loader:  2000;
}

/* Erişilebilirlik kapısı — her sahnede zorunlu. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
