/* ==========================================================================
   ZMIENNE GLOBALNE — paleta i typografia wg makiety Marianna Fashion
   ========================================================================== */

:root {
  /* Kolory marki */
  --color-primary: #c48b7f;        /* dusty rose / terracotta - przyciski, akcenty */
  --color-primary-dark: #a86f63;   /* hover na przyciskach */
  --color-secondary: #b8956a;      /* złoto/tan - detale, ikony premium */
  --color-blush: #f3dfe0;          /* jasny róż - tła sekcji SALE, badge */

  /* Neutralne / tła */
  --color-cream: #f7efe8;          /* tło sekcji jasnych (top-bar, USP) */
  --color-beige-light: #f4ede4;
  --color-white: #ffffff;
  --color-black: #1c1a18;          /* tekst główny, nie czysta czerń */
  --color-text: #2b2622;
  --color-text-muted: #6f6660;
  --color-border: #e7ddd2;

  /* Stany / etykiety */
  --color-badge-sale: #c48b7f;
  --color-badge-new: #1c1a18;

  /* Typografia */
  --font-heading: "Playfair Display", "Georgia", serif;
  --font-body: "Jost", "Poppins", sans-serif;

  --fs-h1: clamp(2rem, 4vw, 3.25rem);
  --fs-h2: clamp(1.5rem, 2.5vw, 2rem);
  --fs-h3: 1.15rem;
  --fs-base: 1rem;
  --fs-small: 0.875rem;
  --fs-xs: 0.75rem;

  --lh-base: 1.6;
  --ls-uppercase: 0.08em;

  /* Odstępy (spacing scale) */
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;

  /* Layout */
  --container-max: 1400px;
  --container-padding: 1.25rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-full: 999px;

  /* Cienie */
  --shadow-sm: 0 2px 8px rgba(28, 26, 24, 0.06);
  --shadow-md: 0 8px 24px rgba(28, 26, 24, 0.1);

  /* Przejścia */
  --transition-fast: 0.2s ease;
  --transition-base: 0.35s ease;

  /* Z-index */
  --z-header: 100;
  --z-modal: 1000;
  --z-nav-top: 1010;
  --z-toast: 1100;
}
