/*
Theme Name: Bhavya Organic
Theme URI: https://www.bhavyaorganic.com
Author: Bhavya Organic
Author URI: https://www.bhavyaorganic.com
Description: Custom homepage theme for Bhavya Organic - Best Organic Farming Bhopal
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: bhavya-organic
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --green-50: #EAF3DE;
  --green-100: #C0DD97;
  --green-200: #97C459;
  --green-600: #3B6D11;
  --green-800: #27500A;
  --teal-50: #E1F5EE;
  --teal-100: #9FE1CB;
  --teal-600: #0F6E56;
  --teal-800: #085041;
  --amber-50: #FAEEDA;
  --amber-100: #FAC775;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: #faf9f5;
  color: #2a2a1e;
  font-size: 16px;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ===== GOOGLE FONTS (loaded in functions.php) ===== */

/* ===== NAVIGATION ===== */
.bo-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 3rem;
  background: rgba(250,249,245,0.97);
  border-bottom: 0.5px solid var(--green-100);
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(8px);
}

.bo-nav-logo { display: flex; align-items: center; gap: 10px; }

.bo-nav-logo-icon {
  width: 44px; height: 44px;
  background: var(--green-600);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700;
}

.bo-nav-brand {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700;
  color: var(--green-800);
  line-height: 1.1;
}
.bo-nav-brand small {
  display: block;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 400;
  color: var(--green-600);
  letter-spacing: 0.05em;
}

.bo-nav-menu { display: flex; gap: 2rem; list-style: none; }
.bo-nav-menu a { font-size: 14px; color: #5a5a3a; transition: color 0.2s; }
.bo-nav-menu a:hover { color: var(--green-600); }

.bo-nav-cta {
  background: var(--green-600);
  color: #fff;
  padding: 9px 24px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.bo-nav-cta:hover { background: var(--green-800); }

/* Hamburger (mobile) */
.bo-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.bo-hamburger span { width: 24px; height: 2px; background: var(--green-800); border-radius: 2px; }

/* ===== HERO ===== */
.bo-hero {
  padding: 5rem 3rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.bo-hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green-50);
  border: 0.5px solid var(--green-100);
  border-radius: 20px;
  padding: 5px 16px;
  font-size: 12px; color: var(--green-600); font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}
.bo-hero-tag::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--green-200);
  border-radius: 50%;
}

.bo-hero h1 {
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1.15;
  color: var(--green-800);
  margin-bottom: 0.8rem;
}
.bo-hero h1 em { font-style: italic; color: var(--green-600); }

.bo-hero-hindi {
  font-size: 1.1rem;
  color: var(--teal-600);
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.bo-hero-desc {
  font-size: 0.95rem;
  color: #6a6a4a;
  line-height: 1.85;
  margin-bottom: 2rem;
  max-width: 420px;
}

.bo-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.bo-btn-primary {
  background: var(--green-600);
  color: #fff;
  padding: 12px 30px;
  border-radius: 28px;
  font-size: 14px; font-weight: 500;
  border: none; cursor: pointer;
  transition: background 0.2s;
}
.bo-btn-primary:hover { background: var(--green-800); color: #fff; }

.bo-btn-secondary {
  background: transparent;
  color: var(--green-600);
  padding: 12px 30px;
  border-radius: 28px;
  border: 1.5px solid var(--green-200);
  font-size: 14px; font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.bo-btn-secondary:hover { background: var(--green-50); }

/* Hero Visual Card */
.bo-hero-card {
  background: #fff;
  border-radius: 20px;
  border: 0.5px solid var(--green-100);
  padding: 2.5rem 2rem;
  text-align: center;
}

.bo-hero-card-img {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: var(--green-50);
  margin: 0 auto 1.2rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem;
  overflow: hidden;
}
.bo-hero-card-img img { width: 100%; height: 100%; object-fit: cover; }

.bo-hero-card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--green-800);
  margin-bottom: 0.5rem;
}
.bo-hero-card p { font-size: 13.5px; color: #8a8a6a; line-height: 1.65; }

.bo-stat-chips { display: flex; gap: 8px; margin-top: 1.5rem; justify-content: center; flex-wrap: wrap; }
.bo-chip {
  background: var(--green-50);
  border: 0.5px solid var(--green-100);
  border-radius: 16px;
  padding: 5px 14px;
  font-size: 12px; color: var(--green-600); font-weight: 500;
}

/* ===== PRODUCTS SECTION ===== */
.bo-products {
  background: #fff;
  border-top: 0.5px solid var(--green-100);
  border-bottom: 0.5px solid var(--green-100);
  padding: 4rem 3rem;
}
.bo-products-inner { max-width: 1100px; margin: 0 auto; }

.bo-section-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-600);
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.bo-section-title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--green-800);
  margin-bottom: 0.5rem;
}
.bo-section-subtitle {
  font-size: 0.9rem;
  color: #8a8a6a;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.bo-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 1rem;
}

.bo-product-card {
  background: var(--green-50);
  border: 0.5px solid var(--green-100);
  border-radius: 14px;
  padding: 1.5rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.bo-product-card:hover {
  background: var(--green-100);
  border-color: var(--green-200);
  transform: translateY(-2px);
}
.bo-product-card .bo-p-icon { font-size: 2.2rem; display: block; margin-bottom: 0.6rem; }
.bo-product-card .bo-p-name { font-size: 13px; font-weight: 500; color: var(--green-800); display: block; }
.bo-product-card .bo-p-hindi { font-size: 11px; color: var(--green-600); display: block; margin-top: 3px; }

/* ===== MISSION & VISION ===== */
.bo-mission { padding: 4.5rem 3rem; max-width: 1100px; margin: 0 auto; }
.bo-mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }

.bo-mission-card {
  background: #fff;
  border: 0.5px solid var(--green-100);
  border-radius: 16px;
  padding: 2rem;
}
.bo-mission-icon {
  width: 48px; height: 48px;
  background: var(--green-50);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 1rem;
}
.bo-mission-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--green-800);
  margin-bottom: 0.8rem;
}
.bo-mission-card p { font-size: 13.5px; color: #6a6a4a; line-height: 1.8; }
.bo-mission-card .bo-hindi-text {
  font-size: 13px; color: #8a8a6a;
  margin-top: 0.8rem;
  font-style: italic;
  padding-top: 0.8rem;
  border-top: 0.5px solid var(--green-50);
}

/* ===== DIFFERENTIATORS ===== */
.bo-diff {
  background: linear-gradient(135deg, #27500A 0%, #3B6D11 100%);
  padding: 5rem 3rem;
}
.bo-diff-inner { max-width: 1100px; margin: 0 auto; }
.bo-diff .bo-section-label { color: var(--green-100); }
.bo-diff .bo-section-title { color: #fff; }

.bo-diff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.bo-diff-card {
  background: rgba(255,255,255,0.08);
  border: 0.5px solid rgba(192,221,151,0.3);
  border-radius: 14px;
  padding: 1.75rem;
}
.bo-diff-card-icon { font-size: 1.8rem; margin-bottom: 0.8rem; }
.bo-diff-card h4 { font-size: 14px; font-weight: 500; color: #C0DD97; margin-bottom: 0.5rem; }
.bo-diff-card p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.7; }

/* ===== CONTACT ===== */
.bo-contact {
  background: var(--teal-50);
  border-top: 0.5px solid var(--teal-100);
  padding: 4rem 3rem;
}
.bo-contact-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 2rem;
}
.bo-contact h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--teal-800);
  margin-bottom: 0.5rem;
}
.bo-contact-label { font-size: 12px; color: var(--teal-600); margin-bottom: 5px; letter-spacing: 0.05em; text-transform: uppercase; }
.bo-contact-details { display: flex; gap: 2rem; margin-top: 1rem; flex-wrap: wrap; }
.bo-contact-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: #4a6a5a; line-height: 1.5; }
.bo-contact-item strong { color: var(--teal-600); }

/* ===== FOOTER ===== */
.bo-footer {
  background: #27500A;
  color: rgba(255,255,255,0.6);
  text-align: center;
  padding: 1.75rem;
  font-size: 12px;
}
.bo-footer strong { color: #C0DD97; }
.bo-footer a { color: #9FE1CB; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .bo-nav { padding: 1rem 1.5rem; }
  .bo-nav-menu { display: none; flex-direction: column; gap: 1rem; }
  .bo-nav-menu.open { display: flex; position: absolute; top: 70px; left: 0; right: 0; background: #faf9f5; padding: 1.5rem 2rem; border-bottom: 1px solid var(--green-100); }
  .bo-hamburger { display: flex; }
  .bo-nav-cta { display: none; }

  .bo-hero { grid-template-columns: 1fr; padding: 3rem 1.5rem; gap: 2rem; }
  .bo-hero h1 { font-size: 2.3rem; }
  .bo-products { padding: 3rem 1.5rem; }
  .bo-mission { padding: 3rem 1.5rem; }
  .bo-mission-grid { grid-template-columns: 1fr; }
  .bo-diff { padding: 3rem 1.5rem; }
  .bo-contact { padding: 3rem 1.5rem; }
  .bo-contact-inner { grid-template-columns: 1fr; }
  .bo-contact-details { flex-direction: column; gap: 0.75rem; }
}
