/*
Theme Name: LOCCAKE
Theme URI: https://loccake.com
Author: LOCCAKE
Author URI: https://loccake.com
Description: Premium boutique Russian patisserie & cafe theme for LOCCAKE Izmir. Mobile-first, multilingual (TR/RU/EN), WhatsApp order flow, custom post types for products & campaigns. Demo content auto-imported on activation.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: loccake
Tags: cafe, restaurant, patisserie, mobile-first, custom-post-types, multilingual
*/

/* ─────────────────────────────────────────────
   LOCCAKE Design Tokens
   Ivory · Cream · Sand · Espresso · Gold
───────────────────────────────────────────── */

:root {
  --background: 36 38% 96%;
  --foreground: 24 35% 12%;
  --card: 36 42% 98%;
  --card-foreground: 24 35% 12%;
  --primary: 24 35% 14%;
  --primary-foreground: 36 42% 97%;
  --secondary: 34 30% 90%;
  --secondary-foreground: 24 35% 14%;
  --muted: 33 25% 92%;
  --muted-foreground: 24 14% 38%;
  --accent: 36 50% 78%;
  --accent-foreground: 24 35% 14%;
  --gold: 40 55% 55%;
  --gold-soft: 40 45% 78%;
  --border: 33 22% 86%;
  --radius: 1rem;

  --gradient-ivory: linear-gradient(180deg, hsl(36 42% 98%) 0%, hsl(34 32% 93%) 100%);
  --gradient-hero: linear-gradient(160deg, hsl(33 30% 92%) 0%, hsl(34 25% 86%) 60%, hsl(28 20% 78%) 100%);
  --gradient-espresso: linear-gradient(135deg, hsl(24 35% 14%) 0%, hsl(20 28% 22%) 100%);
  --gradient-gold: linear-gradient(90deg, transparent 0%, hsl(40 55% 55% / 0.6) 50%, transparent 100%);

  --shadow-soft: 0 4px 24px -8px hsl(24 35% 14% / 0.08);
  --shadow-card: 0 12px 40px -16px hsl(24 35% 14% / 0.18);
  --shadow-gold: 0 0 0 1px hsl(40 55% 55% / 0.3), 0 8px 24px -12px hsl(40 55% 55% / 0.4);
  --transition-silk: 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* All real CSS lives in assets/css/app.css — this header file is required by WP. */
