/*
Theme Name: Agile Chemicals
Theme URI: https://agilechemicals.com
Author: Agile Chemicals Engineering & Agronomy Team
Author URI: https://agilechemicals.com
Description: Production-ready, native WordPress theme for Agile Chemicals Private Limited and Dr. Orchard Agri Division. Features auto-installer for all 31 agrochemical products, custom post types, ISO certification showcase, proprietary BioCata-FX™ and YPI platforms, and turnkey dealer inquiry system.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
License URI: https://agilechemicals.com/license
Text Domain: agile-chemicals
Tags: agriculture, chemicals, fertilizer, full-site-editing, custom-post-types, responsive-layout, ecommerce, one-click-install
*/

/* Reset & Base Variables */
:root {
  --color-brand-green: #0B5D34;
  --color-brand-green-dark: #064223;
  --color-brand-green-light: #15803d;
  --color-brand-navy: #0F2C59;
  --color-brand-navy-dark: #091A36;
  --color-brand-gold: #F59E0B;
  --color-brand-gold-hover: #D97706;
  --color-surface: #F8FAFC;
  --color-border: #E2E8F0;
  --font-heading: 'Outfit', sans-serif;
  --font-sans: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Inter', sans-serif;
}

body {
  font-family: var(--font-body);
  color: #1e293b;
  background-color: #f8fafc;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: var(--font-heading);
  color: #0f172a;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-gradient {
  background: linear-gradient(135deg, rgba(9,26,54,0.92) 0%, rgba(11,93,52,0.88) 100%);
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f5f9;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Badge and Tag Styles */
.badge-gold {
  background: #FEF3C7;
  color: #92400E;
  border: 1px solid #FDE68A;
}

.badge-green {
  background: #ECFDF5;
  color: #065F46;
  border: 1px solid #A7F3D0;
}

.badge-blue {
  background: #EFF6FF;
  color: #1E40AF;
  border: 1px solid #BFDBFE;
}

/* Card hover animation */
.product-card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Admin bar adjustment */
.admin-bar header.sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header.sticky {
    top: 46px;
  }
}
