/*
Theme Name: Bee Hives Trading LLC Theme
Theme URI: https://beehivestradingllc.store
Author: BEE HIVES TRADING LLC
Author URI: https://beehivestradingllc.store
Description: Professional corporate e-commerce and commercial trading theme tailored for Facebook Meta Business Manager verification.
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bee-hives-trading
Tags: business, e-commerce, corporate, two-columns, custom-menu, featured-images
*/

/* ---------- Base ---------- */
:root {
  --bh-honey: #f5a201;
  --bh-honey-dark: #c47f00;
  --bh-ink: #17212b;
  --bh-ink-soft: #2c3a47;
  --bh-muted: #5c6b7a;
  --bh-line: #e3e8ee;
  --bh-bg: #ffffff;
  --bh-bg-alt: #f7f9fc;
  --bh-radius: 10px;
  --bh-wrap: 1180px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bh-ink-soft);
  background: var(--bh-bg);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--bh-honey-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { color: var(--bh-ink); line-height: 1.25; margin: 0 0 .6em; }
h1 { font-size: 2.2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.2rem; }

.bh-wrap { width: 100%; max-width: var(--bh-wrap); margin: 0 auto; padding: 0 20px; }
.bh-section { padding: 64px 0; }
.bh-section--alt { background: var(--bh-bg-alt); }
.bh-section__head { max-width: 760px; margin: 0 auto 40px; text-align: center; }
.bh-section__head p { color: var(--bh-muted); margin: 0; }

.bh-btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: var(--bh-radius);
  background: var(--bh-honey);
  color: #1a1204;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: background .2s ease;
}
.bh-btn:hover { background: var(--bh-honey-dark); color: #fff; text-decoration: none; }
.bh-btn--ghost { background: transparent; border: 2px solid var(--bh-honey); color: var(--bh-honey); }
.bh-btn--ghost:hover { background: var(--bh-honey); color: #1a1204; }

/* ---------- Top bar ---------- */
.bh-topbar {
  background: var(--bh-ink);
  color: #d7dee6;
  font-size: .875rem;
}
.bh-topbar .bh-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
}
.bh-topbar a { color: #d7dee6; }
.bh-topbar a:hover { color: var(--bh-honey); }
.bh-topbar__contact { display: flex; flex-wrap: wrap; gap: 6px 18px; }

/* ---------- Header ---------- */
.bh-header {
  background: #fff;
  border-bottom: 1px solid var(--bh-line);
  position: sticky;
  top: 0;
  z-index: 40;
}
.bh-header .bh-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.bh-brand { display: flex; align-items: center; gap: 12px; }
.bh-brand__mark {
  width: 44px; height: 44px; flex: 0 0 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--bh-honey), var(--bh-honey-dark));
  display: flex; align-items: center; justify-content: center;
  color: #1a1204; font-weight: 800; font-size: 1.05rem;
}
.bh-brand__name { font-weight: 800; color: var(--bh-ink); font-size: 1.05rem; letter-spacing: .02em; }
.bh-brand__tag { display: block; font-weight: 500; font-size: .75rem; color: var(--bh-muted); letter-spacing: .08em; text-transform: uppercase; }
.bh-brand a { color: inherit; text-decoration: none; }

.bh-nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 6px; margin: 0; padding: 0; }
.bh-nav li { position: relative; }
.bh-nav a {
  display: block; padding: 9px 13px; border-radius: 8px;
  color: var(--bh-ink); font-weight: 600; font-size: .94rem;
}
.bh-nav a:hover, .bh-nav .current-menu-item > a { background: var(--bh-bg-alt); color: var(--bh-honey-dark); text-decoration: none; }
.bh-nav ul ul {
  display: none; position: absolute; left: 0; top: 100%;
  min-width: 200px; background: #fff; border: 1px solid var(--bh-line);
  border-radius: 8px; padding: 6px; flex-direction: column; box-shadow: 0 12px 28px rgba(23,33,43,.12);
}
.bh-nav li:hover > ul { display: flex; }

.bh-nav-toggle { display: none; background: transparent; border: 1px solid var(--bh-line); border-radius: 8px; padding: 9px 12px; font-weight: 700; cursor: pointer; }

/* ---------- Hero ---------- */
.bh-hero {
  background: linear-gradient(135deg, #17212b 0%, #23323f 55%, #38291a 100%);
  color: #f2f5f8;
  padding: 96px 0;
}
.bh-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.1rem); max-width: 18ch; }
.bh-hero p { font-size: 1.1rem; color: #cdd6df; max-width: 62ch; }
.bh-hero__eyebrow {
  display: inline-block; margin-bottom: 18px; padding: 6px 14px;
  border: 1px solid rgba(245,162,1,.5); border-radius: 999px;
  color: var(--bh-honey); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
}
.bh-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.bh-hero__stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; margin-top: 56px; }
.bh-hero__stats div { border-top: 2px solid rgba(245,162,1,.55); padding-top: 12px; }
.bh-hero__stats strong { display: block; font-size: 1.6rem; color: #fff; }
.bh-hero__stats span { font-size: .85rem; color: #b7c1cb; }

/* ---------- About ---------- */
.bh-about { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }
.bh-facts { list-style: none; margin: 0; padding: 24px; background: #fff; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); }
.bh-facts li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed var(--bh-line); font-size: .93rem; }
.bh-facts li:last-child { border-bottom: 0; }
.bh-facts span { color: var(--bh-muted); }
.bh-facts strong { color: var(--bh-ink); text-align: right; }

/* ---------- Product grid ---------- */
.bh-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 26px; }
.bh-card {
  background: #fff; border: 1px solid var(--bh-line); border-radius: var(--bh-radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bh-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(23,33,43,.10); }
.bh-card__media { height: 8px; background: linear-gradient(90deg, var(--bh-honey), var(--bh-honey-dark)); }
.bh-card__body { padding: 22px; }
.bh-card__body h3 { margin-bottom: .4em; }
.bh-card__body p { margin: 0; color: var(--bh-muted); font-size: .94rem; }
.bh-card__tag { display: inline-block; margin-bottom: 12px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--bh-honey-dark); font-weight: 700; }

/* ---------- Contact ---------- */
.bh-contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; }
.bh-contact__info ul { list-style: none; margin: 0; padding: 0; }
.bh-contact__info li { padding: 12px 0; border-bottom: 1px solid var(--bh-line); }
.bh-contact__info strong { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--bh-muted); }

.bh-form { background: #fff; border: 1px solid var(--bh-line); border-radius: var(--bh-radius); padding: 28px; }
.bh-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bh-field { margin-bottom: 18px; }
.bh-field label { display: block; font-size: .85rem; font-weight: 600; color: var(--bh-ink); margin-bottom: 6px; }
.bh-field input, .bh-field select, .bh-field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--bh-line);
  border-radius: 8px; font: inherit; color: var(--bh-ink); background: #fff;
}
.bh-field input:focus, .bh-field select:focus, .bh-field textarea:focus { outline: 2px solid rgba(245,162,1,.45); border-color: var(--bh-honey); }
.bh-field textarea { min-height: 140px; resize: vertical; }
.bh-form__note { font-size: .8rem; color: var(--bh-muted); margin: 14px 0 0; }

/* ---------- Content / posts ---------- */
.bh-content { max-width: 800px; margin: 0 auto; }
.bh-entry { padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid var(--bh-line); }
.bh-entry:last-child { border-bottom: 0; }
.bh-entry__meta { font-size: .84rem; color: var(--bh-muted); margin-bottom: 14px; }
.bh-entry__thumb { margin-bottom: 20px; border-radius: var(--bh-radius); overflow: hidden; }
.bh-legal h2 { margin-top: 1.8em; }
.bh-legal ul { padding-left: 20px; }
.bh-pagination { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.bh-pagination .page-numbers { padding: 8px 14px; border: 1px solid var(--bh-line); border-radius: 8px; color: var(--bh-ink); }
.bh-pagination .page-numbers.current { background: var(--bh-honey); border-color: var(--bh-honey); }

.bh-page-hero { background: var(--bh-bg-alt); border-bottom: 1px solid var(--bh-line); padding: 54px 0; }
.bh-page-hero h1 { margin: 0; }
.bh-page-hero p { margin: 8px 0 0; color: var(--bh-muted); }

/* ---------- Footer ---------- */
.bh-footer { background: var(--bh-ink); color: #b9c3cd; padding: 60px 0 26px; font-size: .93rem; }
.bh-footer h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.bh-footer a { color: #b9c3cd; }
.bh-footer a:hover { color: var(--bh-honey); }
.bh-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.bh-footer ul { list-style: none; margin: 0; padding: 0; }
.bh-footer li { padding: 5px 0; }
.bh-footer__legal {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12);
  display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between; font-size: .85rem;
}
.bh-footer__verify { color: #d7dee6; }
.bh-footer__verify strong { color: #fff; }

/* ---------- Accessibility ---------- */
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { margin: 0 auto 20px; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .bh-about, .bh-contact { grid-template-columns: 1fr; gap: 32px; }
  .bh-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 782px) {
  .bh-nav-toggle { display: block; }
  .bh-nav { display: none; width: 100%; }
  .bh-nav.is-open { display: block; }
  .bh-header .bh-wrap { flex-wrap: wrap; }
  .bh-nav ul { flex-direction: column; width: 100%; }
  .bh-nav ul ul { position: static; display: flex; border: 0; box-shadow: none; padding-left: 14px; }
  .bh-hero { padding: 68px 0; }
  .bh-section { padding: 48px 0; }
  .bh-form__row { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .bh-footer__grid { grid-template-columns: 1fr; }
  .bh-topbar .bh-wrap { justify-content: flex-start; }
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.45rem; }
}

/* ---------- Form notices ---------- */
.bh-form__notice { padding: 12px 14px; border-radius: 8px; margin: 0 0 18px; font-size: .92rem; }
.bh-form__notice--success { background: #e8f6ec; border: 1px solid #b6e0c2; color: #1d6b37; }
.bh-form__notice--error { background: #fdecec; border: 1px solid #f3c2c2; color: #96262a; }
