/*
Theme Name: SHB Enterprises
Theme URI: https://shbenterprises.com/
Author: OpenAI
Author URI: https://openai.com/
Description: A custom WordPress theme for SHB Enterprises spice products.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shb-enterprises
*/

:root {
  --shb-red: #8b1e1e;
  --shb-gold: #d89b1d;
  --shb-green: #314d3d;
  --shb-beige: #f7f2ea;
  --shb-charcoal: #222222;
  --shb-muted: #6b6b6b;
  --shb-white: #ffffff;
  --container: 1180px;
  --radius: 22px;
  --shadow: 0 12px 36px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--shb-charcoal);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.site-container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.top-bar {
  background: var(--shb-charcoal);
  color: #fff;
  font-size: 14px;
}
.top-bar .site-container {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 10px 0;
}
.top-links { display: flex; gap: 18px; flex-wrap: wrap; }
.site-header {
  position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid #eee;
}
.header-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 0;
}
.branding a {
  display: inline-flex; flex-direction: column; gap: 2px;
}
.site-title { font-size: 30px; font-weight: 700; letter-spacing: 1px; color: var(--shb-red); }
.site-tagline { font-size: 13px; color: var(--shb-muted); text-transform: uppercase; letter-spacing: 1px; }
.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 26px; align-items: center; }
.main-nav li { position: relative; }
.main-nav a { font-size: 15px; font-weight: 600; }
.main-nav a:hover { color: var(--shb-red); }
.header-actions { display: flex; gap: 12px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 999px; font-weight: 700; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--shb-red); color: #fff; }
.btn-secondary { background: var(--shb-gold); color: #111; }
.btn-outline { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.hero {
  background: linear-gradient(135deg, rgba(139,30,30,.95), rgba(49,77,61,.94)), radial-gradient(circle at top right, rgba(216,155,29,.28), transparent 36%);
  color: #fff;
}
.hero-inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; padding: 88px 0;
}
.eyebrow {
  display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
.hero h1 { font-size: 58px; line-height: 1.08; margin: 18px 0 16px; }
.hero p { font-size: 18px; max-width: 680px; color: rgba(255,255,255,.92); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.category-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 16px;
}
.category-card {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; padding: 22px; min-height: 145px; box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.category-card small { text-transform: uppercase; letter-spacing: .15em; display: block; color: rgba(255,255,255,.75); margin-bottom: 8px; }
.category-card h3 { margin: 0; font-size: 22px; line-height: 1.25; }
.section { padding: 80px 0; }
.section.alt { background: var(--shb-beige); }
.section-header { text-align: center; max-width: 840px; margin: 0 auto 42px; }
.section-header .label { color: var(--shb-red); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; }
.section-header h2 { font-size: 44px; margin: 10px 0 12px; line-height: 1.15; }
.section-header p { color: var(--shb-muted); font-size: 18px; }
.about-grid, .cta-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px;
}
.panel {
  background: #fff; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow);
}
.stats-grid { display: grid; gap: 20px; }
.stat-box { border-radius: var(--radius); padding: 28px; color: #111; }
.stat-box.red { background: #fdf0f0; }
.stat-box.green { background: #eef7f1; }
.stat-box strong { display: block; font-size: 44px; margin-bottom: 6px; color: var(--shb-red); }
.card-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 20px; }
.info-card, .product-card, .feature-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
}
.info-card { padding: 28px; }
.info-card .number { color: var(--shb-red); font-weight: 800; font-size: 15px; }
.info-card h3 { margin: 10px 0; font-size: 24px; }
.product-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.product-wrap { padding: 32px; }
.product-wrap h3 { margin-top: 8px; font-size: 34px; }
.product-list {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 24px;
}
.product-item {
  background: var(--shb-beige); padding: 13px 15px; border-radius: 16px; font-weight: 600; font-size: 14px;
}
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.feature-card { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.1); padding: 28px; }
.feature-card h3 { margin-top: 0; }
.dark-section { background: var(--shb-charcoal); color: #fff; }
.simple-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.simple-list .panel { min-height: 220px; }
.cta-banner {
  background: linear-gradient(135deg, #fff5ef, #eef7f1);
  border-radius: 28px; padding: 42px; box-shadow: var(--shadow);
}
.site-footer {
  background: #111; color: #eee; padding: 56px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 22px; }
.footer-grid h4 { margin: 0 0 14px; color: #fff; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: 8px 0; color: #d4d4d4; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 18px; color: #c5c5c5; font-size: 14px; }
.mobile-menu-toggle { display: none; background: none; border: 0; font-size: 26px; }
@media (max-width: 1100px) {
  .card-grid { grid-template-columns: repeat(3,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .hero-inner, .about-grid, .cta-grid, .product-two-col, .footer-grid, .simple-list { grid-template-columns: 1fr; }
  .category-grid, .product-list { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .main-nav { display: none; width: 100%; }
  .main-nav.active { display: block; }
  .main-nav ul { flex-direction: column; align-items: flex-start; padding-top: 16px; }
  .header-inner { flex-wrap: wrap; }
  .mobile-menu-toggle { display: block; }
  .site-title { font-size: 24px; }
  .hero h1 { font-size: 40px; }
  .section-header h2 { font-size: 34px; }
}
@media (max-width: 640px) {
  .top-bar .site-container { flex-direction: column; align-items: flex-start; }
  .card-grid, .feature-grid { grid-template-columns: 1fr; }
  .header-actions { width: 100%; justify-content: flex-start; }
}
