/*
Theme Name:   Gyro It Up
Theme URI:    https://gyroitup.com
Author:       Game On Business LLC
Author URI:   https://gameonbusiness.com
Description:  Official WordPress theme for Gyro It Up — Gyros & Kabobs food truck. Built with Elementor compatibility, sticky navigation, custom footer, and the full brand color system.
Version:      1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License:      Proprietary
License URI:  #
Text Domain:  gyro-it-up
Tags:         food-truck, elementor, custom-menu, sticky-header, dark

/* ════════════════════════════════════════════════════════
   GYRO IT UP THEME — by Game On Business LLC
   Brand Color System
   ════════════════════════════════════════════════════════ */

:root {
  /* ── Brand Colors ── */
  --gyro-fire:    #FF6B00;   /* primary orange / CTA */
  --gyro-gold:    #F5C400;   /* gold / highlights    */
  --gyro-ember:   #D94E00;   /* deep orange / hover  */
  --gyro-smoke:   #1A1A1A;   /* dark grey cards      */
  --gyro-ash:     #111111;   /* page background      */
  --gyro-black:   #0A0A0A;   /* deepest black        */
  --gyro-white:   #FFFFFF;
  --gyro-cream:   #F5EDD8;   /* warm off-white text  */
  --gyro-muted:   #888888;   /* secondary text       */

  /* ── Spacing ── */
  --gyro-gap-sm:  1rem;
  --gyro-gap-md:  2rem;
  --gyro-gap-lg:  5rem;

  /* ── Nav ── */
  --nav-height:  68px;
  --nav-bg:      rgba(10,10,10,0.96);
  --nav-border:  var(--gyro-fire);

  /* ── Typography ── */
  --font-display: 'Bebas Neue', sans-serif;
  --font-condensed: 'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;

  /* ── Radius ── */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 100px;
}
