/* ============================================================
   BLACK HELMET GUN SHOP — Global Stylesheet
   Enqueue via bhgs_enqueue_styles() in functions.php
   Brand: #5A717D (steel blue) | #4D3117 (brown) | #111 (near-black)
   Updated: 2026-04-30
   ============================================================ */

/* ── Global design tokens — available to all components ── */
:root {
  --blue:       #5A717D;
  --brown:      #4D3117;
  --accent:     #c8a96e;
  --dark:       #111;
  --dark2:      #1a1a1a;
  --border:     #2a2a2a;
  --text:       #ccc;
  --text-light: #999;
}


/* ============================================================
   NAVIGATION (.bhgs-nav)
   ============================================================ */

/* Force Divi sections below the nav and prevent stacking context creation */
.et_pb_section,
.et_pb_row,
.et_pb_module { z-index: auto !important; }

/* Break Divi's stacking context so fixed-position dropdowns escape */
.et_pb_css_mix_blend_mode_passthrough {
  mix-blend-mode: normal !important;
  isolation: auto !important;
  overflow: visible !important;
  transform: none !important;
}
.et_block_section,
.et_builder_inner_content,
#et-boc { overflow: visible !important; }

/* Prevent hero and any section with transforms from trapping fixed panels */
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_module {
  transform: none !important;
  will-change: auto !important;
  filter: none !important;
}

/* Ensure body-appended nav panels always sit above everything */
.bhgs-nav__mega,
.bhgs-nav__drop {
  z-index: 999999 !important;
}

/* Stick the Divi Theme Builder header wrapper */
header.et-l--header {
  position: sticky;
  top: 0;
  z-index: 99999;
}

/* Force the Theme Builder header section, row, and column to be truly full width.
   Divi constrains columns to ~50% by default in some layouts — the nav needs 100%. */
.et_pb_section_0_tb_header,
.et_pb_row_0_tb_header,
.et_pb_column_0_tb_header {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── Base ── */
.bhgs-nav {
  position: relative;
  top: auto;
  z-index: 99999;
  isolation: isolate;
  background: #0d0d0d;
  border-bottom: 1px solid #1e1e1e;
  transition: box-shadow 0.2s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-nav--scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.bhgs-nav * { box-sizing: border-box; margin: 0; padding: 0; }
.bhgs-nav a { text-decoration: none; }
.bhgs-nav ul { list-style: none; }
.bhgs-nav,
.bhgs-nav__inner,
.bhgs-nav__list,
.bhgs-nav__item { overflow: visible !important; }

.bhgs-nav__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  height: 64px;
}

/* ── Logo ── */
.bhgs-nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 8px;
}
.bhgs-nav__logo img { height: 40px; width: auto; display: block; }
.bhgs-nav__logo-text {
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.bhgs-nav__logo-text em { font-style: normal; color: #5A717D !important; display: block; }

/* ── Desktop Menu ── */
.bhgs-nav__menu { flex: 1; display: flex; align-items: center; margin-top: 25px !important; }
.bhgs-nav__menu nav { display: flex; align-items: center; }
.bhgs-nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bhgs-nav__item { position: relative; display: flex; align-items: center; line-height: 1 !important; }
.bhgs-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #ccc !important;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
  white-space: nowrap;
}
.bhgs-nav__link:hover { color: #fff !important; background: #1c1c1c; }
.bhgs-nav__link--accent { color: #c8a96e !important; }
.bhgs-nav__link--accent:hover { color: #dfc08a !important; background: rgba(200,169,110,0.08); }
.bhgs-nav__caret { transition: transform 0.15s; flex-shrink: 0; }
.bhgs-nav__item--mega:hover .bhgs-nav__caret,
.bhgs-nav__item--drop:hover .bhgs-nav__caret { transform: rotate(180deg); }

/* ── Inline Badge ── */
.bhgs-nav__badge {
  display: inline-block;
  padding: 2px 6px;
  background: #4D3117;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 3px;
  vertical-align: middle;
}
.bhgs-nav__badge--inline { margin-left: 4px; }

/* ── Mega Dropdown ── */
.bhgs-nav__mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 640px;
  background: #1e2a30;
  border: 1px solid #2e3f47;
  border-top: 3px solid #5A717D;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.7);
  z-index: 10000;
}
.bhgs-nav__item--mega:hover .bhgs-nav__mega,
.bhgs-nav__item--mega:focus-within .bhgs-nav__mega { display: block; }
.bhgs-nav__mega-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 24px;
  gap: 16px;
}
.bhgs-nav__mega-col { padding: 0; }
.bhgs-nav__mega-heading {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5A717D;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2e3f47;
}
.bhgs-nav__mega-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.bhgs-nav__mega-list li { list-style: none; padding: 0; margin: 0; }
.bhgs-nav__mega-list li a {
  font-size: 0.85rem;
  color: #aaa !important;
  display: block;
  padding: 4px 0;
  transition: color 0.15s;
}
.bhgs-nav__mega-list li a:hover { color: #fff !important; }
.bhgs-nav__mega-badge-link { display: flex; align-items: center; gap: 6px; }

/* ── Simple Dropdown ── */
.bhgs-nav__drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #1e2a30;
  border: 1px solid #2e3f47;
  border-top: 3px solid #5A717D;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.7);
  padding: 8px;
  z-index: 10000;
  list-style: none;
}
.bhgs-nav__item--drop:hover .bhgs-nav__drop,
.bhgs-nav__item--drop:focus-within .bhgs-nav__drop { display: block; }
.bhgs-nav__drop li { list-style: none; padding: 0; margin: 0; }
.bhgs-nav__drop li a {
  display: block;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: #aaa !important;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
}
.bhgs-nav__drop li a:hover { color: #fff !important; background: #1c1c1c; }

/* ── Right Actions ── */
.bhgs-nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.bhgs-nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #aaa !important;
  transition: color 0.15s;
  white-space: nowrap;
}
.bhgs-nav__phone:hover { color: #fff !important; }
.bhgs-nav__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #aaa !important;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
}
.bhgs-nav__cart:hover { color: #fff !important; background: #1c1c1c; }
.bhgs-nav__cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #5A717D;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.bhgs-nav__shop-btn {
  display: inline-flex;
  align-items: center;
  padding: 9px 18px;
  background: #5A717D;
  color: #fff !important;
  font-size: 0.825rem;
  font-weight: 700;
  border-radius: 4px;
  transition: opacity 0.15s;
  white-space: nowrap;
}
.bhgs-nav__shop-btn:hover { opacity: 0.88; }

/* ── Hamburger ── */
.bhgs-nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background 0.15s;
}
.bhgs-nav__hamburger:hover { background: #1c1c1c; }
.bhgs-nav__hamburger span {
  display: block;
  height: 2px;
  background: #ccc;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

/* ── Mobile Drawer ── */
.bhgs-nav__drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 90vw);
  height: 100dvh;
  background: #0d0d0d;
  border-left: 1px solid #1e1e1e;
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.bhgs-nav__drawer--open { transform: translateX(0); }
.bhgs-nav__drawer-inner { padding: 20px; }
.bhgs-nav__drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  color: #aaa;
  cursor: pointer;
  margin-bottom: 24px;
  margin-left: auto;
  transition: color 0.15s;
}
.bhgs-nav__drawer-close:hover { color: #fff; }

.bhgs-nav__drawer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.bhgs-nav__drawer-item { list-style: none; border-bottom: 1px solid #1e1e1e; }
.bhgs-nav__drawer-item a {
  display: block;
  padding: 14px 4px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ccc;
  transition: color 0.15s;
}
.bhgs-nav__drawer-item a:hover { color: #fff; }
.bhgs-nav__drawer-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 4px;
  background: none;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ccc;
  cursor: pointer;
  text-align: left;
  transition: color 0.15s;
}
.bhgs-nav__drawer-toggle:hover { color: #fff; }
.bhgs-nav__drawer-toggle svg { transition: transform 0.2s; flex-shrink: 0; }
.bhgs-nav__drawer-item--open .bhgs-nav__drawer-toggle svg { transform: rotate(180deg); }

.bhgs-nav__drawer-sub {
  list-style: none;
  padding: 0 0 8px 12px;
  margin: 0;
  display: none;
}
.bhgs-nav__drawer-item--open .bhgs-nav__drawer-sub { display: flex; flex-direction: column; }
.bhgs-nav__drawer-sub li { list-style: none; padding: 0; margin: 0; }
.bhgs-nav__drawer-sub li a {
  display: block;
  padding: 8px 4px;
  font-size: 0.875rem;
  color: #888;
  transition: color 0.15s;
}
.bhgs-nav__drawer-sub li a:hover { color: #e0e0e0; }

.bhgs-nav__drawer-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #1e1e1e;
}
.bhgs-nav__drawer-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #aaa;
}
.bhgs-nav__drawer-phone:hover { color: #fff; }
.bhgs-nav__drawer-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #5A717D;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 4px;
  transition: opacity 0.15s;
}
.bhgs-nav__drawer-shop:hover { opacity: 0.88; }

/* ── Overlay ── */
.bhgs-nav__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  backdrop-filter: blur(2px);
}
.bhgs-nav__overlay--show { display: block; }

/* ── Nav Responsive ── */
@media (max-width: 1100px) {
  .bhgs-nav__inner { gap: 16px; }
  .bhgs-nav__shop-btn { display: none; }
}
@media (max-width: 960px) {
  .bhgs-nav__menu { display: none; }
  .bhgs-nav__phone { display: none; }
  .bhgs-nav__hamburger { display: flex; }
}
@media (max-width: 480px) {
  .bhgs-nav__inner { padding: 0 16px; }
}


/* ============================================================
   HOMEPAGE — Layout C (.bhgs-c)
   ============================================================ */

/* ── Reset & Base ── */
.bhgs-c *,
.bhgs-c *::before,
.bhgs-c *::after { box-sizing: border-box; margin: 0; padding: 0; }

.bhgs-c {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #111;
  color: #e0e0e0;
  line-height: 1.6;
}

.bhgs-c a { color: inherit; text-decoration: none; }

/* ── Tokens ── */
.bhgs-c {
  --blue: #5A717D;
  --blue-dark: #3d5560;
  --blue-light: rgba(90,113,125,0.12);
  --brown: #4D3117;
  --dark: #111;
  --mid: #1c1c1c;
  --raised: #222;
  --border: #2a2a2a;
  --border-light: #333;
  --text: #e0e0e0;
  --muted: #888;
  --accent: #c8a96e;
  --white: #fff;
}

/* ── Layout ── */
.bhgs-c__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.bhgs-c__section { padding: 72px 0; }
.bhgs-c__section--alt { background: #161616; }
.bhgs-c__section--darker { background: #0d0d0d; }

.bhgs-c__section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 16px;
}
.bhgs-c__section-header h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
.bhgs-c__section-header a {
  font-size: 0.875rem;
  color: #7fa0ae;
  font-weight: 600;
  white-space: nowrap;
}
.bhgs-c__section-header a:hover { color: var(--accent); }

.bhgs-c__section-intro {
  font-size: 0.95rem;
  color: #999;
  line-height: 1.75;
  max-width: 700px;
  margin-bottom: 40px;
}
.bhgs-c__section-intro strong { color: #ccc; }

/* ── Buttons ── */
.bhgs-c__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: opacity 0.15s, transform 0.15s;
  cursor: pointer;
  border: none;
}
.bhgs-c__btn:hover { opacity: 0.88; transform: translateY(-1px); }
.bhgs-c__btn--primary { background: var(--blue); color: #fff; }
.bhgs-c__btn--phone { background: var(--brown); color: #fff; }
.bhgs-c__btn--ghost { background: transparent; color: #ccc; border: 2px solid #3a3a3a; }
.bhgs-c__btn--ghost:hover { border-color: var(--blue); color: #fff; }
.bhgs-c__btn--white { background: #fff; color: #4D3117 !important; }
.bhgs-c__btn--white:hover { opacity: 0.92; }

/* ── Hero ── */
.bhgs-c__hero {
  background: #0d0d0d;
  padding: 80px 0 64px;
  border-bottom: 1px solid var(--border);
}
.bhgs-c__hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 72px;
  align-items: center;
}
.bhgs-c__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7fa0ae;
  margin-bottom: 20px;
  padding: 6px 12px;
  background: var(--blue-light);
  border-radius: 3px;
  border: 1px solid rgba(90,113,125,0.25);
}
.bhgs-c__h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.3rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
  margin-bottom: 22px;
}
.bhgs-c__h1 em { font-style: normal; color: var(--accent); }
.bhgs-c__hero-sub {
  font-size: 1rem;
  color: #aaa;
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.8;
}
.bhgs-c__hero-sub strong { color: #ddd; }
.bhgs-c__hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.bhgs-c__hero-meta { display: flex; gap: 0; flex-wrap: wrap; }
.bhgs-c__hero-meta-item {
  font-size: 0.78rem;
  color: var(--muted);
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #333;
  line-height: 1;
}
.bhgs-c__hero-meta-item:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.bhgs-c__hero-meta-item::before { content: '✓ '; color: var(--blue); font-weight: 700; }
.bhgs-c__hero-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bhgs-c__hero-image::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: radial-gradient(ellipse at center, rgba(90,113,125,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.bhgs-c__hero-image img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  filter: brightness(0.88) contrast(1.05);
}

/* ── Trust Bar ── */
.bhgs-c__trust { background: var(--blue); padding: 14px 0; }
.bhgs-c__trust-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bhgs-c__trust-item {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.bhgs-c__trust-divider { color: rgba(255,255,255,0.3); font-size: 1rem; }

/* ── Services ── */
.bhgs-c__services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bhgs-c__service {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 28px;
  background: var(--mid);
  border: 1px solid var(--border);
  border-radius: 6px;
  border-top: 3px solid var(--blue);
  transition: border-color 0.15s;
}
.bhgs-c__service--brown { border-top-color: var(--brown); }
.bhgs-c__service--brown .bhgs-c__service-icon { color: var(--brown); }
.bhgs-c__service:hover { border-color: #3a3a3a; }
.bhgs-c__service-icon { color: var(--blue); margin-top: 4px; }
.bhgs-c__service-title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.bhgs-c__service-desc { font-size: 0.875rem; color: #999; line-height: 1.7; margin-bottom: 12px; }
.bhgs-c__service-link { font-size: 0.78rem; font-weight: 700; color: #7fa0ae; letter-spacing: 0.04em; }
.bhgs-c__service--brown .bhgs-c__service-link { color: #9a7a5a; }
.bhgs-c__service-link:hover { color: var(--accent); }

/* ── Category Grid ── */
.bhgs-c__cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bhgs-c__cat-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: var(--mid);
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.bhgs-c__cat-tile:hover { border-color: var(--blue); background: #222; transform: translateY(-2px); }
.bhgs-c__cat-tile:hover .bhgs-c__cat-arrow { opacity: 1; transform: translateX(0); }
.bhgs-c__cat-icon { color: var(--blue); flex-shrink: 0; }
.bhgs-c__cat-icon--brown { color: #9a7a5a; }
.bhgs-c__cat-icon--accent { color: var(--accent); }
.bhgs-c__cat-text { flex: 1; }
.bhgs-c__cat-name { display: block; font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.bhgs-c__cat-sub { display: block; font-size: 0.72rem; color: var(--muted); line-height: 1.4; }
.bhgs-c__cat-arrow {
  color: var(--blue);
  font-size: 0.9rem;
  flex-shrink: 0;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.15s, transform 0.15s;
}

/* ── Product Cards ── */
.bhgs-c__product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bhgs-c__product-card {
  display: flex;
  flex-direction: column;
  background: var(--mid);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.15s, transform 0.15s;
}
.bhgs-c__product-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.bhgs-c__product-img { aspect-ratio: 4/3; background: #1a1a1a; position: relative; overflow: hidden; }
.bhgs-c__product-img img { width: 100%; height: 100%; object-fit: cover; }
.bhgs-c__product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--brown);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}
.bhgs-c__product-body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; }
.bhgs-c__product-cat { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 6px; }
.bhgs-c__product-name { font-size: 0.92rem; font-weight: 600; color: #e0e0e0; line-height: 1.4; flex: 1; margin-bottom: 14px; }
.bhgs-c__product-footer { display: flex; align-items: center; justify-content: space-between; }
.bhgs-c__product-price { font-size: 1.05rem; font-weight: 800; color: var(--accent); }
.bhgs-c__product-cta { font-size: 0.75rem; font-weight: 700; color: #7fa0ae; }
.bhgs-c__product-card:hover .bhgs-c__product-cta { color: var(--accent); }

/* ── Specials Banner ── */
.bhgs-c__specials { background: var(--brown); padding: 48px 0; }
.bhgs-c__specials-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.bhgs-c__specials-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.bhgs-c__specials-headline { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: #fff; letter-spacing: -0.02em; margin-bottom: 6px; }
.bhgs-c__specials-sub { font-size: 0.875rem; color: rgba(255,255,255,0.75); }

/* ── Location ── */
.bhgs-c__location-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.bhgs-c__location-eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 10px; }
.bhgs-c__location h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; color: #fff; letter-spacing: -0.02em; margin-bottom: 8px; }
.bhgs-c__location-tagline { font-size: 0.9rem; color: #888; line-height: 1.7; margin-bottom: 24px; }
.bhgs-c__location-detail { display: flex; gap: 12px; margin-bottom: 16px; font-size: 0.875rem; color: #aaa; line-height: 1.6; }
.bhgs-c__location-detail svg { flex-shrink: 0; margin-top: 2px; color: var(--blue); }
.bhgs-c__location-detail a { color: #aaa; }
.bhgs-c__location-detail a:hover { color: var(--blue); }
.bhgs-c__location-detail strong { color: #ddd; }
.bhgs-c__location-areas {
  margin-top: 16px;
  padding: 14px 18px;
  background: var(--blue-light);
  border: 1px solid rgba(90,113,125,0.2);
  border-radius: 6px;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.9;
}
.bhgs-c__location-areas strong { color: #7fa0ae; display: block; font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.bhgs-c__location-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.bhgs-c__map {
  aspect-ratio: 4/3;
  background: #1a1a1a;
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 0.875rem;
}
.bhgs-c__map span { display: contents; }
.bhgs-c__map iframe { display: block; width: 100% !important; height: 100% !important; border: 0 !important; min-height: 400px; }

/* ── FAQ Strip ── */
.bhgs-c__faq-intro { font-size: 0.875rem; color: var(--muted); margin-bottom: 32px; line-height: 1.7; max-width: 600px; }
.bhgs-c__faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.bhgs-c__faq-item {
  padding: 24px;
  background: var(--mid);
  border: 1px solid var(--border);
  border-radius: 6px;
  border-left: 3px solid var(--blue);
}
.bhgs-c__faq-item--brown { border-left-color: var(--brown); }
.bhgs-c__faq-q { font-size: 0.925rem; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.35; }
.bhgs-c__faq-a { font-size: 0.86rem; color: #999; line-height: 1.7; }
.bhgs-c__faq-a a { color: #7fa0ae; }

.bhgs-c__faq-a a:hover { color: var(--accent); }

/* ── Blog ── */
.bhgs-c__blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bhgs-c__blog-card {
  display: flex;
  flex-direction: column;
  background: var(--mid);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.15s, transform 0.15s;
}
.bhgs-c__blog-card:hover { border-color: var(--blue); transform: translateY(-2px); }
.bhgs-c__blog-img { aspect-ratio: 16/9; background: #1a1a1a; }
.bhgs-c__blog-img img { width: 100%; height: 100%; object-fit: cover; }
.bhgs-c__blog-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.bhgs-c__blog-cat { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 8px; }
.bhgs-c__blog-title { font-size: 0.92rem; font-weight: 700; color: #e0e0e0; line-height: 1.4; flex: 1; margin-bottom: 14px; }
.bhgs-c__blog-read { font-size: 0.78rem; font-weight: 700; color: #7fa0ae; letter-spacing: 0.04em; }
.bhgs-c__blog-card:hover .bhgs-c__blog-read { color: var(--accent); }

/* ── Homepage Responsive ── */
@media (max-width: 960px) {
  .bhgs-c__hero-inner { grid-template-columns: 1fr; }
  .bhgs-c__hero-image { display: none; }
  .bhgs-c__services-grid { grid-template-columns: 1fr; }
  .bhgs-c__cat-grid { grid-template-columns: repeat(2, 1fr); }
  .bhgs-c__product-grid { grid-template-columns: repeat(2, 1fr); }
  .bhgs-c__location-inner { grid-template-columns: 1fr; }
  .bhgs-c__blog-grid { grid-template-columns: repeat(2, 1fr); }
  .bhgs-c__faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .bhgs-c__cat-grid { grid-template-columns: 1fr; }
  .bhgs-c__product-grid { grid-template-columns: 1fr; }
  .bhgs-c__blog-grid { grid-template-columns: 1fr; }
  .bhgs-c__hero-ctas { flex-direction: column; }
  .bhgs-c__specials-inner { flex-direction: column; text-align: center; }
  .bhgs-c__hero-meta { gap: 8px; flex-direction: column; }
  .bhgs-c__hero-meta-item { border-right: none; padding-right: 0; margin-right: 0; }
}


/* ============================================================
   FOOTER (.bhgs-footer)
   ============================================================ */

/* ── Reset ── */
.bhgs-footer *,
.bhgs-footer *::before,
.bhgs-footer *::after { box-sizing: border-box; margin: 0; padding: 0; }

.bhgs-footer {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #0a0a0a;
  color: #999;
  line-height: 1.6;
  border-top: 1px solid #1e1e1e;
}

.bhgs-footer a { color: inherit; text-decoration: none; transition: color 0.15s; }
.bhgs-footer a:hover { color: #e0e0e0; }

/* ── Tokens ── */
.bhgs-footer {
  --blue: #5A717D;
  --brown: #4D3117;
  --border: #1e1e1e;
  --border-mid: #2a2a2a;
  --muted: #666;
  --accent: #c8a96e;
}

.bhgs-footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Pre-footer CTA Bar ── */
.bhgs-footer__cta-bar { background: var(--blue); padding: 28px 0; }
.bhgs-footer__cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bhgs-footer__cta-text { font-size: 1rem; font-weight: 700; color: #fff; line-height: 1.4; }
.bhgs-footer__cta-text span { display: block; font-size: 0.8rem; font-weight: 400; color: rgba(255,255,255,0.75); margin-top: 2px; }
.bhgs-footer__cta-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.bhgs-footer__cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  color: var(--blue);
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: opacity 0.15s;
}
.bhgs-footer__cta-phone:hover { opacity: 0.92; color: var(--blue); }
.bhgs-footer__cta-shop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  transition: border-color 0.15s;
}
.bhgs-footer__cta-shop:hover { border-color: #fff; color: #fff; }

/* ── Main Footer Body ── */
.bhgs-footer__body { padding: 56px 0 48px; border-bottom: 1px solid var(--border); }
.bhgs-footer__grid { display: grid; grid-template-columns: 280px 1fr 1fr 1fr; gap: 48px; align-items: start; }

.bhgs-footer__brand-logo { display: block; margin-bottom: 16px; }
.bhgs-footer__brand-logo img { height: 56px; width: auto; filter: brightness(0) invert(1); opacity: 0.85; }
.bhgs-footer__brand-name { font-size: 1rem; font-weight: 800; color: #e0e0e0; letter-spacing: -0.01em; margin-bottom: 8px; line-height: 1.2; }
.bhgs-footer__brand-tagline { font-size: 0.82rem; color: var(--muted); line-height: 1.6; margin-bottom: 20px; }
.bhgs-footer__social { display: flex; gap: 10px; }
.bhgs-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #1c1c1c;
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  color: #777;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.bhgs-footer__social-link:hover { background: #222; color: #e0e0e0; border-color: #3a3a3a; }
.bhgs-footer__ffl-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 6px 12px;
  background: #1c1c1c;
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #7fa0ae;
}

/* ── Nav Columns ── */
.bhgs-footer__nav-title {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e0e0e0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-mid);
}
.bhgs-footer__nav-list { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 0; margin: 0; }
.bhgs-footer__nav-list li { list-style: none; padding: 0; margin: 0; }
.bhgs-footer__nav-list li a { font-size: 0.86rem; color: #888; display: flex; align-items: center; gap: 6px; }
.bhgs-footer__nav-list li a:hover { color: #e0e0e0; }
.bhgs-footer__nav-list li a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.6;
}
.bhgs-footer__nav-badge {
  display: inline-block;
  padding: 2px 7px;
  background: var(--brown);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 3px;
  margin-left: 4px;
  vertical-align: middle;
}

/* ── Contact + Hours Bar ── */
.bhgs-footer__contact-bar { padding: 32px 0; border-bottom: 1px solid var(--border); }
.bhgs-footer__contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; align-items: start; }
.bhgs-footer__contact-item { display: flex; gap: 12px; align-items: flex-start; }
.bhgs-footer__contact-icon { color: var(--blue); flex-shrink: 0; margin-top: 1px; }
.bhgs-footer__contact-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #999; margin-bottom: 4px; }
.bhgs-footer__contact-value { font-size: 0.875rem; color: #aaa; line-height: 1.6; }
.bhgs-footer__contact-value a { color: #aaa; }
.bhgs-footer__contact-value a:hover { color: var(--blue); }
.bhgs-footer__contact-value strong { color: #ccc; }

/* ── Legal Bar ── */
.bhgs-footer__legal { padding: 20px 0; }
.bhgs-footer__legal-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.bhgs-footer__copyright { font-size: 0.78rem; color: var(--muted); }
.bhgs-footer__copyright a { color: var(--muted); }
.bhgs-footer__copyright a:hover { color: #aaa; }
.bhgs-footer__legal-links { display: flex; gap: 20px; flex-wrap: wrap; }
.bhgs-footer__legal-links a { font-size: 0.78rem; color: var(--muted); }
.bhgs-footer__legal-links a:hover { color: #aaa; }
.bhgs-footer__legal-disclaimer {
  width: 100%;
  font-size: 0.72rem;
  color: #666;
  line-height: 1.6;
  padding-top: 12px;
  border-top: 1px solid var(--border);
  margin-top: 8px;
}

/* ── Footer Responsive ── */
@media (max-width: 960px) {
  .bhgs-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bhgs-footer__contact-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .bhgs-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .bhgs-footer__contact-grid { grid-template-columns: 1fr; }
  .bhgs-footer__cta-inner { flex-direction: column; text-align: center; }
  .bhgs-footer__cta-actions { justify-content: center; }
  .bhgs-footer__legal-inner { flex-direction: column; text-align: center; }
  .bhgs-footer__legal-links { justify-content: center; }
}


/* ============================================================
   ABOUT PAGE (.bhgs-about)
   ============================================================ */

.bhgs-about {
  --blue: #5A717D;
  --brown: #4D3117;
  --dark: #111;
  --dark2: #1a1a1a;
  --border: #2a2a2a;
  --text: #ccc;
  --text-light: #999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text);
  background: var(--dark);
}
.bhgs-about * { box-sizing: border-box; }
.bhgs-about a { color: #7fa0ae; text-decoration: none; }
.bhgs-about a:hover { text-decoration: underline; }

/* ── Inner container ── */
.bhgs-about__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Hero ── */
.bhgs-about__hero {
  background: var(--dark);
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--border);
}
.bhgs-about__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #7fa0ae;
  margin-bottom: 16px;
}
.bhgs-about__hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.bhgs-about__hero h1 em { font-style: normal; color: var(--accent); }
.bhgs-about__hero-lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text);
  max-width: 680px;
  margin-bottom: 32px;
}
.bhgs-about__hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.bhgs-about__stat { border-left: 3px solid var(--blue); padding-left: 16px; }
.bhgs-about__stat-number { font-size: 1.8rem; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 4px; }
.bhgs-about__stat-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-light); }

/* ── Story ── */
.bhgs-about__story { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-about__story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.bhgs-about__section-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 12px; } 
.bhgs-about__story h2 { font-size: 1.75rem; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-about__story p { font-size: 0.95rem; line-height: 1.8; color: var(--text); margin-bottom: 16px; }
.bhgs-about__story p:last-child { margin-bottom: 0; }
.bhgs-about__quote { background: var(--dark2); border-left: 4px solid var(--blue); border-radius: 0 6px 6px 0; padding: 24px 28px; margin-top: 8px; }
.bhgs-about__quote blockquote { font-size: 1.05rem; font-style: italic; line-height: 1.7; color: #ddd; margin: 0 0 12px; }
.bhgs-about__quote cite { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #7fa0ae; font-style: normal; }

/* ── Name origin ── */
.bhgs-about__name { background: var(--dark2); border: 1px solid var(--border); border-top: 3px solid var(--brown); border-radius: 6px; padding: 32px; margin-top: 32px; }
.bhgs-about__name h3 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 12px; letter-spacing: -0.01em; }
.bhgs-about__name p { font-size: 0.9rem; line-height: 1.7; color: var(--text); margin: 0; }

/* ── Values ── */
.bhgs-about__values { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-about__values h2 { font-size: 1.75rem; font-weight: 900; color: #fff; line-height: 1.2; margin-bottom: 40px; letter-spacing: -0.02em; }
.bhgs-about__values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bhgs-about__value-card { background: var(--dark2); border: 1px solid var(--border); border-top: 3px solid var(--blue); border-radius: 6px; padding: 28px; }
.bhgs-about__value-card--brown { border-top-color: var(--brown); }
.bhgs-about__value-icon { width: 40px; height: 40px; margin-bottom: 16px; color: var(--blue); }
.bhgs-about__value-card--brown .bhgs-about__value-icon { color: var(--brown); }
.bhgs-about__value-card h3 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 10px; }
.bhgs-about__value-card p { font-size: 0.875rem; line-height: 1.7; color: var(--text); margin: 0; }

/* ── Services ── */
.bhgs-about__services { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-about__services h2 { font-size: 1.75rem; font-weight: 900; color: #fff; margin-bottom: 8px; letter-spacing: -0.02em; }
.bhgs-about__services-intro { font-size: 0.95rem; color: var(--text); margin-bottom: 36px; max-width: 640px; }
.bhgs-about__services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.bhgs-about__service-item { display: flex; gap: 16px; align-items: flex-start; background: var(--dark2); border: 1px solid var(--border); border-radius: 6px; padding: 20px; text-decoration: none; transition: border-color 0.15s; }
.bhgs-about__service-item:hover { border-color: var(--blue); text-decoration: none; }
.bhgs-about__service-icon { flex-shrink: 0; width: 36px; height: 36px; color: var(--blue); margin-top: 2px; }
.bhgs-about__service-text strong { display: block; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.bhgs-about__service-text span { font-size: 0.8rem; color: var(--text-light); line-height: 1.5; }

/* ── Location ── */
.bhgs-about__location { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-about__location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.bhgs-about__location h2 { font-size: 1.75rem; font-weight: 900; color: #fff; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-about__location p { font-size: 0.95rem; line-height: 1.8; color: var(--text); margin-bottom: 16px; }
.bhgs-about__location p:last-child { margin-bottom: 0; }
.bhgs-about__contact-block { background: var(--dark2); border: 1px solid var(--border); border-radius: 6px; padding: 28px; margin-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.bhgs-about__contact-row { display: flex; gap: 12px; align-items: flex-start; }
.bhgs-about__contact-row svg { flex-shrink: 0; color: var(--blue); margin-top: 2px; }
.bhgs-about__contact-row div strong { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); margin-bottom: 2px; }
.bhgs-about__contact-row div span { font-size: 0.9rem; color: #ddd; line-height: 1.5; }
.bhgs-about__contact-row a { color: #ddd; }
.bhgs-about__contact-row a:hover { color: var(--blue); text-decoration: none; }
.bhgs-about__map { aspect-ratio: 4/3; background: var(--dark2); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.bhgs-about__map span { display: contents; }
.bhgs-about__map iframe { display: block; width: 100% !important; height: 100% !important; border: 0 !important; min-height: 320px; filter: grayscale(80%) contrast(0.9); }

/* ── CTA ── */
.bhgs-about__cta { padding: 64px 0; text-align: center; }
.bhgs-about__cta h2 { font-size: 1.75rem; font-weight: 900; color: #fff; margin-bottom: 12px; letter-spacing: -0.02em; }
.bhgs-about__cta p { font-size: 0.95rem; color: var(--text); margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.bhgs-about__cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.bhgs-about__btn { display: inline-block; padding: 14px 28px; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 4px; text-decoration: none; transition: opacity 0.15s; }
.bhgs-about__btn:hover { opacity: 0.85; text-decoration: none; }
.bhgs-about__btn--primary { background: var(--blue); color: #fff; }
.bhgs-about__btn--secondary { background: transparent; color: #fff; border: 1px solid var(--border); }
.bhgs-about__btn--secondary:hover { border-color: var(--blue); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .bhgs-about__story-grid,
  .bhgs-about__location-grid { grid-template-columns: 1fr; gap: 32px; }
  .bhgs-about__values-grid { grid-template-columns: 1fr; }
  .bhgs-about__services-grid { grid-template-columns: 1fr; }
  .bhgs-about__hero-stats { gap: 24px; }
  .bhgs-about__hero { padding: 48px 0 40px; }
}


/* ============================================================
   CONTACT PAGE (.bhgs-contact)
   ============================================================ */

.bhgs-contact {
  --blue: #5A717D;
  --brown: #4D3117;
  --dark: #111;
  --dark2: #1a1a1a;
  --border: #2a2a2a;
  --text: #ccc;
  --text-light: #999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text);
  background: var(--dark);
}
.bhgs-contact * { box-sizing: border-box; }
.bhgs-contact a { color: #7fa0ae; text-decoration: none; }
.bhgs-contact a:hover { text-decoration: underline; }

.bhgs-contact__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── Hero ── */
.bhgs-contact__hero { padding: 72px 0 56px; border-bottom: 1px solid var(--border); }
.bhgs-contact__eyebrow { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 16px; }
.bhgs-contact__hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-contact__hero h1 em { font-style: normal; color: var(--accent); }
.bhgs-contact__lead { font-size: 1.05rem; line-height: 1.7; color: var(--text); max-width: 640px; }

/* ── Body grid ── */
.bhgs-contact__body { padding: 64px 0; }
.bhgs-contact__grid { display: grid; grid-template-columns: 1fr 400px; gap: 56px; align-items: start; }

/* ── Form column ── */
.bhgs-contact__form-col h2 { font-size: 1.4rem; font-weight: 900; color: #fff; margin-bottom: 8px; letter-spacing: -0.02em; }
.bhgs-contact__form-note { font-size: 0.875rem; color: var(--text-light); margin-bottom: 28px; line-height: 1.6; }
.bhgs-contact__form { display: flex; flex-direction: column; gap: 20px; }
.bhgs-contact__field { display: flex; flex-direction: column; gap: 6px; }
.bhgs-contact__field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bhgs-contact__field label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-light); }
.bhgs-contact__field label span { color: #7fa0ae; }
.bhgs-contact__field input,
.bhgs-contact__field select,
.bhgs-contact__field textarea {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: #fff;
  font-family: inherit;
  transition: border-color 0.15s;
  width: 100%;
}
.bhgs-contact__field input::placeholder,
.bhgs-contact__field textarea::placeholder { color: #666; }
.bhgs-contact__field input:focus,
.bhgs-contact__field select:focus,
.bhgs-contact__field textarea:focus { outline: none; border-color: var(--blue); }
.bhgs-contact__field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
.bhgs-contact__field select option { background: #1a1a1a; }
.bhgs-contact__field textarea { resize: vertical; min-height: 140px; }
.bhgs-contact__submit {
  display: inline-block;
  padding: 14px 32px;
  background: var(--blue);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.15s;
  align-self: flex-start;
}
.bhgs-contact__submit:hover { opacity: 0.85; }

/* ── Info column ── */
.bhgs-contact__info-card {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--blue);
  border-radius: 6px;
  padding: 28px;
  margin-bottom: 20px;
}
.bhgs-contact__info-card h2 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 24px; letter-spacing: -0.01em; }
.bhgs-contact__info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.bhgs-contact__info-item:last-child { margin-bottom: 0; }
.bhgs-contact__info-icon { flex-shrink: 0; color: var(--blue); margin-top: 2px; }
.bhgs-contact__info-item div { display: flex; flex-direction: column; gap: 3px; }
.bhgs-contact__info-item strong { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); }
.bhgs-contact__info-item span { font-size: 0.9rem; color: #ddd; line-height: 1.6; }
.bhgs-contact__info-item span em { font-style: normal; color: #7fa0ae; }
.bhgs-contact__info-item a { font-size: 0.9rem; color: #ddd; }
.bhgs-contact__info-item a:hover { color: var(--blue); text-decoration: none; }

/* ── Quick links ── */
.bhgs-contact__quick { background: var(--dark2); border: 1px solid var(--border); border-radius: 6px; padding: 24px 28px; }
.bhgs-contact__quick h3 { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); margin-bottom: 16px; }
.bhgs-contact__quick ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.bhgs-contact__quick ul li { list-style: none; padding: 0; margin: 0; }
.bhgs-contact__quick ul li a { font-size: 0.875rem; color: var(--text); display: flex; align-items: center; gap: 8px; }
.bhgs-contact__quick ul li a::before { content: '→'; color: var(--blue); font-size: 0.8rem; }
.bhgs-contact__quick ul li a:hover { color: #fff; text-decoration: none; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .bhgs-contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .bhgs-contact__field-row { grid-template-columns: 1fr; }
  .bhgs-contact__hero { padding: 48px 0 40px; }
  .bhgs-contact__submit { width: 100%; text-align: center; }
}


/* ============================================================
   NFA & SUPPRESSORS PAGE (.bhgs-nfa)
   ============================================================ */

.bhgs-nfa {
  background: var(--dark);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-nfa * { box-sizing: border-box; margin: 0; padding: 0; }
.bhgs-nfa a { color: #7fa0ae; text-decoration: none; }
.bhgs-nfa a:hover { color: #fff; }
.bhgs-nfa h2 { font-size: 1.75rem; font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 20px; }
.bhgs-nfa h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.bhgs-nfa__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bhgs-nfa__section-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 12px; }

/* ── Hero ── */
.bhgs-nfa__hero { padding: 72px 0 56px; border-bottom: 1px solid var(--border); }
.bhgs-nfa__eyebrow { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 16px; }
.bhgs-nfa__hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-nfa__hero h1 em { font-style: normal; color: var(--accent); }
.bhgs-nfa__lead { font-size: 1.05rem; line-height: 1.7; color: var(--text); max-width: 680px; margin-bottom: 32px; }
.bhgs-nfa__hero-badges { display: flex; gap: 16px; flex-wrap: wrap; }
.bhgs-nfa__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: #ccc; }
.bhgs-nfa__badge svg { color: var(--blue); flex-shrink: 0; }

/* ── Explainer ── */
.bhgs-nfa__explainer { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-nfa__explainer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.bhgs-nfa__explainer-text p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 16px; }
.bhgs-nfa__items { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.bhgs-nfa__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 18px 20px;
}
.bhgs-nfa__item-icon { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.bhgs-nfa__item strong { display: block; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.bhgs-nfa__item span { font-size: 0.825rem; color: var(--text); line-height: 1.6; }

/* ── How It Works ── */
.bhgs-nfa__how { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-nfa__steps { display: flex; align-items: flex-start; gap: 0; margin-top: 8px; }
.bhgs-nfa__step { flex: 1; }
.bhgs-nfa__step-num {
  width: 40px; height: 40px;
  background: var(--blue); color: #fff;
  font-size: 1rem; font-weight: 900;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.bhgs-nfa__step h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.bhgs-nfa__step p { font-size: 0.875rem; color: var(--text); line-height: 1.7; }
.bhgs-nfa__step-divider { font-size: 1.25rem; color: #3a3a3a; padding: 0 16px; margin-top: 10px; flex-shrink: 0; }

/* ── Suppressor focus ── */
.bhgs-nfa__suppressor { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-nfa__suppressor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.bhgs-nfa__suppressor-text p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 16px; }
.bhgs-nfa__suppressor-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bhgs-nfa__fact {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--blue);
  border-radius: 6px;
  padding: 24px 20px;
}
.bhgs-nfa__fact-num { font-size: 1.75rem; font-weight: 900; color: #fff; margin-bottom: 8px; letter-spacing: -0.02em; }
.bhgs-nfa__fact-label { font-size: 0.8rem; color: var(--text); line-height: 1.5; }

/* ── FAQ ── */
.bhgs-nfa__faq { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-nfa__faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 8px; }
.bhgs-nfa__faq-item {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--blue);
  border-radius: 0 6px 6px 0;
  padding: 24px;
}
.bhgs-nfa__faq-item h3 { font-size: 0.925rem; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.35; }
.bhgs-nfa__faq-item p { font-size: 0.86rem; color: var(--text); line-height: 1.7; }

/* ── CTA ── */
.bhgs-nfa__cta { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-nfa__cta-block {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 48px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.bhgs-nfa__cta-block h2 { margin-bottom: 12px; }
.bhgs-nfa__cta-block p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 28px; }
.bhgs-nfa__cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.bhgs-nfa__btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px;
  font-size: 0.825rem; font-weight: 700; letter-spacing: 0.04em;
  border-radius: 4px; border: 2px solid transparent;
  transition: opacity 0.15s, border-color 0.15s, color 0.15s;
  text-decoration: none; white-space: nowrap;
}
.bhgs-nfa__btn--primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.bhgs-nfa__btn--primary:hover { opacity: 0.88; color: #fff; }
.bhgs-nfa__btn--ghost { background: transparent; color: #ccc; border-color: #3a3a3a; }
.bhgs-nfa__btn--ghost:hover { border-color: var(--blue); color: #fff; }

/* ── Related ── */
.bhgs-nfa__related { padding: 48px 0; }
.bhgs-nfa__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bhgs-nfa__related-item {
  display: flex; flex-direction: column; gap: 4px;
  padding: 20px 24px;
  background: var(--dark2); border: 1px solid var(--border); border-radius: 6px;
  transition: border-color 0.15s; text-decoration: none;
}
.bhgs-nfa__related-item:hover { border-color: var(--blue); }
.bhgs-nfa__related-item strong { font-size: 0.9rem; color: #fff; }
.bhgs-nfa__related-item span { font-size: 0.8rem; color: var(--text-light); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .bhgs-nfa__explainer-grid,
  .bhgs-nfa__suppressor-grid { grid-template-columns: 1fr; gap: 40px; }
  .bhgs-nfa__suppressor-facts { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .bhgs-nfa__hero { padding: 48px 0 40px; }
  .bhgs-nfa__steps { flex-direction: column; gap: 8px; }
  .bhgs-nfa__step-divider { transform: rotate(90deg); align-self: flex-start; margin-left: 12px; padding: 4px 0; }
  .bhgs-nfa__faq-grid { grid-template-columns: 1fr; }
  .bhgs-nfa__suppressor-facts { grid-template-columns: 1fr; }
  .bhgs-nfa__cta-block { padding: 32px 24px; }
  .bhgs-nfa__related-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   SPECIALS PAGE (.bhgs-specials)
   ============================================================ */

.bhgs-specials {
  background: var(--dark);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-specials * { box-sizing: border-box; margin: 0; padding: 0; }
.bhgs-specials a { color: #7fa0ae; text-decoration: none; }
.bhgs-specials a:hover { color: #fff; }
.bhgs-specials__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── Hero ── */
.bhgs-specials__hero { padding: 64px 0 48px; border-bottom: 1px solid var(--border); }
.bhgs-specials__eyebrow { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 16px; }
.bhgs-specials__hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-specials__hero h1 em { font-style: normal; color: var(--accent); }
.bhgs-specials__lead { font-size: 1.05rem; line-height: 1.7; color: var(--text); max-width: 640px; margin-bottom: 32px; }
.bhgs-specials__hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.bhgs-specials__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: opacity 0.15s, border-color 0.15s, color 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.bhgs-specials__btn--primary { background: var(--accent); color: #111 !important; border-color: var(--accent); }
.bhgs-specials__btn--primary:hover { opacity: 0.88; color: #111 !important; }
.bhgs-specials__btn--ghost { background: transparent; color: #ccc; border-color: #3a3a3a; }
.bhgs-specials__btn--ghost:hover { border-color: var(--accent); color: #fff; }

/* ── Callouts ── */
.bhgs-specials__callouts { padding: 40px 0; border-bottom: 1px solid var(--border); }
.bhgs-specials__callout-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bhgs-specials__callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 20px;
}
.bhgs-specials__callout-icon { color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.bhgs-specials__callout strong { display: block; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.bhgs-specials__callout span { font-size: 0.85rem; color: var(--text); line-height: 1.6; }

/* ── Related links ── */
.bhgs-specials__related { padding: 40px 0; }
.bhgs-specials__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bhgs-specials__related-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: border-color 0.15s;
  text-decoration: none;
}
.bhgs-specials__related-item:hover { border-color: var(--accent); }
.bhgs-specials__related-item strong { font-size: 0.9rem; color: #fff; }
.bhgs-specials__related-item span { font-size: 0.8rem; color: var(--text-light); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .bhgs-specials__hero { padding: 48px 0 36px; }
  .bhgs-specials__callout-grid { grid-template-columns: 1fr; }
  .bhgs-specials__related-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   BLOG ARCHIVE HEADER (.bhgs-blog-hdr)
   ============================================================ */

.bhgs-blog-hdr {
  background: #111;
  border-bottom: 1px solid #2a2a2a;
  padding: 64px 0 48px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-blog-hdr * { box-sizing: border-box; }
.bhgs-blog-hdr__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.bhgs-blog-hdr__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5A717D;
  margin-bottom: 14px;
}
.bhgs-blog-hdr__text h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.bhgs-blog-hdr__text h1 em { font-style: normal; color: var(--accent); }
.bhgs-blog-hdr__lead {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #aaa;
  max-width: 600px;
  margin: 0;
}
@media (max-width: 768px) {
  .bhgs-blog-hdr { padding: 48px 0 36px; }
}


/* ============================================================
   VIP MEMBERSHIP PAGE (.bhgs-vip)
   ============================================================ */

.bhgs-vip {
  --blue: #5A717D;
  --brown: #4D3117;
  --dark: #111;
  --dark2: #1a1a1a;
  --border: #2a2a2a;
  --text: #ccc;
  --text-light: #999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text);
  background: var(--dark);
}
.bhgs-vip * { box-sizing: border-box; }
.bhgs-vip a { color: #7fa0ae; text-decoration: none; }
.bhgs-vip a:hover { text-decoration: underline; }
.bhgs-vip__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── Hero ── */
.bhgs-vip__hero { padding: 72px 0 56px; border-bottom: 1px solid var(--border); }
.bhgs-vip__eyebrow { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 16px; }
.bhgs-vip__hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-vip__hero h1 em { font-style: normal; color: var(--accent); }
.bhgs-vip__lead { font-size: 1.05rem; line-height: 1.75; color: var(--text); max-width: 640px; margin-bottom: 32px; }
.bhgs-vip__hero-badges { display: flex; gap: 16px; flex-wrap: wrap; }
.bhgs-vip__badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; font-weight: 600; color: #ddd; background: var(--dark2); border: 1px solid var(--border); border-radius: 4px; padding: 6px 12px; }
.bhgs-vip__badge svg { color: var(--blue); flex-shrink: 0; }

/* ── Tiers ── */
.bhgs-vip__tiers { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-vip__section-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 12px; }
.bhgs-vip__tiers h2,
.bhgs-vip__how h2,
.bhgs-vip__signup h2 { font-size: 1.75rem; font-weight: 900; color: #fff; margin-bottom: 36px; letter-spacing: -0.02em; }
.bhgs-vip__tier-grid { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 24px; align-items: start; }
.bhgs-vip__tier { background: var(--dark2); border: 1px solid var(--border); border-radius: 8px; padding: 36px; position: relative; }
.bhgs-vip__tier--featured { border-color: var(--blue); border-width: 2px; }
.bhgs-vip__tier-badge { position: absolute; top: -12px; left: 28px; background: var(--blue); color: #fff; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 12px; border-radius: 3px; }
.bhgs-vip__tier-header { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.bhgs-vip__tier-name { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 8px; }
.bhgs-vip__tier--featured .bhgs-vip__tier-name { color: #7fa0ae; }
.bhgs-vip__tier-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.bhgs-vip__tier-amount { font-size: 2.5rem; font-weight: 900; color: #fff; line-height: 1; }
.bhgs-vip__tier-period { font-size: 0.875rem; color: var(--text-light); }
.bhgs-vip__tier-tagline { font-size: 0.875rem; color: var(--text); line-height: 1.5; margin: 0; }
.bhgs-vip__tier-features { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 12px; }
.bhgs-vip__tier-features li { list-style: none; display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; color: var(--text); }
.bhgs-vip__tier-features li svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.bhgs-vip__tier-btn { display: block; text-align: center; padding: 14px 24px; background: var(--dark); border: 1px solid var(--border); color: #fff; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 4px; text-decoration: none; transition: border-color 0.15s, background 0.15s; }
.bhgs-vip__tier-btn:hover { border-color: var(--blue); text-decoration: none; }
.bhgs-vip__tier-btn--featured { background: var(--blue); border-color: var(--blue); }
.bhgs-vip__tier-btn--featured:hover { background: #4d6470; border-color: #4d6470; }

/* ── How It Works ── */
.bhgs-vip__how { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-vip__steps { display: flex; align-items: flex-start; gap: 16px; }
.bhgs-vip__step { flex: 1; }
.bhgs-vip__step-num { width: 40px; height: 40px; background: var(--blue); color: #fff; font-size: 1rem; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.bhgs-vip__step h3 { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.bhgs-vip__step p { font-size: 0.875rem; line-height: 1.7; color: var(--text); margin: 0; }
.bhgs-vip__step-divider { font-size: 1.5rem; color: var(--border); padding-top: 8px; flex-shrink: 0; }

/* ── Signup Form ── */
.bhgs-vip__signup { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-vip__signup-intro { font-size: 0.95rem; color: var(--text); margin-bottom: 36px; max-width: 600px; line-height: 1.7; }
.bhgs-vip__form { display: flex; flex-direction: column; gap: 32px; max-width: 720px; }
.bhgs-vip__fieldset { border: 1px solid var(--border); border-radius: 6px; padding: 28px; margin: 0; }
.bhgs-vip__fieldset legend { font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: #7fa0ae; padding: 0 8px; }
.bhgs-vip__field { display: flex; flex-direction: column; gap: 6px; }
.bhgs-vip__field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.bhgs-vip__field-row:first-child { margin-top: 0; }
.bhgs-vip__field + .bhgs-vip__field,
.bhgs-vip__field-row + .bhgs-vip__field { margin-top: 16px; }
.bhgs-vip__field--sm { max-width: 120px; }
.bhgs-vip__field label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--text-light); }
.bhgs-vip__field label span { color: #7fa0ae; }
.bhgs-vip__field input {
  background: #0d0d0d;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: #fff;
  font-family: inherit;
  transition: border-color 0.15s;
  width: 100%;
}
.bhgs-vip__field input::placeholder { color: #666; }
.bhgs-vip__field input:focus { outline: none; border-color: var(--blue); }
.bhgs-vip__field-note { font-size: 0.8rem; color: var(--text-light); margin: 0 0 16px; line-height: 1.6; }
.bhgs-vip__tier-select { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.bhgs-vip__tier-option { display: flex; align-items: center; gap: 14px; background: #0d0d0d; border: 1px solid var(--border); border-radius: 6px; padding: 16px 20px; cursor: pointer; transition: border-color 0.15s; }
.bhgs-vip__tier-option:hover { border-color: var(--blue); }
.bhgs-vip__tier-option input[type="radio"] { accent-color: var(--blue); width: 18px; height: 18px; flex-shrink: 0; cursor: pointer; }
.bhgs-vip__tier-option-body strong { display: block; font-size: 0.9rem; color: #fff; margin-bottom: 2px; }
.bhgs-vip__tier-option-body span { font-size: 0.8rem; color: var(--text-light); }
.bhgs-vip__submit { display: inline-block; padding: 16px 36px; background: var(--blue); color: #fff; font-size: 0.85rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border: none; border-radius: 4px; cursor: pointer; transition: opacity 0.15s; align-self: flex-start; }
.bhgs-vip__submit:hover { opacity: 0.85; }
.bhgs-vip__disclaimer { font-size: 0.78rem; color: var(--text-light); line-height: 1.6; margin: 0; }
.bhgs-vip__disclaimer a { color: var(--text-light); }
.bhgs-vip__disclaimer a:hover { color: var(--blue); }

/* ── Related Links ── */
.bhgs-vip__related { padding: 48px 0; }
.bhgs-vip__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bhgs-vip__related-item { display: flex; flex-direction: column; gap: 6px; background: var(--dark2); border: 1px solid var(--border); border-radius: 6px; padding: 20px 24px; text-decoration: none; transition: border-color 0.15s; }
.bhgs-vip__related-item:hover { border-color: var(--blue); text-decoration: none; }
.bhgs-vip__related-item strong { font-size: 0.9rem; color: #fff; }
.bhgs-vip__related-item span { font-size: 0.8rem; color: var(--text-light); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .bhgs-vip__hero { padding: 48px 0 40px; }
  .bhgs-vip__tier-grid { grid-template-columns: 1fr !important; }
  .bhgs-vip__steps { flex-direction: column; }
  .bhgs-vip__step-divider { transform: rotate(90deg); align-self: flex-start; margin-left: 12px; }
  .bhgs-vip__field-row { grid-template-columns: 1fr; }
  .bhgs-vip__field--sm { max-width: 100%; }
  .bhgs-vip__related-grid { grid-template-columns: 1fr; }
  .bhgs-vip__submit { width: 100%; text-align: center; }
}


/* ============================================================
   SERVICE AREA PAGES (.bhgs-area)
   Reusable for all city/area pages: Iowa City, Cedar Rapids, etc.
   ============================================================ */

.bhgs-area {
  background: var(--dark);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-area * { box-sizing: border-box; margin: 0; padding: 0; }
.bhgs-area a { color: #7fa0ae; text-decoration: none; }
.bhgs-area a:hover { color: #fff; }
.bhgs-area h2 { font-size: 1.75rem; font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 20px; }
.bhgs-area h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.bhgs-area__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.bhgs-area__section-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 12px; }

/* ── Hero ── */
.bhgs-area__hero { padding: 72px 0 56px; border-bottom: 1px solid var(--border); }
.bhgs-area__eyebrow { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 16px; }
.bhgs-area__hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-area__hero h1 em { font-style: normal; color: var(--accent); }
.bhgs-area__lead { font-size: 1.05rem; line-height: 1.7; color: var(--text); max-width: 680px; margin-bottom: 32px; }
.bhgs-area__hero-badges { display: flex; gap: 16px; flex-wrap: wrap; }
.bhgs-area__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: #ccc; }
.bhgs-area__badge svg { color: var(--blue); flex-shrink: 0; }

/* ── Services grid ── */
.bhgs-area__services { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-area__services-intro { font-size: 1rem; line-height: 1.7; color: var(--text); max-width: 640px; margin-bottom: 40px; }
.bhgs-area__service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bhgs-area__service-card {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--blue);
  border-radius: 6px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bhgs-area__service-icon { color: var(--blue); }
.bhgs-area__service-card h3 { font-size: 1rem; font-weight: 700; color: #fff; }
.bhgs-area__service-card p { font-size: 0.875rem; color: var(--text); line-height: 1.7; flex: 1; }
.bhgs-area__service-link { font-size: 0.78rem; font-weight: 700; color: #7fa0ae; letter-spacing: 0.04em; margin-top: 4px; }
.bhgs-area__service-link:hover { color: #fff; }

/* ── Why section ── */
.bhgs-area__why { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-area__why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.bhgs-area__why-text p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 16px; }
.bhgs-area__why-cards { display: flex; flex-direction: column; gap: 16px; }
.bhgs-area__why-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 20px;
}
.bhgs-area__why-num {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--blue);
  opacity: 0.5;
  flex-shrink: 0;
  line-height: 1;
  min-width: 28px;
}
.bhgs-area__why-card strong { display: block; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.bhgs-area__why-card span { font-size: 0.85rem; color: var(--text); line-height: 1.6; }

/* ── Location ── */
.bhgs-area__location { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-area__location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.bhgs-area__location-text p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 28px; }
.bhgs-area__location-details { display: flex; flex-direction: column; gap: 18px; margin-bottom: 32px; }
.bhgs-area__location-detail { display: flex; gap: 12px; align-items: flex-start; }
.bhgs-area__location-detail svg { color: var(--blue); flex-shrink: 0; margin-top: 3px; }
.bhgs-area__location-detail strong { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 3px; }
.bhgs-area__location-detail a,
.bhgs-area__location-detail span { font-size: 0.9rem; color: #ddd; line-height: 1.6; }
.bhgs-area__location-detail em { font-style: normal; color: #7fa0ae; }
.bhgs-area__location-detail a:hover { color: #fff; }
.bhgs-area__nearby { margin-top: 28px; }
.bhgs-area__nearby-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.bhgs-area__nearby-tags span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #999;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 4px 10px;
}
.bhgs-area__map {
  height: 400px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
}

/* ── CTA ── */
.bhgs-area__cta { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-area__cta-block {
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 48px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.bhgs-area__cta-block h2 { margin-bottom: 12px; }
.bhgs-area__cta-block p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 28px; }
.bhgs-area__cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.bhgs-area__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: opacity 0.15s, border-color 0.15s, color 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.bhgs-area__btn--primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.bhgs-area__btn--primary:hover { opacity: 0.88; color: #fff; }
.bhgs-area__btn--ghost { background: transparent; color: #ccc; border-color: #3a3a3a; }
.bhgs-area__btn--ghost:hover { border-color: var(--blue); color: #fff; }

/* ── Related links ── */
.bhgs-area__related { padding: 48px 0; }
.bhgs-area__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bhgs-area__related-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: border-color 0.15s;
  text-decoration: none;
}
.bhgs-area__related-item:hover { border-color: var(--blue); }
.bhgs-area__related-item strong { font-size: 0.9rem; color: #fff; }
.bhgs-area__related-item span { font-size: 0.8rem; color: var(--text-light); }

/* ── Responsive ── */
@media (max-width: 960px) {
  .bhgs-area__service-grid { grid-template-columns: repeat(2, 1fr); }
  .bhgs-area__why-grid { grid-template-columns: 1fr; gap: 40px; }
  .bhgs-area__location-grid { grid-template-columns: 1fr; }
  .bhgs-area__map { height: 300px; }
}
@media (max-width: 768px) {
  .bhgs-area__hero { padding: 48px 0 40px; }
  .bhgs-area__service-grid { grid-template-columns: 1fr; }
  .bhgs-area__cta-block { padding: 32px 24px; }
  .bhgs-area__related-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   CONSIGNMENT PAGE (.bhgs-cons)
   ============================================================ */

.bhgs-cons {
  background: var(--dark);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-cons * { box-sizing: border-box; margin: 0; padding: 0; }
.bhgs-cons a { color: #7fa0ae; text-decoration: none; }
.bhgs-cons a:hover { color: #fff; }
.bhgs-cons h2 { font-size: 1.75rem; font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 20px; }
.bhgs-cons h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.bhgs-cons__inner { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── Hero ── */
.bhgs-cons__hero { padding: 72px 0 56px; border-bottom: 1px solid var(--border); }
.bhgs-cons__eyebrow { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 16px; }
.bhgs-cons__hero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: #fff; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; }
.bhgs-cons__hero h1 em { font-style: normal; color: var(--accent); }
.bhgs-cons__lead { font-size: 1.05rem; line-height: 1.7; color: var(--text); max-width: 640px; margin-bottom: 32px; }
.bhgs-cons__hero-badges { display: flex; gap: 16px; flex-wrap: wrap; }
.bhgs-cons__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: #ccc; }
.bhgs-cons__badge svg { color: var(--blue); flex-shrink: 0; }

/* ── Section labels ── */
.bhgs-cons__section-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #7fa0ae; margin-bottom: 12px; }

/* ── How It Works ── */
.bhgs-cons__how { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-cons__steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 8px;
}
.bhgs-cons__step { flex: 1; }
.bhgs-cons__step-num {
  width: 40px;
  height: 40px;
  background: var(--blue);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.bhgs-cons__step h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.bhgs-cons__step p { font-size: 0.875rem; color: var(--text); line-height: 1.7; }
.bhgs-cons__step-divider {
  font-size: 1.25rem;
  color: #3a3a3a;
  padding: 0 16px;
  margin-top: 10px;
  flex-shrink: 0;
  align-self: flex-start;
}

/* ── What We Accept + Why ── */
.bhgs-cons__accept { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-cons__accept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.bhgs-cons__accept-text p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 20px; }
.bhgs-cons__accept-list { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 10px; }
.bhgs-cons__accept-list li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: #ccc; }
.bhgs-cons__accept-list li svg { color: var(--blue); flex-shrink: 0; }
.bhgs-cons__accept-note { font-size: 0.825rem; color: var(--text-light); font-style: italic; }
.bhgs-cons__why-cards { display: flex; flex-direction: column; gap: 20px; margin-top: 8px; }
.bhgs-cons__why-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 20px;
}
.bhgs-cons__why-icon { color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.bhgs-cons__why-card strong { display: block; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.bhgs-cons__why-card span { font-size: 0.85rem; color: var(--text); line-height: 1.6; }

/* ── CTA ── */
.bhgs-cons__cta { padding: 64px 0; border-bottom: 1px solid var(--border); }
.bhgs-cons__cta-block {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 56px;
  align-items: center;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 48px;
}
.bhgs-cons__cta-text h2 { margin-bottom: 12px; }
.bhgs-cons__cta-text p { font-size: 0.95rem; line-height: 1.7; color: var(--text); margin-bottom: 28px; }
.bhgs-cons__cta-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.bhgs-cons__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: opacity 0.15s, border-color 0.15s, color 0.15s;
  text-decoration: none;
  white-space: nowrap;
}
.bhgs-cons__btn--primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.bhgs-cons__btn--primary:hover { opacity: 0.88; color: #fff; }
.bhgs-cons__btn--ghost { background: transparent; color: #ccc; border-color: #3a3a3a; }
.bhgs-cons__btn--ghost:hover { border-color: var(--blue); color: #fff; }
.bhgs-cons__cta-info { display: flex; flex-direction: column; gap: 14px; }
.bhgs-cons__info-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.875rem; color: #ccc; line-height: 1.5; }
.bhgs-cons__info-item svg { color: var(--blue); flex-shrink: 0; margin-top: 2px; }

/* ── Related links ── */
.bhgs-cons__related { padding: 48px 0; }
.bhgs-cons__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bhgs-cons__related-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  background: var(--dark2);
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: border-color 0.15s;
  text-decoration: none;
}
.bhgs-cons__related-item:hover { border-color: var(--blue); text-decoration: none; }
.bhgs-cons__related-item strong { font-size: 0.9rem; color: #fff; }
.bhgs-cons__related-item span { font-size: 0.8rem; color: var(--text-light); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .bhgs-cons__accept-grid { grid-template-columns: 1fr; gap: 40px; }
  .bhgs-cons__cta-block { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; }
}
@media (max-width: 768px) {
  .bhgs-cons__hero { padding: 48px 0 40px; }
  .bhgs-cons__steps { flex-direction: column; gap: 8px; }
  .bhgs-cons__step-divider { transform: rotate(90deg); align-self: flex-start; margin-left: 12px; padding: 4px 0; }
  .bhgs-cons__related-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   LEGACY — Divi 4 homepage styles (.bhgs-home)
   These classes are still referenced by the existing live page.
   Remove once the Divi 5 homepage is live.
   ============================================================ */

.bhgs-home * { box-sizing: border-box; margin: 0; padding: 0; }
.bhgs-home { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1a1a1a; background: #fff; line-height: 1.6; }
.bhgs-section { width: 100%; max-width: none; margin: 0 auto; padding: 0 24px; }
.bhgs-hero { background: #f5f3f0; padding: 80px 0 64px; border-bottom: 1px solid #e0dcd6; }
.bhgs-hero__inner { width: 100%; max-width: none; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.bhgs-hero__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #4D3117; margin-bottom: 16px; }
.bhgs-hero__headline { font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.1; color: #1a1a1a; margin-bottom: 16px; }
.bhgs-hero__sub { font-size: 16px; color: #555; margin-bottom: 8px; line-height: 1.6; }
.bhgs-hero__location { font-size: 13px; color: #888; margin-bottom: 32px; }
.bhgs-hero__location a { color: #5A717D; text-decoration: none; font-weight: 600; }
.bhgs-hero__location a:hover { text-decoration: underline; }
.bhgs-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.bhgs-btn { display: inline-block; padding: 14px 28px; font-size: 13px; font-weight: 700; text-decoration: none; border-radius: 3px; cursor: pointer; transition: opacity 0.15s; letter-spacing: 0.5px; }
.bhgs-btn:hover { opacity: 0.85; }
.bhgs-btn--primary { background: #1a1a1a; color: #fff; border: 2px solid #1a1a1a; }
.bhgs-btn--secondary { background: transparent; color: #4D3117; border: 2px solid #4D3117; }
.bhgs-btn--blue { background: #5A717D; color: #fff; border: 2px solid #5A717D; }
.bhgs-hero__image { width: 100%; }
.bhgs-hero__image img { width: 100%; height: auto; display: block; }
.bhgs-trust { background: #1a1a1a; padding: 14px 0; }
.bhgs-trust__inner { width: 100%; max-width: none; margin: 0 auto; padding: 0 24px; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.bhgs-trust__item { display: flex; align-items: center; gap: 8px; color: #ccc; font-size: 12px; font-weight: 600; letter-spacing: 0.5px; }
.bhgs-trust__item span { color: #5A717D; font-size: 14px; }
.bhgs-section-header { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; padding-top: 56px; }
.bhgs-section-header h2 { font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #1a1a1a; }
.bhgs-section-header a { font-size: 12px; font-weight: 700; color: #5A717D; text-decoration: none; letter-spacing: 0.5px; }
.bhgs-section-header a:hover { text-decoration: underline; }
.bhgs-categories { background: #fff; padding-bottom: 16px; }
.bhgs-cat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.bhgs-cat-tile { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid #e0dcd6; border-radius: 4px; padding: 14px 16px; text-decoration: none; color: #1a1a1a; transition: border-color 0.15s, background 0.15s; position: relative; }
.bhgs-cat-tile:hover { border-color: #1a1a1a; background: #faf9f7; }
.bhgs-cat-tile::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; border-radius: 4px 0 0 4px; background: var(--tile-accent, #1a1a1a); }
.bhgs-cat-tile__icon { font-size: 22px; flex-shrink: 0; width: 36px; text-align: center; }
.bhgs-cat-tile__text { flex: 1; }
.bhgs-cat-tile__name { font-size: 13px; font-weight: 700; color: #1a1a1a; display: block; margin-bottom: 2px; }
.bhgs-cat-tile__sub { font-size: 11px; color: #888; }
.bhgs-cat-tile__arrow { font-size: 13px; color: #5A717D; font-weight: 700; flex-shrink: 0; }
.bhgs-products { background: #fff; padding-bottom: 56px; }
.bhgs-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bhgs-product-card { background: #fff; border: 1px solid #e0dcd6; border-radius: 4px; overflow: hidden; text-decoration: none; color: #1a1a1a; transition: border-color 0.15s, box-shadow 0.15s; display: flex; flex-direction: column; }
.bhgs-product-card:hover { border-color: #1a1a1a; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.bhgs-product-card__badge { position: absolute; top: 10px; left: 10px; background: #4D3117; color: #fff; font-size: 9px; font-weight: 700; padding: 3px 8px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.bhgs-product-card__image-wrap { position: relative; background: #f0ece6; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.bhgs-product-card__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.bhgs-product-card__image-placeholder { font-size: 40px; opacity: 0.4; }
.bhgs-product-card__body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; }
.bhgs-product-card__cat { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #5A717D; margin-bottom: 4px; }
.bhgs-product-card__name { font-size: 13px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 10px; flex: 1; }
.bhgs-product-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.bhgs-product-card__price { font-size: 16px; font-weight: 800; color: #1a1a1a; }
.bhgs-product-card__cta { font-size: 10px; font-weight: 700; color: #fff; background: #1a1a1a; padding: 6px 12px; border-radius: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.bhgs-specials-banner { background: #f5f3f0; border-top: 1px solid #e0dcd6; border-bottom: 1px solid #e0dcd6; padding: 40px 0; }
.bhgs-specials-banner__inner { width: 100%; max-width: none; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.bhgs-specials-banner__label { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #4D3117; margin-bottom: 6px; }
.bhgs-specials-banner__headline { font-size: 26px; font-weight: 800; color: #1a1a1a; }
.bhgs-services { background: #fff; padding: 56px 0; }
.bhgs-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bhgs-service-item { text-align: center; padding: 24px 16px; border: 1px solid #e0dcd6; border-radius: 4px; }
.bhgs-service-item__icon { font-size: 28px; margin-bottom: 12px; }
.bhgs-service-item__title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #1a1a1a; margin-bottom: 6px; }
.bhgs-service-item__desc { font-size: 12px; color: #666; line-height: 1.5; }
.bhgs-blog { background: #f5f3f0; padding: 56px 0; border-top: 1px solid #e0dcd6; }
.bhgs-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bhgs-blog-card { background: #fff; border: 1px solid #e0dcd6; border-radius: 4px; overflow: hidden; text-decoration: none; color: #1a1a1a; transition: border-color 0.15s; display: flex; flex-direction: column; }
.bhgs-blog-card:hover { border-color: #1a1a1a; }
.bhgs-blog-card__image { background: #e8e4de; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; font-size: 32px; }
.bhgs-blog-card__body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.bhgs-blog-card__cat { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #5A717D; margin-bottom: 6px; }
.bhgs-blog-card__title { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 1.4; margin-bottom: 8px; flex: 1; }
.bhgs-blog-card__read { font-size: 11px; font-weight: 700; color: #5A717D; }
.bhgs-location { background: #1a1a1a; padding: 56px 0; color: #fff; }
.bhgs-location__inner { width: 100%; max-width: none; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.bhgs-location__eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #5A717D; margin-bottom: 12px; }
.bhgs-location__name { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 20px; }
.bhgs-location__detail { font-size: 14px; color: #aaa; margin-bottom: 8px; display: flex; align-items: flex-start; gap: 10px; }
.bhgs-location__detail strong { color: #fff; }
.bhgs-location__detail a { color: #5A717D; text-decoration: none; }
.bhgs-location__detail a:hover { text-decoration: underline; }
.bhgs-location__ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.bhgs-map-placeholder { background: #2a2a2a; border-radius: 4px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: #555; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border: 1px solid #333; }
@media (max-width: 768px) {
  .bhgs-hero__inner { grid-template-columns: 1fr; }
  .bhgs-hero__image { display: none; }
  .bhgs-cat-grid { grid-template-columns: 1fr; }
  .bhgs-product-grid { grid-template-columns: 1fr 1fr; }
  .bhgs-services__grid { grid-template-columns: 1fr 1fr; }
  .bhgs-blog-grid { grid-template-columns: 1fr; }
  .bhgs-location__inner { grid-template-columns: 1fr; }
  .bhgs-trust__inner { gap: 20px; }
}
@media (max-width: 480px) {
  .bhgs-product-grid { grid-template-columns: 1fr; }
  .bhgs-services__grid { grid-template-columns: 1fr 1fr; }
  .bhgs-hero { padding: 48px 0 40px; }
}


/* ============================================================
   SHOP SIDEBAR (.bhgs-shop-sidebar)
   ============================================================ */

.bhgs-shop-sidebar {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.875rem;
}

.bhgs-sidebar__block {
  border-bottom: 1px solid #2a2a2a;
  padding: 0 0 4px;
  margin-bottom: 4px;
}
.bhgs-sidebar__block:last-child { border-bottom: none; }

/* Accordion heading button */
.bhgs-sidebar__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  background: none;
  border: none;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
}
.bhgs-sidebar__heading--link {
  text-decoration: none;
  gap: 8px;
}
.bhgs-sidebar__caret {
  flex-shrink: 0;
  transition: transform 0.2s;
}
.bhgs-sidebar__heading[aria-expanded="false"] .bhgs-sidebar__caret {
  transform: rotate(-90deg);
}

/* Category list */
.bhgs-sidebar__list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: block;
}
.bhgs-sidebar__list--collapsed { display: none; }

.bhgs-sidebar__list li { padding: 0; margin: 0; }
.bhgs-sidebar__list a {
  display: block;
  padding: 5px 0 5px 0;
  color: #aaa !important;
  font-size: 0.85rem;
  transition: color 0.15s;
  text-decoration: none;
}
.bhgs-sidebar__list a:hover { color: #fff !important; }
.bhgs-sidebar__link--active { color: #5A717D !important; font-weight: 600; }

/* Subcategory indent */
.bhgs-sidebar__sub a {
  padding-left: 12px;
  font-size: 0.825rem;
  color: #888 !important;
}
.bhgs-sidebar__sub a:hover { color: #ccc !important; }
.bhgs-sidebar__sub .bhgs-sidebar__link--active { color: #5A717D !important; }

/* NFA badge */
.bhgs-sidebar__badge {
  display: inline-block;
  padding: 2px 6px;
  background: #4D3117;
  color: #fff !important;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 3px;
}

/* Search */
.bhgs-sidebar__search {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  overflow: hidden;
  margin: 8px 0 12px;
}
.bhgs-sidebar__search-input {
  flex: 1;
  padding: 8px 10px;
  background: #1a1a1a;
  border: none;
  color: #ccc;
  font-size: 0.825rem;
  outline: none;
}
.bhgs-sidebar__search-input::placeholder { color: #555; }
.bhgs-sidebar__search-btn {
  padding: 8px 10px;
  background: #5A717D;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.15s;
}
.bhgs-sidebar__search-btn:hover { background: #4a6170; }

/* Mobile: hide sidebar, show as collapsed above grid */
@media (max-width: 980px) {
  .bhgs-shop-sidebar {
    margin-bottom: 24px;
  }
  .bhgs-sidebar__list { display: none; }
  .bhgs-sidebar__list--collapsed { display: none; }
  .bhgs-sidebar__heading[aria-expanded="true"] + .bhgs-sidebar__list { display: block; }
}


/* ============================================================
   404 PAGE (.bhgs-404)
   ============================================================ */

.bhgs-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  background: #111;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bhgs-404__inner {
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.bhgs-404__code {
  font-size: clamp(5rem, 15vw, 9rem);
  font-weight: 900;
  line-height: 1;
  color: #1e1e1e;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
  user-select: none;
}

.bhgs-404__heading {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
}

.bhgs-404__sub {
  color: #999;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.bhgs-404__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.bhgs-404__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.15s;
}
.bhgs-404__btn:hover { opacity: 0.85; }

.bhgs-404__btn--primary {
  background: #5A717D;
  color: #fff !important;
}

.bhgs-404__btn--secondary {
  background: #1e1e1e;
  color: #ccc !important;
  border: 1px solid #2a2a2a;
}

.bhgs-404__cats-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 16px;
}

.bhgs-404__cats-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.bhgs-404__cats-list a {
  display: inline-block;
  padding: 6px 14px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  color: #aaa !important;
  font-size: 0.825rem;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}
.bhgs-404__cats-list a:hover {
  color: #fff !important;
  border-color: #5A717D;
}


/* ============================================================
   NO PRODUCTS FOUND (.bhgs-no-results)
   ============================================================ */

.bhgs-no-results {
  padding: 64px 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.bhgs-no-results__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.bhgs-no-results__icon {
  color: #2a2a2a;
  margin-bottom: 24px;
}

.bhgs-no-results__heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}

.bhgs-no-results__sub {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 32px;
}

.bhgs-no-results__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.bhgs-no-results__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.15s;
}
.bhgs-no-results__btn:hover { opacity: 0.85; }

.bhgs-no-results__btn--primary {
  background: #5A717D;
  color: #fff !important;
}

.bhgs-no-results__btn--secondary {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #ccc !important;
}

.bhgs-no-results__cats ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.bhgs-no-results__cats a {
  display: inline-block;
  padding: 5px 14px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 20px;
  color: #aaa !important;
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}
.bhgs-no-results__cats a:hover {
  color: #fff !important;
  border-color: #5A717D;
}

.bhgs-sidebar__count {
  color: #555;
  font-size: 0.75rem;
  margin-left: 4px;
}

/* Manufacturer filter inline under active category */
.bhgs-sidebar__inline-filter {
  margin-top: 4px;
  padding-left: 12px;
  border-left: 2px solid #2a2a2a;
}
.bhgs-sidebar__inline-filter .bhgs-sidebar__heading {
  font-size: 0.7rem;
  padding: 8px 0 6px;
  color: #777 !important;
}
.bhgs-sidebar__inline-filter .bhgs-sidebar__list a {
  font-size: 0.8rem;
  padding: 3px 0;
  color: #777 !important;
}
.bhgs-sidebar__inline-filter .bhgs-sidebar__list a:hover { color: #ccc !important; }
.bhgs-sidebar__inline-filter .bhgs-sidebar__link--active { color: #5A717D !important; }

/* Manufacturer dropdown — next to WooCommerce sort box */
.bhgs-mfr-dropdown {
  display: inline-flex;
  align-items: center;
}
.bhgs-mfr-select {
  height: 36px;
  padding: 0 28px 0 10px;
  background: #1a1a1a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 10px 6px;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  color: #ccc;
  font-size: 0.85rem;
  appearance: none;
  cursor: pointer;
  min-width: 160px;
}
.bhgs-mfr-select:focus {
  outline: 2px solid #5A717D;
  outline-offset: 1px;
}
.bhgs-mfr-select option {
  background-color: #1a1a1a;
  color: #ccc;
}

/* ============================================================
   HOMEPAGE DIVI BLOG MODULE — maps bhgs-c__blog-card styles
   onto Divi's native Blog module output classes
   ============================================================ */

/* Grid wrapper */
.bhgs-homepage-blog .et_pb_blog_grid .et_pb_post,
.bhgs-homepage-blog .et_pb_post {
  background: var(--mid, #1e1e1e) !important;
  border: 1px solid var(--border, #2a2a2a) !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  transition: border-color 0.15s, transform 0.15s !important;
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 0 !important;
}
.bhgs-homepage-blog .et_pb_post:hover {
  border-color: var(--blue, #5A717D) !important;
  transform: translateY(-2px) !important;
}

/* Featured image */
.bhgs-homepage-blog .et_pb_post .entry-featured-image-url,
.bhgs-homepage-blog .et_pb_post .et_pb_image_container {
  aspect-ratio: 16/9 !important;
  overflow: hidden !important;
  background: #1a1a1a !important;
  display: block !important;
}
.bhgs-homepage-blog .et_pb_post .entry-featured-image-url img,
.bhgs-homepage-blog .et_pb_post .et_pb_image_container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Body / content area */
.bhgs-homepage-blog .et_pb_post .post-content,
.bhgs-homepage-blog .et_pb_post .entry-content {
  padding: 18px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Category label */
.bhgs-homepage-blog .et_pb_post .post-meta,
.bhgs-homepage-blog .et_pb_post .et_pb_post_category {
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  color: #7fa0ae !important;
  margin-bottom: 8px !important;
}
.bhgs-homepage-blog .et_pb_post .post-meta a {
  color: #7fa0ae !important;
  text-decoration: none !important;
}

/* Post title */
.bhgs-homepage-blog .et_pb_post h2.entry-title,
.bhgs-homepage-blog .et_pb_post .entry-title {
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  color: #e0e0e0 !important;
  line-height: 1.4 !important;
  margin-bottom: 14px !important;
  flex: 1 !important;
}
.bhgs-homepage-blog .et_pb_post .entry-title a {
  color: #e0e0e0 !important;
  text-decoration: none !important;
}
.bhgs-homepage-blog .et_pb_post .entry-title a:hover {
  color: #fff !important;
}

/* Read more link */
.bhgs-homepage-blog .et_pb_post a.more-link,
.bhgs-homepage-blog .et_pb_post .et_pb_more_button {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: #7fa0ae !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  margin-top: auto !important;
}
.bhgs-homepage-blog .et_pb_post:hover a.more-link,
.bhgs-homepage-blog .et_pb_post:hover .et_pb_more_button {
  color: var(--accent, #c8a96e) !important;
}

/* Remove Divi's default post border/shadow */
.bhgs-homepage-blog .et_pb_post {
  box-shadow: none !important;
}

/* Date — hide to keep cards clean like the original */
.bhgs-homepage-blog .et_pb_post .post-meta .published {
  display: none !important;
}

/* Responsive */
@media (max-width: 960px) {
  .bhgs-homepage-blog .et_pb_blog_grid .column_inner {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 580px) {
  .bhgs-homepage-blog .et_pb_blog_grid .column_inner {
    grid-template-columns: 1fr !important;
  }
}

/* Make entire blog card clickable via the featured image link pseudo-overlay */
.bhgs-homepage-blog .et_pb_post {
  position: relative !important;
}
.bhgs-homepage-blog .et_pb_post .entry-featured-image-url {
  position: static !important;
}
.bhgs-homepage-blog .et_pb_post .entry-featured-image-url::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bhgs-homepage-blog .et_pb_post .entry-title a,
.bhgs-homepage-blog .et_pb_post a.more-link {
  position: relative;
  z-index: 2;
}


/* ============================================================
   MY ACCOUNT PAGE (.bhgs-acct-hdr + .bhgs-acct-wrap)
   ============================================================ */

/* ── Page Header ── */
.bhgs-acct-hdr {
  background: #111;
  border-bottom: 1px solid #2a2a2a;
  padding: 64px 0 48px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-acct-hdr * { box-sizing: border-box; }
.bhgs-acct-hdr__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.bhgs-acct-hdr__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5A717D;
  margin-bottom: 14px;
}
.bhgs-acct-hdr h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.bhgs-acct-hdr__lead {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #aaa;
  max-width: 560px;
  margin: 0;
}
@media (max-width: 768px) {
  .bhgs-acct-hdr { padding: 48px 0 36px; }
}

/* ── Account Panel Wrapper ── */
.bhgs-acct-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px 72px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #ccc;
}

/* Navigation tabs */
.bhgs-acct-wrap .woocommerce-MyAccount-navigation {
  margin-bottom: 32px;
}
.bhgs-acct-wrap .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 0;
}
.bhgs-acct-wrap .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #aaa;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.bhgs-acct-wrap .woocommerce-MyAccount-navigation ul li a:hover {
  color: #e0e0e0;
  border-bottom-color: #5A717D;
}
.bhgs-acct-wrap .woocommerce-MyAccount-navigation ul li.is-active a,
.bhgs-acct-wrap .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--is-active a {
  color: #fff;
  border-bottom-color: #5A717D;
}

/* Content panels */
.bhgs-acct-wrap .woocommerce-MyAccount-content {
  color: #ccc;
}

/* Tables (orders list) */
.bhgs-acct-wrap table.woocommerce-orders-table,
.bhgs-acct-wrap table.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 24px;
}
.bhgs-acct-wrap table.woocommerce-orders-table th,
.bhgs-acct-wrap table.shop_table th {
  background: #1a1a1a;
  color: #5A717D;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-bottom: 1px solid #2a2a2a;
  text-align: left;
}
.bhgs-acct-wrap table.woocommerce-orders-table td,
.bhgs-acct-wrap table.shop_table td {
  padding: 12px 14px;
  border-bottom: 1px solid #1e1e1e;
  color: #ccc;
  vertical-align: middle;
}
.bhgs-acct-wrap table.woocommerce-orders-table tr:hover td,
.bhgs-acct-wrap table.shop_table tr:hover td {
  background: #141414;
}

/* Buttons */
.bhgs-acct-wrap .button,
.bhgs-acct-wrap button[type="submit"],
.bhgs-acct-wrap input[type="submit"] {
  display: inline-block;
  background: #5A717D;
  color: #fff !important;
  border: none;
  border-radius: 3px;
  padding: 10px 22px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s;
  appearance: none;
}
.bhgs-acct-wrap .button:hover,
.bhgs-acct-wrap button[type="submit"]:hover,
.bhgs-acct-wrap input[type="submit"]:hover {
  background: #4e6470;
}

/* Form fields */
.bhgs-acct-wrap .woocommerce-form-row label,
.bhgs-acct-wrap label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.bhgs-acct-wrap input[type="text"],
.bhgs-acct-wrap input[type="email"],
.bhgs-acct-wrap input[type="password"],
.bhgs-acct-wrap input[type="tel"] {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  color: #e0e0e0;
  padding: 10px 12px;
  font-size: 0.9rem;
  transition: border-color 0.15s;
}
.bhgs-acct-wrap input[type="text"]:focus,
.bhgs-acct-wrap input[type="email"]:focus,
.bhgs-acct-wrap input[type="password"]:focus,
.bhgs-acct-wrap input[type="tel"]:focus {
  outline: none;
  border-color: #5A717D;
}

/* Login / register form layout */
.bhgs-acct-wrap .u-columns,
.bhgs-acct-wrap .woocommerce-page .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 640px) {
  .bhgs-acct-wrap .u-columns,
  .bhgs-acct-wrap .woocommerce-page .col2-set { grid-template-columns: 1fr; }
  .bhgs-acct-wrap .woocommerce-MyAccount-navigation ul { flex-direction: column; }
  .bhgs-acct-wrap .woocommerce-MyAccount-navigation ul li a { border-bottom: none; border-left: 2px solid transparent; padding: 10px 14px; }
  .bhgs-acct-wrap .woocommerce-MyAccount-navigation ul li.is-active a { border-left-color: #5A717D; border-bottom: none; }
}

/* Messages / notices */
.bhgs-acct-wrap .woocommerce-Message,
.bhgs-acct-wrap .woocommerce-info {
  background: #1a1a1a;
  border-left: 3px solid #5A717D;
  color: #ccc;
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 0.875rem;
}
.bhgs-acct-wrap .woocommerce-error {
  background: #1a1a1a;
  border-left: 3px solid #c0392b;
  color: #e0e0e0;
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 0.875rem;
  list-style: none;
}

/* Address boxes */
.bhgs-acct-wrap .woocommerce-Addresses .woocommerce-Address {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  padding: 24px;
}
.bhgs-acct-wrap .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bhgs-acct-wrap .woocommerce-Address-title h3 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5A717D;
  margin-bottom: 12px;
}
.bhgs-acct-wrap address {
  color: #aaa;
  font-size: 0.875rem;
  line-height: 1.8;
  font-style: normal;
}
@media (max-width: 640px) {
  .bhgs-acct-wrap .woocommerce-Addresses { grid-template-columns: 1fr; }
}

/* Force dark background on the Divi section containing the account panel */
.bhgs-acct-wrap,
.bhgs-acct-wrap ~ .et_pb_section,
.et_pb_section:has(.bhgs-acct-wrap) {
  background: #111 !important;
}

/* WooCommerce injects its own wrapper — dark it too */
.bhgs-acct-wrap .woocommerce,
.bhgs-acct-wrap .woocommerce-page {
  background: #111;
  color: #ccc;
}


/* ============================================================
   POLICY PAGES — Terms of Service, Privacy Policy, Refunds
   (.bhgs-policy-hdr + .bhgs-policy-wrap)
   ============================================================ */

/* ── Page Header ── */
.bhgs-policy-hdr {
  background: #111;
  border-bottom: 1px solid #2a2a2a;
  padding: 64px 0 48px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.bhgs-policy-hdr * { box-sizing: border-box; }
.bhgs-policy-hdr__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}
.bhgs-policy-hdr__eyebrow {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5A717D;
  margin-bottom: 14px;
}
.bhgs-policy-hdr h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.bhgs-policy-hdr__meta {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
}
@media (max-width: 768px) {
  .bhgs-policy-hdr { padding: 48px 0 36px; }
}

/* ── Content Wrapper ── */
.bhgs-policy-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: #ccc;
}

/* Intro paragraph */
.bhgs-policy-intro {
  border-left: 3px solid #5A717D;
  padding-left: 20px;
  margin-bottom: 40px;
}
.bhgs-policy-intro p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #aaa;
  margin-bottom: 12px;
}
.bhgs-policy-intro p:last-child { margin-bottom: 0; }
.bhgs-policy-intro a { color: #5A717D; text-decoration: none; }
.bhgs-policy-intro a:hover { text-decoration: underline; }

/* Table of contents */
.bhgs-policy-toc {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  padding: 24px 28px;
  margin-bottom: 48px;
}
.bhgs-policy-toc__label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5A717D;
  margin-bottom: 14px;
}
.bhgs-policy-toc ol {
  margin: 0;
  padding-left: 20px;
  columns: 2;
  column-gap: 32px;
}
.bhgs-policy-toc ol li {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 6px;
  break-inside: avoid;
}
.bhgs-policy-toc ol li a {
  color: #aaa;
  text-decoration: none;
  transition: color 0.15s;
}
.bhgs-policy-toc ol li a:hover { color: #e0e0e0; }
@media (max-width: 600px) {
  .bhgs-policy-toc ol { columns: 1; }
}

/* Body sections */
.bhgs-policy-body section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #1e1e1e;
}
.bhgs-policy-body section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.bhgs-policy-body h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  padding-top: 4px;
}
.bhgs-policy-body h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #5A717D;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 24px;
  margin-bottom: 10px;
}
.bhgs-policy-body p {
  font-size: 0.9rem;
  line-height: 1.85;
  color: #aaa;
  margin-bottom: 14px;
}
.bhgs-policy-body p:last-child { margin-bottom: 0; }
.bhgs-policy-body ul,
.bhgs-policy-body ol {
  padding-left: 20px;
  margin-bottom: 14px;
}
.bhgs-policy-body li {
  font-size: 0.9rem;
  line-height: 1.75;
  color: #aaa;
  margin-bottom: 6px;
}
.bhgs-policy-body a {
  color: #5A717D;
  text-decoration: none;
}
.bhgs-policy-body a:hover { text-decoration: underline; }
.bhgs-policy-body strong { color: #e0e0e0; }
.bhgs-policy-body address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 2;
  color: #aaa;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  padding: 20px 24px;
  margin-top: 16px;
  display: inline-block;
}
.bhgs-policy-body address a { color: #5A717D; text-decoration: none; }
.bhgs-policy-body address a:hover { text-decoration: underline; }


/* ============================================================
   CHECKOUT — Local Pickup description
   ============================================================ */
.bhgs-pickup-desc {
  display: block;
  font-size: 0.78rem;
  color: #888;
  margin-top: 3px;
  font-weight: 400;
}

.bhgs-nfa__hero-ctas {
  margin: 20px 0 24px;
}


/* ============================================================
   MOBILE DRAWER — parent/child link hierarchy
   ============================================================ */

.bhgs-nav__drawer-sub--parent {
  color: #e0e0e0 !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 10px 0 4px !important;
  display: block;
  border-top: 1px solid #1e1e1e;
  margin-top: 4px;
}
.bhgs-nav__drawer-sub li:first-child .bhgs-nav__drawer-sub--parent {
  border-top: none;
  margin-top: 0;
}
.bhgs-nav__drawer-sub--child {
  color: #888 !important;
  font-size: 0.82rem !important;
  padding: 5px 0 5px 14px !important;
  display: block;
}
.bhgs-nav__drawer-sub--child:hover { color: #e0e0e0 !important; }
.bhgs-nav__drawer-sub--parent:hover { color: #5A717D !important; }



/* ============================================================
   MOBILE — extra top padding on hero/header sections
   to clear the Divi Mobile nav bar
   ============================================================ */
@media (max-width: 960px) {
  .bhgs-c__hero,
  .bhgs-nfa__hero,
  .bhgs-contact__hero,
  .bhgs-specials__hero,
  .bhgs-vip__hero,
  .bhgs-cons__hero,
  .bhgs-blog-hdr,
  .bhgs-acct-hdr,
  .bhgs-policy-hdr,
  .bhgs-about__hero {
    padding-top: 80px !important;
  }
}


/* ============================================================
   MOBILE PILL BAR (.bhgs-pill-bar)
   Visible below 1024px. Replaces sidebar for mobile navigation.
   ============================================================ */

.bhgs-pill-bar,
.bhgs-shop-search {
    display: none; /* hidden on desktop — shown via media query below */
}

@media (max-width: 1023px) {

    /* Show pill bar on mobile/tablet */
    .bhgs-pill-bar {
        display: block;
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 14px;
        margin-bottom: 16px;
    }

    .bhgs-pill-bar__track {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .bhgs-pill-bar__track::-webkit-scrollbar {
        display: none;
    }

    .bhgs-pill-bar__pill {
        display: inline-block;
        padding: 6px 14px;
        border-radius: 20px;
        border: 1px solid #ccc;
        background: #fff;
        color: #444;
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
        flex-shrink: 0;
        scroll-snap-align: start;
        text-decoration: none;
        line-height: 1.4;
        transition: background 0.15s, color 0.15s, border-color 0.15s;
    }

    .bhgs-pill-bar__pill:hover {
        background: #f0f4f5;
        border-color: var(--blue);
        color: var(--blue);
    }

    .bhgs-pill-bar__pill--active {
        background: var(--blue);
        color: #ffffff !important;
        border-color: var(--blue);
        font-weight: 600;
    }

    /* Hide desktop sidebar on mobile */
    .bhgs-shop-sidebar {
        display: none !important; /* Override Divi inline styles on mobile */
    }

    /* Shop search bar — below pill bar, mobile only */
    .bhgs-shop-search {
        display: flex;
        align-items: center;
        gap: 0;
        margin: 8px 14px 0;
        border: 1px solid #ccc;
        border-radius: 6px;
        background: #fff;
        overflow: hidden;
        transition: border-color 0.15s;
    }

    .bhgs-shop-search:focus-within {
        border-color: var(--blue);
    }

    .bhgs-shop-search__input {
        flex: 1;
        border: none;
        outline: none;
        padding: 9px 12px;
        font-size: 14px;
        color: #111111;
        background: transparent;
        min-width: 0;
    }

    .bhgs-shop-search__input::placeholder {
        color: #aaa;
    }

    .bhgs-shop-search__btn {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 38px;
        border: none;
        background: transparent;
        color: #5A717D;
        cursor: pointer;
        transition: color 0.15s;
    }

    .bhgs-shop-search__btn:hover {
        color: var(--blue);
    }
}

/* ============================================================
   TOP SELLERS (.bhgs-top-sellers)
   Homepage section — dark cards, steel blue top accent.
   Follows .bhgs-categories section.
   ============================================================ */

.bhgs-top-sellers {
    background: #111111 !important;
    padding-bottom: 40px;
}

.bhgs-top-sellers .bhgs-section-header h2 {
    color: #ffffff;
}

.bhgs-top-sellers .bhgs-section-header a {
    color: var(--blue);
}

.bhgs-seller-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.bhgs-seller-tile {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #1e1e1e;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 16px 18px;
    text-decoration: none;
    transition: background 0.15s, border-color 0.15s;
}

.bhgs-seller-tile:hover {
    background: #2a2a2a;
    border-color: #3a3a3a;
}

.bhgs-seller-tile__name {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    display: block;
}

.bhgs-seller-tile__sub {
    font-size: 12px;
    color: #888888;
    display: block;
}

@media (max-width: 768px) {
    .bhgs-seller-grid {
        grid-template-columns: 1fr;
    }
}
