/*
Theme Name:   Gyro It Up — Tight End Bar Edition
Theme URI:    https://gyroitup.com
Author:       Game On Business LLC
Author URI:   https://gameonbusiness.com
Description:  Official WordPress theme for Gyro It Up × Tight End Bar. Dark sports-bar energy, LGBTQ+ inclusive branding, sticky navigation, pride accent strip, custom footer with Tight End Bar location. Built for Elementor.
Version:      2.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License:      Proprietary
Text Domain:  gyro-it-up
Tags:         food-truck, sports-bar, elementor, custom-menu, sticky-header, dark, lgbtq

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

:root {
  /* ── Brand Colors ── */
  --gyro-fire:    #FF6B00;
  --gyro-gold:    #F5C400;
  --gyro-ember:   #D94E00;
  --gyro-smoke:   #1A1A1A;
  --gyro-ash:     #0d0d0d;
  --gyro-black:   #080808;
  --gyro-white:   #FFFFFF;
  --gyro-cream:   #F5EDD8;
  --gyro-muted:   #888888;

  /* ── Pride ── */
  --pride-red:    #E40303;
  --pride-orange: #FF8C00;
  --pride-yellow: #FFED00;
  --pride-green:  #008026;
  --pride-blue:   #004DFF;
  --pride-purple: #750787;

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

  /* ── Nav ── */
  --nav-height:   68px;
  --nav-bg:       rgba(8,8,8,0.97);
  --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;
}
