/*
Theme Name: Jefi Caffe
Theme URI: https://jefi.rs
Author: Jefi Caffe d.o.o.
Author URI: https://jefi.rs
Description: Premium Nespresso kapsule – domaći D2C e-commerce tema za Jefi Caffe, Aranđelovac. Elementor-ready, WooCommerce-ready.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://jefi.rs
Text Domain: jefi-caffe
Tags: e-commerce, elementor, woocommerce, custom-colors, custom-menu, featured-images, translation-ready
*/

/* ──────────────────────────────────────────────────────────────────────────
   CSS VARIJABLE — Jefi Caffe Brand Paleta
   Specifikacija: jefi-specifikacija-deo1.html, Sekcija 01
   Pravilo 60/30/10: Ivory (pozadina) · Espresso/Roast (autoritet) · Gold (akcija)
   ────────────────────────────────────────────────────────────────────────── */
:root {
    /* ─── Tamne boje ─── */
    --jefi-espresso:    #0F0804;   /* Header, footer, tamni tekst */
    --jefi-roast:       #2C1400;   /* Sekundarni tamni, mega menu */
    --jefi-mahogany:    #4A1E00;   /* Hover stanja na tamnim elementima */

    /* ─── Akcentne boje ─── */
    --jefi-copper:      #9A5020;   /* H3, accent tekst, ikone */
    --jefi-gold:        #C8923A;   /* Primarni akcenat, CTA dugmad */
    --jefi-gold-light:  #E4B96A;   /* Hover stanja, detalji, trust bar */

    /* ─── Svetle boje ─── */
    --jefi-parchment:   #F0E6D0;   /* Pozadine sekcija (recenzije) */
    --jefi-cream:       #FAF5EC;   /* Kartice, alternativne pozadine */
    --jefi-ivory:       #FDFAF4;   /* Glavna pozadina sajta */
    --jefi-warm-white:  #FFFEFC;   /* Kartice na svetloj pozadini */

    /* ─── Tekst boje ─── */
    --jefi-text:        #1A0C04;   /* Primarni tekst */
    --jefi-text-mid:    #5C3A1C;   /* Sekundarni tekst, opisi */
    --jefi-text-light:  #9C7850;   /* Tertiarni tekst, labele */

    /* ─── Status boje ─── */
    --jefi-accent-red:  #7A1E10;   /* Urgency badge, sale, BESTSELLER */
    --jefi-green-ok:    #2A5A2A;   /* Uspeh, dostupnost */

    /* ─── UI boje ─── */
    --jefi-border:      #E0D0B0;   /* Borders, divajderi */
    --jefi-shadow:      rgba(42, 20, 0, 0.12); /* Box shadow baza */

    /* ─── Tipografija ─── */
    --jefi-font-display: 'Cormorant Garamond', 'Georgia', serif;  /* H1, H2, hero, citati */
    --jefi-font-body:    'DM Sans', 'Helvetica Neue', Arial, sans-serif; /* Body, UI, CTA */

    /* ─── Layout ─── */
    --jefi-header-height: 64px;
    --jefi-container:     1200px;
    --jefi-container-sm:  860px;

    /* ─── Tranzicije ─── */
    --jefi-transition:    0.2s ease-out;
    --jefi-transition-md: 0.35s ease-out;

    /* ─── Backward-compat aliasi (ne koristiti u novom kodu) ─── */
    --jefi-caramel:   #9A5020;  /* → --jefi-copper */
    --jefi-text-dark: #1A0C04;  /* → --jefi-text */
}
