/* Feniks Luxury Dark & Gold Design Tokens - Updated with larger readable typography */
:root {
  /* Kolory tła */
  --bg-dark-hero: #14161a;
  --bg-dark-surface: #1a1d24;
  --bg-dark-card: #20242c;
  --bg-dark-card-hover: #292f3a;
  --bg-dark-footer: #0e1014;
  --bg-dark-header: rgba(18, 21, 26, 0.96);

  /* Sekcja editorial / jasna */
  --bg-cream: #fbf9f4;
  --bg-cream-card: #ffffff;
  --text-cream-primary: #1c1b18;
  --text-cream-secondary: #4a4740;
  --text-cream-muted: #7d786d;

  /* Szlachetne złoto */
  --gold-primary: #d4af37;
  --gold-light: #f7df96;
  --gold-bright: #ffe8a3;
  --gold-foil: #c8a666;
  --gold-dark: #b8944d;
  --gold-border: rgba(212, 175, 55, 0.45);
  --gold-border-subtle: rgba(212, 175, 55, 0.22);
  --gold-gradient-text: linear-gradient(135deg, #ffffff 0%, #f7df96 35%, #d4af37 70%, #b8944d 100%);
  --gold-gradient-btn: linear-gradient(135deg, #f7df96 0%, #d4af37 50%, #b8944d 100%);
  --gold-pill-bg: #fdfaf2;
  --gold-pill-border: #d4af37;

  /* Kolory tekstu na ciemnym tle (zwiększony kontrast i czytelność) */
  --text-dark-primary: #ffffff;
  --text-dark-secondary: #e2dfd7;
  --text-dark-muted: #a6a195;
  --text-gold-headline: #f7df96;

  /* Typografia (powiększona i szlachetna) */
  --font-script: 'Great Vibes', 'Alex Brush', cursive;
  --font-serif: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Rozmiary czcionek (zwiększone zgodnie z zaleceniem - a la fenixdompogrzebowy.pl) */
  --font-size-base: 18px;
  --font-size-nav: 17px;
  --font-size-lead: 21px;
  --font-size-h1: 3.4rem;
  --font-size-h2: 2.6rem;
  --font-size-h3: 1.8rem;
  --font-size-card-title: 1.45rem;

  /* Cienie i przejścia */
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-gold: 0 4px 20px rgba(212, 175, 55, 0.3);
  --transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);

  /* Kontenery */
  --container-width: 1260px;
}
