/*
Theme Name: BadMagnet
Theme URI: https://badmagnet.com
Author: BadMagnet
Description: Custom WordPress theme for BadMagnet — Magnets for people with zero chill.
Version: 2.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: Proprietary
Text Domain: badmagnet
*/

/* ════════════════════════════════════
   CSS VARIABLES — DARK MODE (default)
   ════════════════════════════════════ */
:root {
  --red:          #E8000D;
  --red-dark:     #a3000a;
  --yellow:       #FFD600;
  --studio:       #7c3aed;
  --studio-dark:  #5b21b6;

  /* Dark mode palette */
  --bg-primary:   #0a0a0a;
  --bg-secondary: #111111;
  --bg-card:      #1a1a1a;
  --border-color: #222222;
  --border-subtle:#333333;

  /* Text — high contrast */
  --text-primary:   #ffffff;
  --text-secondary: #cccccc;   /* was #888 / #666 — now readable */
  --text-muted:     #999999;   /* was #555 / #444 — still subtle but legible */
  --text-faint:     #666666;   /* only for truly decorative copy */

  /* Convenience aliases kept for compatibility */
  --black:      #0a0a0a;
  --off-black:  #111111;
  --dark-gray:  #1a1a1a;
  --light-gray: #cccccc;
  --white:      #ffffff;
}

/* ════════════════════════════════════
   LIGHT MODE
   ════════════════════════════════════ */
body.bm-light {
  --bg-primary:   #f0f0f0;
  --bg-secondary: #e8e8e8;
  --bg-card:      #ffffff;
  --border-color: #d0d0d0;
  --border-subtle:#bbbbbb;

  --text-primary:   #0a0a0a;
  --text-secondary: #1a1a1a;
  --text-muted:     #444444;
  --text-faint:     #666666;

  --black:     #f0f0f0;
  --off-black: #e8e8e8;
  --dark-gray: #ffffff;
  --white:     #0a0a0a;
}

/* ── LIGHT: HEADER ── */
body.bm-light .bm-header            { background: #ffffff; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
body.bm-light .bm-mobile-nav        { background: #f5f5f5; border-bottom-color: #ddd; }
body.bm-light .bm-mobile-nav a      { color: #222; border-bottom-color: #e0e0e0; }
body.bm-light .bm-logo-text         { color: #0a0a0a; }
body.bm-light .bm-logo-sub          { color: #555; }
body.bm-light .bm-nav a             { color: #333; }
body.bm-light .bm-nav a:hover       { color: #0a0a0a; }
body.bm-light .bm-menu-toggle       { border-color: #ccc; color: #333; }

/* ── LIGHT: TICKERS (always red — unchanged) ── */
body.bm-light .bm-ticker            { background: var(--red); }
body.bm-light .bm-marquee           { background: var(--red); }
body.bm-light .bm-announcement      { background: var(--yellow); color: #0a0a0a; }

/* ── LIGHT: HERO (always dark) ── */
body.bm-light .bm-hero              { background: #111111; }
body.bm-light .bm-hero h1           { color: #ffffff; }
body.bm-light .bm-hero-eyebrow      { color: var(--red); }
body.bm-light .bm-hero-tagline      { color: var(--red); }
body.bm-light .bm-hero-sub          { color: #ffffff !important; }
body.bm-light .bm-hero-sub strong   { color: #ffffff; }

/* ── LIGHT: SECTIONS ── */
body.bm-light .bm-section           { background: var(--bg-primary); }
body.bm-light .bm-section-title     { color: #0a0a0a; }
body.bm-light .bm-section-sub       { color: #111111; }
body.bm-light .bm-section-label     { color: var(--red); }
body.bm-light .bm-page-banner       { background: #222222; }
body.bm-light .bm-page-banner .bm-section-title { color: #ffffff; }
body.bm-light .bm-page-banner .bm-section-label { color: var(--red); }
body.bm-light .bm-page-banner .bm-section-sub   { color: #dddddd; }

/* ── LIGHT: COLLECTION CARDS ── */
body.bm-light .bm-collection-card       { background: #ffffff; border-color: #d0d0d0; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
body.bm-light .bm-collection-name       { color: #0a0a0a; }
body.bm-light .bm-collection-desc       { color: #222222; }
body.bm-light .bm-collection-count      { color: #666; }

/* ── LIGHT: PRODUCT CARDS ── */
body.bm-light .bm-product-card          { background: #ffffff; border-color: #d0d0d0; box-shadow: 0 2px 10px rgba(0,0,0,0.07); }
body.bm-light .bm-product-name          { color: #0a0a0a; }
body.bm-light .bm-product-img           { background: #f5f5f5; }

/* ── LIGHT: REVIEW CARDS ── */
body.bm-light .bm-review-card           { background: #ffffff; border-color: #d0d0d0; }
body.bm-light .bm-review-text           { color: #111111; }
body.bm-light .bm-reviewer              { color: #444444; }

/* ── LIGHT: WHY-US ── */
body.bm-light .bm-why-item::before      { background: var(--red); }
body.bm-light .bm-why-title             { color: #0a0a0a; }
body.bm-light .bm-why-text              { color: #111111; }
body.bm-light .bm-why-text strong       { color: #0a0a0a; }

/* ── LIGHT: BUNDLES ── */
body.bm-light .bm-bundle-card           { background: #ffffff; border-color: #d0d0d0; }
body.bm-light .bm-bundle-name           { color: #0a0a0a; }
body.bm-light .bm-bundle-sub            { color: #111111; }
body.bm-light .bm-bundle-price          { color: #0a0a0a; }
body.bm-light .bm-bundle-price-old      { color: #888; }
body.bm-light .bm-bundle-features li    { color: #111111; border-bottom-color: #e0e0e0; }

/* ── LIGHT: STUDIO STEPS ── */
body.bm-light .bm-studio-step           { background: #ffffff; border-color: #d0d0d0; }
body.bm-light .bm-studio-step-title     { color: #0a0a0a; }
body.bm-light .bm-studio-step-text      { color: #111111; }

/* ── LIGHT: STUDIO STRIP (always dark purple) ── */
body.bm-light .bm-studio-strip          { background: linear-gradient(135deg, #0d0d1a 0%, #1a0d2e 100%); }
body.bm-light .bm-studio-strip .bm-section-title { color: #ffffff; }
body.bm-light .bm-studio-strip .bm-section-sub   { color: #ffffff; }
body.bm-light .bm-studio-strip .bm-section-label { color: var(--studio); }

/* ── LIGHT: FILTER PILLS ── */
body.bm-light .bm-filter-pill           { border-color: #bbb; color: #333; background: #fff; }

/* ── LIGHT: FOOTER (always dark) ── */
body.bm-light .bm-footer                { background: #111111; }
body.bm-light .bm-footer-logo           { color: #ffffff; }
body.bm-light .bm-footer-tagline        { color: #ffffff; }
body.bm-light .bm-footer-col-title      { color: #ffffff; }
body.bm-light .bm-footer-links a        { color: #dddddd; }
body.bm-light .bm-footer-links a:hover  { color: var(--red); }
body.bm-light .bm-footer-bottom p       { color: #888; }
body.bm-light .bm-footer-bottom a       { color: #aaa; }
body.bm-light .bm-footer-disclaimer     { color: #666; }
body.bm-light .bm-social-btn            { background: #333; border-color: #444; color: #ccc; }

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Barlow', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background 0.3s ease, color 0.3s ease;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ── ANNOUNCEMENT BAR ── */
.bm-announcement {
  background: var(--yellow);
  padding: 10px 24px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  color: #0a0a0a;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .bm-announcement { font-size: 11px; padding: 8px 12px; letter-spacing: 1px; }
}

/* ── TICKER ── */
.bm-ticker {
  background: var(--red);
  padding: 8px 0;
  overflow: hidden;
  white-space: nowrap;
}
.bm-ticker-inner {
  display: inline-block;
  animation: bm-ticker 30s linear infinite;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}
.bm-ticker-inner span { margin: 0 40px; }
.bm-ticker-inner span::before { content: "✦ "; }
@keyframes bm-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── HEADER ── */
.bm-header {
  background: var(--bg-secondary);
  border-bottom: 3px solid var(--red);
  position: sticky;
  top: 0;
  z-index: 99;
  transition: background 0.3s ease;
}
.bm-header-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 16px;
}
/* Nav fills the middle — pushes right group to the far right */
.bm-header-inner > nav { flex: 1; }
.bm-header-inner > nav .bm-nav { justify-content: center; }

/* LOGO */
.bm-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
}
/* Shield logo image */
.bm-logo-shield {
  height: 48px;
  width: auto;
  display: block;
  flex-shrink: 0;
  filter: none; /* show as-is — no invert */
}
/* Text column to the right of the shield */
.bm-logo-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bm-logo-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 38px;
  letter-spacing: 3px;
  color: var(--text-primary);
  line-height: 1;
  transition: color 0.3s ease;
}
.bm-logo-text .logo-accent { color: var(--red); }
.bm-logo-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--text-muted);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2px;
  transition: color 0.3s ease;
}

/* NAV */
.bm-nav { display: flex; align-items: center; gap: 20px; list-style: none; }
.bm-nav a {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.bm-nav a:hover, .bm-nav .current-menu-item > a { color: var(--text-primary); }
.bm-nav .menu-studio > a { background: var(--studio); color: #ffffff !important; padding: 8px 14px; border-radius: 2px; }
.bm-nav .menu-studio > a:hover { background: var(--studio-dark); }
.bm-nav .menu-cart > a { background: var(--red); color: #ffffff !important; padding: 8px 14px; border-radius: 2px; }
.bm-nav .menu-cart > a:hover { background: var(--red-dark); }

/* DARK/LIGHT TOGGLE BUTTON */
.bm-mode-toggle {
  background: none;
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}
.bm-mode-toggle:hover { border-color: var(--red); color: var(--red); }
.bm-mode-toggle .icon-moon  { display: block; }
.bm-mode-toggle .icon-sun   { display: none; }
body.bm-light .bm-mode-toggle .icon-moon { display: none; }
body.bm-light .bm-mode-toggle .icon-sun  { display: block; }

/* HAMBURGER */
.bm-menu-toggle {
  display: none;
  background: none;
  border: 2px solid #444;
  color: var(--text-primary);
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
  flex-shrink: 0;
}

/* MOBILE NAV */
.bm-mobile-nav {
  display: none;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 24px;
  transition: background 0.3s ease;
}
.bm-mobile-nav.open { display: block; }
.bm-mobile-nav a {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
  text-decoration: none;
}
.bm-mobile-nav a:hover { color: var(--red); }
.bm-mobile-nav a:last-child { border-bottom: none; }

/* ── SHARED LAYOUT ── */
.bm-section { padding: 90px 24px; }
.bm-section-inner { max-width: 1300px; margin: 0 auto; }
.bm-section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 12px;
}
.bm-section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 6vw, 80px);
  letter-spacing: 2px;
  line-height: 0.95;
  color: var(--text-primary);
  margin-bottom: 16px;
}
.bm-section-sub {
  font-size: 16px;
  color: #ffffff;
  max-width: 600px;
  line-height: 1.6;
}

/* ── BUTTONS ── */
.bm-btn-primary {
  background: var(--red);
  color: #ffffff;
  padding: 16px 36px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.bm-btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); color: #ffffff; }
.bm-btn-outline {
  background: transparent;
  color: var(--text-primary);
  padding: 16px 36px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 2px solid var(--border-subtle);
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}
.bm-btn-outline:hover { border-color: var(--text-primary); color: var(--text-primary); }
.bm-btn-studio {
  background: var(--studio);
  color: #ffffff;
  padding: 14px 48px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}
.bm-btn-studio:hover { background: var(--studio-dark); transform: translateY(-2px); color: #ffffff; }

/* ── MARQUEE DIVIDER ── */
.bm-marquee { background: var(--red); padding: 14px 0; overflow: hidden; white-space: nowrap; }
.bm-marquee-inner {
  display: inline-block;
  animation: bm-ticker 20s linear infinite;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 6px;
  color: rgba(255,255,255,0.25);
}
.bm-marquee-inner span { color: rgba(255,255,255,0.9); margin: 0 30px; }
.bm-marquee-inner .dot { color: rgba(255,255,255,0.3); }

/* ── PAGE BANNER ── */
.bm-page-banner {
  background: var(--bg-secondary);
  padding: 60px 24px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  overflow: hidden;
}
.bm-page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(232,0,13,0.03) 60px, rgba(232,0,13,0.03) 61px),
    radial-gradient(ellipse at 80% 50%, rgba(232,0,13,0.1) 0%, transparent 60%);
}
.bm-page-banner .bm-section-inner { position: relative; z-index: 1; }
.bm-page-banner.studio-banner .bm-section-label { color: var(--studio); }

/* ── HERO ── */
.bm-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111111; /* hero always dark */
}
.bm-hero-bg {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(232,0,13,0.03) 60px, rgba(232,0,13,0.03) 61px),
    radial-gradient(ellipse at 70% 50%, rgba(232,0,13,0.12) 0%, transparent 60%);
}
.bm-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
}
.bm-hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bm-hero-eyebrow::after { content: ''; display: block; width: 40px; height: 2px; background: var(--red); }
.bm-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(60px, 9vw, 130px);
  line-height: 0.9;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 20px;
}
.bm-hero h1 .accent { color: var(--red); }
.bm-hero-tagline {
  font-family: 'Permanent Marker', cursive;
  font-size: 18px;
  color: var(--red);
  margin-bottom: 22px;
  transform: rotate(-1deg);
  display: inline-block;
}
.bm-hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff;
  max-width: 500px;
  margin-bottom: 28px;
}
.bm-hero-sub strong { color: #ffffff; }
.bm-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 20px; }
.bm-hero-studio-row { display: flex; justify-content: center; margin-top: 4px; width: 100%; max-width: 500px; }

/* ── HERO MAGNET GRID ── */
.bm-hero-magnets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  position: relative;
  padding: 20px;
}
.bm-magnet-card {
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  font-size: clamp(11px, 1.2vw, 14px);
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.5);
  will-change: transform;
}
.bm-magnet-card:hover { transform: rotate(0deg) scale(1.1) !important; box-shadow: 10px 10px 0 rgba(232,0,13,0.35); z-index: 5; }
.bm-magnet-card::after { content: ''; position: absolute; bottom: 0; right: 0; width: 18px; height: 18px; background: linear-gradient(225deg, rgba(0,0,0,0.4) 50%, transparent 50%); }
.mc-1 { background: #1a1a2e; color: #fff;     border: 2px solid #333; }
.mc-2 { background: #2d0a0a; color: #ff6b6b; border: 2px solid #5a1010; }
.mc-3 { background: #0d1a0d; color: #6bff6b; border: 2px solid #1a3a1a; }
.mc-4 { background: #1a1600; color: #ffd600; border: 2px solid #3a3000; }
.mc-5 { background: #1a001a; color: #e879f9; border: 2px solid #3a003a; }
.mc-6 { background: #001a1a; color: #6bfff8; border: 2px solid #003a3a; }
.mc-7 { background: #e8000d; color: #fff;     border: 2px solid #ff4444; }
.mc-8 { background: #f5f0e8; color: #111;     border: 2px solid #ccc; }
.mc-9 { background: #111;    color: #ffd600; border: 2px solid #333; }

/* ── PRODUCT GRID ── */
.bm-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.bm-product-grid.bm-askew .bm-product-card { transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s; will-change: transform; }
.bm-product-grid.bm-askew .bm-product-card:hover { transform: rotate(0deg) scale(1.05) !important; box-shadow: 0 20px 40px rgba(232,0,13,0.2); z-index: 5; }
.bm-product-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
  display: block;
}
.bm-product-card:hover { border-color: var(--red); transform: translateY(-5px); box-shadow: 0 20px 40px rgba(232,0,13,0.15); }
.bm-product-img { aspect-ratio: 1; background: var(--bg-card); display: flex; align-items: center; justify-content: center; padding: 20px; position: relative; overflow: hidden; }
.bm-product-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bm-product-info { padding: 14px; }
.bm-product-tag { display: inline-block; background: var(--red); color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; padding: 3px 8px; margin-bottom: 8px; }
.bm-product-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 1px; color: var(--text-primary); margin-bottom: 4px; text-transform: uppercase; }
.bm-product-price { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--red); letter-spacing: 1px; }

/* ── COLLECTION CARDS ── */
.bm-collections-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 50px; }
.bm-collection-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 4px; padding: 28px 20px; cursor: pointer; transition: all 0.2s; position: relative; overflow: hidden; text-decoration: none; display: block; }
.bm-collection-card::before { content: ''; position: absolute; inset: 0; background: var(--red); opacity: 0; transition: opacity 0.2s; }
.bm-collection-card:hover { border-color: var(--red); transform: translateY(-4px); }
.bm-collection-card:hover::before { opacity: 0.07; }
.bm-collection-icon { font-size: 36px; margin-bottom: 14px; display: block; position: relative; z-index: 1; }
.bm-collection-name { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1px; color: var(--text-primary); position: relative; z-index: 1; margin-bottom: 6px; }
.bm-collection-desc { font-size: 12px; color: var(--text-primary); position: relative; z-index: 1; line-height: 1.5; }
.bm-collection-count { position: absolute; top: 16px; right: 16px; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 2px; color: var(--text-muted); font-weight: 700; }

/* ── BUNDLE CARDS ── */
.bm-bundles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 50px; }
.bm-bundle-card { border: 2px solid var(--border-subtle); border-radius: 4px; padding: 36px 28px; position: relative; overflow: hidden; display: flex; flex-direction: column; background: var(--bg-card); }
.bm-bundle-card.featured { border-color: var(--red); background: linear-gradient(135deg, rgba(232,0,13,0.08) 0%, transparent 60%); }
.bm-bundle-badge { position: absolute; top: 0; right: 0; background: var(--red); color: #ffffff; font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: 2px; padding: 6px 16px; }
.bm-bundle-name { font-family: 'Bebas Neue', sans-serif; font-size: 34px; letter-spacing: 2px; color: var(--text-primary); margin-bottom: 6px; line-height: 1; }
.bm-bundle-sub { font-size: 13px; color: var(--text-primary); margin-bottom: 24px; line-height: 1.5; }
.bm-bundle-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.bm-bundle-price { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--text-primary); line-height: 1; }
.bm-bundle-price-old { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; color: var(--text-muted); text-decoration: line-through; font-weight: 700; }
.bm-bundle-features { list-style: none; margin-bottom: 28px; flex: 1; }
.bm-bundle-features li { font-size: 14px; color: var(--text-primary); padding: 7px 0; border-bottom: 1px solid var(--border-color); display: flex; align-items: center; gap: 10px; }
.bm-bundle-features li::before { content: '✓'; color: var(--red); font-weight: 900; flex-shrink: 0; }

/* ── REVIEWS ── */
.bm-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.bm-review-card { background: var(--bg-card); border: 1px solid var(--border-color); padding: 28px; border-radius: 4px; position: relative; }
.bm-review-card::before { content: '"'; position: absolute; top: -10px; left: 20px; font-family: 'Bebas Neue', sans-serif; font-size: 80px; color: var(--red); line-height: 1; opacity: 0.6; }
.bm-stars { color: var(--yellow); font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.bm-review-text { font-size: 14px; color: var(--text-primary); line-height: 1.7; font-style: italic; margin-bottom: 18px; }
.bm-reviewer { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-secondary); }
.bm-reviewer span { color: var(--red); }

/* ── WHY ITEMS ── */
.bm-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.bm-why-item { position: relative; padding-left: 20px; }
.bm-why-item::before { content: ''; position: absolute; left: 0; top: 4px; width: 3px; height: calc(100% - 8px); background: var(--red); }
.bm-why-icon { font-size: 30px; margin-bottom: 14px; display: block; }
.bm-why-title { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 1px; color: var(--text-primary); margin-bottom: 10px; }
.bm-why-text { font-size: 14px; color: var(--text-primary); line-height: 1.6; }
.bm-why-text strong { color: var(--text-primary); }

/* ── CUSTOM FORM ── */
.bm-custom-section { background: var(--red); padding: 90px 24px; }
.bm-custom-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bm-form-box { background: rgba(0,0,0,0.25); border-radius: 4px; padding: 32px; }
.bm-form-box h3 { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 2px; margin-bottom: 24px; color: #fff; }
.bm-form-row { margin-bottom: 16px; }
.bm-form-label { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; color: rgba(255,255,255,0.5); margin-bottom: 8px; }
.bm-form-input { width: 100%; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.2); color: #ffffff; padding: 12px 16px; font-family: 'Barlow', sans-serif; font-size: 14px; border-radius: 2px; outline: none; }
.bm-form-input::placeholder { color: rgba(255,255,255,0.3); }
.bm-form-input:focus { border-color: rgba(255,255,255,0.6); }
.bm-btn-dark { background: #0a0a0a; color: #ffffff; padding: 16px 36px; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 16px; letter-spacing: 3px; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.2s; width: 100%; margin-top: 8px; }
.bm-btn-dark:hover { background: #222; }

/* ── FILTER PILLS ── */
.bm-filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.bm-filter-pill { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; padding: 8px 18px; border: 1px solid var(--border-subtle); background: transparent; color: var(--text-secondary); cursor: pointer; transition: all 0.2s; border-radius: 2px; }
.bm-filter-pill:hover, .bm-filter-pill.active { background: var(--red); color: #ffffff; border-color: var(--red); }

/* ── STUDIO ── */
.bm-studio-embed { background: #0d0d1a; border: 2px solid var(--studio); border-radius: 4px; overflow: hidden; margin-bottom: 50px; }
.bm-studio-embed iframe { width: 100%; height: 780px; border: none; display: block; }
.bm-studio-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-top: 50px; }
.bm-studio-step { background: var(--bg-card); border: 1px solid var(--border-color); border-top: 3px solid var(--studio); padding: 24px; border-radius: 4px; }
.bm-studio-step-num { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: var(--studio); opacity: 0.4; line-height: 1; margin-bottom: 8px; }
.bm-studio-step-title { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 1px; color: var(--text-primary); margin-bottom: 8px; }
.bm-studio-step-text { font-size: 13px; color: var(--text-primary); line-height: 1.6; }
.bm-studio-strip { background: linear-gradient(135deg, #0d0d1a 0%, #1a0d2e 100%); border-top: 1px solid #1e1e1e; padding: 80px 24px; text-align: center; }
.bm-studio-strip .bm-section-label { text-align: center; color: var(--studio); }
.bm-studio-strip .bm-section-title { text-align: center; color: #ffffff; }
.bm-studio-strip .bm-section-sub { margin: 0 auto 36px; text-align: center; color: #ffffff; }

/* ── FOOTER ── */
.bm-footer { background: #111111; border-top: 3px solid var(--red); padding: 60px 24px 30px; }
.bm-footer-inner { max-width: 1300px; margin: 0 auto; }
.bm-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.bm-footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 42px; letter-spacing: 2px; line-height: 1; color: #ffffff; text-decoration: none; display: block; margin-bottom: 14px; }
.bm-footer-logo span { color: var(--red); }
.bm-footer-tagline { font-size: 13px; color: #ffffff; line-height: 1.6; max-width: 260px; margin-bottom: 28px; }

/* ── SOCIAL ICONS — larger, more prominent ── */
.bm-social-row { display: flex; gap: 12px; flex-wrap: wrap; }
.bm-social-btn {
  width: 48px;
  height: 48px;
  background: #1a1a1a;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  text-decoration: none;
  color: #cccccc;
  border-radius: 4px;
  flex-shrink: 0;
}
.bm-social-btn:hover {
  background: var(--red);
  color: #ffffff;
  border-color: var(--red);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(232,0,13,0.3);
}
/* SVG icons inside social buttons */
.bm-social-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  display: block;
  flex-shrink: 0;
}

.bm-footer-col-title { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px; color: #ffffff; margin-bottom: 18px; }
.bm-footer-links { list-style: none; }
.bm-footer-links li { margin-bottom: 10px; }
.bm-footer-links a { font-size: 13px; color: #cccccc; text-decoration: none; transition: color 0.2s; }
.bm-footer-links a:hover { color: var(--red); }
.bm-footer-bottom { border-top: 1px solid #222; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.bm-footer-bottom p { font-size: 12px; color: #666666; line-height: 1.6; }
.bm-footer-bottom a { color: #888888; text-decoration: none; }
.bm-footer-disclaimer { font-size: 11px; color: #555555; max-width: 600px; line-height: 1.5; font-style: italic; }

/* ── ANIMATIONS ── */
.bm-fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.bm-fade-up.visible { opacity: 1; transform: translateY(0); }

/* ── WOOCOMMERCE ── */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { background: var(--red); color: #ffffff; font-family: 'Barlow Condensed', sans-serif; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; border-radius: 0; padding: 14px 28px; font-size: 14px; }
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--red-dark); color: #ffffff; }
.woocommerce ul.products li.product .price { color: var(--red); font-family: 'Bebas Neue', sans-serif; font-size: 22px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--red); font-family: 'Bebas Neue', sans-serif; font-size: 28px; }


/* ── HEADER RIGHT GROUP ── */
.bm-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.bm-header-studio-btn {
  background: var(--studio);
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}
.bm-header-studio-btn:hover { background: var(--studio-dark); color: #ffffff; }
.bm-header-cart-btn {
  background: var(--red);
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.bm-header-cart-btn:hover { background: var(--red-dark); color: #ffffff; }
.bm-cart-count {
  background: #ffffff;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.menu-misconduct > a { color: var(--yellow) !important; font-weight: 900; }
/* Also add a Monthly Misconduct nav link style */
.bm-nav .menu-misconduct > a {
  background: rgba(255, 214, 0, 0.12);
  padding: 6px 12px;
  border-radius: 2px;
  border: 1px solid rgba(255,214,0,0.3);
}
.bm-nav .menu-misconduct > a:hover { background: rgba(255,214,0,0.2); }

/* Light mode header right */
body.bm-light .bm-header-right .bm-mode-toggle { border-color: #ccc; color: #333; }

/* ── MONTHLY MISCONDUCT PAGE ── */
.bm-misconduct-hero {
  background: var(--off-black);
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  text-align: center;
}
.bm-misconduct-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(232,0,13,0.03) 60px, rgba(232,0,13,0.03) 61px),
    radial-gradient(ellipse at 50% 60%, rgba(232,0,13,0.15) 0%, transparent 65%);
}
.bm-misconduct-hero .bm-section-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.bm-misconduct-badge {
  display: inline-block;
  background: var(--red);
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 6px 16px;
  margin-bottom: 24px;
}
.bm-misconduct-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 10vw, 120px);
  letter-spacing: 2px;
  line-height: 0.9;
  color: #ffffff;
  margin-bottom: 12px;
}
.bm-misconduct-hero h1 span { color: var(--red); display: block; }
.bm-misconduct-tagline {
  font-family: 'Permanent Marker', cursive;
  font-size: 20px;
  color: var(--red);
  transform: rotate(-1deg);
  display: inline-block;
  margin-bottom: 28px;
}
.bm-misconduct-hero p {
  font-size: 18px;
  color: #ffffff;
  max-width: 640px;
  margin: 0 auto 16px;
  line-height: 1.65;
}
.bm-misconduct-hero .bm-hero-actions { justify-content: center; }
.bm-misconduct-micro {
  font-size: 13px;
  color: #888;
  margin-top: 20px;
  font-style: italic;
}

/* WHAT YOU GET */
.bm-misconduct-box {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 32px;
}
.bm-misconduct-box-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  color: var(--text-primary);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--red);
}
.bm-misconduct-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-color);
}
.bm-misconduct-item:last-child { border-bottom: none; }
.bm-misconduct-item-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--red);
  opacity: 0.5;
  line-height: 1;
  flex-shrink: 0;
  width: 40px;
}
.bm-misconduct-item-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.bm-misconduct-item-desc {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
}
.bm-misconduct-addon {
  background: rgba(124,58,237,0.1);
  border: 1px solid var(--studio);
  border-radius: 4px;
  padding: 16px 20px;
  margin-top: 24px;
  font-size: 14px;
  color: #ffffff;
}
.bm-misconduct-addon strong { color: var(--studio); }

/* WHY SUBSCRIBE */
.bm-misconduct-perks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.bm-misconduct-perk {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-top: 3px solid var(--red);
  border-radius: 4px;
  padding: 24px;
  transition: border-color 0.2s, transform 0.2s;
}
.bm-misconduct-perk:hover { border-top-color: var(--red); transform: translateY(-3px); }
.bm-misconduct-perk-icon { font-size: 28px; margin-bottom: 12px; display: block; }
.bm-misconduct-perk-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.bm-misconduct-perk-desc { font-size: 14px; color: #ffffff; line-height: 1.6; }

/* PRICING PLANS */
.bm-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.bm-plan-card {
  background: var(--bg-card);
  border: 2px solid var(--border-subtle);
  border-radius: 4px;
  padding: 36px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, transform 0.2s;
}
.bm-plan-card:hover { transform: translateY(-4px); border-color: var(--red); }
.bm-plan-card.bm-plan-featured {
  border-color: var(--red);
  background: linear-gradient(135deg, rgba(232,0,13,0.08) 0%, transparent 60%);
}
.bm-plan-featured-badge {
  position: absolute;
  top: 0; right: 0;
  background: var(--red);
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
}
.bm-plan-qty {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 8px;
}
.bm-plan-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}
.bm-plan-tagline {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 24px;
  font-style: italic;
  line-height: 1.5;
}
.bm-plan-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
}
.bm-plan-price sub {
  font-size: 22px;
  vertical-align: baseline;
  position: relative;
  top: -16px;
}
.bm-plan-price sup { font-size: 22px; color: var(--red); }
.bm-plan-period {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.bm-plan-features { list-style: none; flex: 1; margin-bottom: 28px; }
.bm-plan-features li {
  font-size: 14px;
  color: #ffffff;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.bm-plan-features li:last-child { border-bottom: none; }
.bm-plan-features li::before { content: '✓'; color: var(--red); font-weight: 900; flex-shrink: 0; }
.bm-plan-disclaimer {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-top: 30px;
  font-style: italic;
}

/* GIFT SECTION */
.bm-gift-options {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.bm-gift-pill {
  border: 2px solid var(--border-subtle);
  border-radius: 4px;
  padding: 20px 32px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  flex: 1;
  min-width: 120px;
}
.bm-gift-pill:hover, .bm-gift-pill.active {
  border-color: var(--red);
  background: rgba(232,0,13,0.08);
}
.bm-gift-pill-months {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
}
.bm-gift-pill-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #888;
  margin-top: 4px;
}

/* THEMES GRID */
.bm-themes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 50px;
}
.bm-theme-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-left: 4px solid var(--red);
  border-radius: 4px;
  padding: 24px 20px;
  transition: border-left-color 0.2s, transform 0.2s;
}
.bm-theme-card:hover { transform: translateY(-3px); border-left-color: var(--yellow); }
.bm-theme-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 6px;
}
.bm-theme-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 8px;
}
.bm-theme-desc { font-size: 13px; color: #ffffff; line-height: 1.6; }

/* SUBSCRIBER PREVIEW — blurred lock cards */
.bm-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 40px;
}
.bm-preview-card {
  aspect-ratio: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bm-preview-card-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  text-align: center;
  font-family: 'Permanent Marker', cursive;
  font-size: 13px;
  line-height: 1.3;
  filter: blur(6px);
  transform: scale(1.05);
}
.bm-preview-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}
.bm-preview-lock { font-size: 24px; }
.bm-preview-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
}

/* PERKS LIST */
.bm-perks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 50px;
}
.bm-perk-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  transition: border-color 0.2s;
}
.bm-perk-row:hover { border-color: var(--red); }
.bm-perk-icon { font-size: 24px; flex-shrink: 0; }
.bm-perk-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.bm-perk-desc { font-size: 13px; color: #ffffff; line-height: 1.5; }

/* FAQ */
.bm-faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 2px; }
.bm-faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}
.bm-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--text-primary);
  transition: color 0.2s;
  user-select: none;
  gap: 12px;
}
.bm-faq-q:hover { color: var(--red); }
.bm-faq-arrow {
  font-size: 14px;
  color: var(--red);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.bm-faq-item.open .bm-faq-arrow { transform: rotate(180deg); }
.bm-faq-a {
  display: none;
  padding: 0 24px 20px;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.7;
  border-top: 1px solid var(--border-color);
}
.bm-faq-item.open .bm-faq-a { display: block; }

/* MISCONDUCT FINAL CTA */
.bm-misconduct-final {
  background: var(--red);
  padding: 90px 24px;
  text-align: center;
}
.bm-misconduct-final .bm-section-label { color: rgba(255,255,255,0.6); text-align: center; }
.bm-misconduct-final .bm-section-title { color: #ffffff; text-align: center; }
.bm-misconduct-final p { color: rgba(255,255,255,0.9); max-width: 600px; margin: 0 auto 36px; font-size: 17px; line-height: 1.7; }
.bm-misconduct-final-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.bm-btn-white {
  background: #ffffff;
  color: var(--red);
  padding: 16px 36px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.bm-btn-white:hover { background: #f0f0f0; transform: translateY(-2px); }
.bm-btn-outline-white {
  background: transparent;
  color: #ffffff;
  padding: 16px 36px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 2px solid rgba(255,255,255,0.6);
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  text-decoration: none;
}
.bm-btn-outline-white:hover { border-color: #ffffff; color: #ffffff; }

/* Mobile header right */
@media (max-width: 900px) {
  .bm-header-studio-btn { display: none; }
  .bm-header-cart-btn span.bm-cart-count { display: none; }
  .bm-misconduct-what-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 600px) {
  .bm-header-cart-btn { padding: 6px 10px; font-size: 12px; }
  .bm-misconduct-hero { padding: 60px 16px; }
  .bm-misconduct-hero h1 { font-size: clamp(52px, 14vw, 80px); }
  .bm-misconduct-what-grid { grid-template-columns: 1fr !important; }
  .bm-reviews-grid[style*='grid-template-columns:repeat(3'] { grid-template-columns: 1fr !important; }
  .bm-plans-grid { grid-template-columns: 1fr; }
  .bm-gift-options { flex-direction: column; }
  .bm-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-themes-grid { grid-template-columns: 1fr; }
  .bm-perks-grid { grid-template-columns: 1fr; }
  .bm-misconduct-perks { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════ */
@media (max-width: 1100px) {
  .bm-reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .bm-hero h1 { font-size: clamp(56px, 8vw, 100px); }
}

@media (max-width: 900px) {
  .bm-hero-content { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
  .bm-hero-magnets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; }
  .bm-hero h1 { font-size: clamp(52px, 10vw, 80px); }
  .bm-hero-sub { font-size: 15px; }
  .bm-custom-inner { grid-template-columns: 1fr; gap: 32px; }
  .bm-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 32px; }
  .bm-product-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
  .bm-collections-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
  .bm-reviews-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .bm-bundles-grid { grid-template-columns: 1fr; }
  .bm-section { padding: 60px 20px; }
  .bm-page-banner { padding: 40px 20px; }
  .bm-nav li:not(.menu-studio):not(.menu-cart) { display: none; }
  .bm-menu-toggle { display: block; }
  .bm-logo-shield { height: 36px; }
  .bm-logo-text { font-size: 28px; }
  .bm-logo-sub { display: none; }
  .bm-studio-embed iframe { height: 580px; }
}

@media (max-width: 600px) {
  .bm-header-inner { height: 58px; padding: 0 16px; }
  .bm-logo-shield { height: 30px; }
  .bm-logo-text { font-size: 24px; letter-spacing: 2px; }
  .bm-logo { gap: 8px; }
  .bm-announcement { font-size: 10px; padding: 8px 12px; letter-spacing: 0.5px; }
  .bm-hero { min-height: auto; }
  .bm-hero-content { padding: 48px 16px 40px; gap: 32px; }
  .bm-hero-magnets { display: none; }
  .bm-hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .bm-hero-tagline { font-size: 15px; }
  .bm-hero-sub { font-size: 14px; max-width: 100%; }
  .bm-hero-actions { flex-direction: column; gap: 10px; }
  .bm-hero-actions .bm-btn-primary,
  .bm-hero-actions .bm-btn-outline { width: 100%; text-align: center; padding: 14px 20px; font-size: 14px; }
  .bm-hero-studio-row { max-width: 100%; }
  .bm-hero-studio-row .bm-btn-studio { width: 100%; text-align: center; padding: 14px 20px; font-size: 14px; letter-spacing: 2px; }
  .bm-section { padding: 48px 16px; }
  .bm-page-banner { padding: 32px 16px; }
  .bm-section-title { font-size: clamp(32px, 10vw, 52px); }
  .bm-product-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .bm-product-name { font-size: 13px; }
  .bm-product-price { font-size: 18px; }
  .bm-product-info { padding: 10px; }
  .bm-collections-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; }
  .bm-collection-card { padding: 20px 14px; }
  .bm-collection-icon { font-size: 28px; margin-bottom: 8px; }
  .bm-collection-name { font-size: 16px; }
  .bm-reviews-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .bm-review-card { padding: 20px; }
  .bm-bundles-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .bm-bundle-card { padding: 24px 20px; }
  .bm-bundle-price { font-size: 40px; }
  .bm-why-grid { grid-template-columns: 1fr; gap: 24px; }
  .bm-custom-section { padding: 48px 16px; }
  .bm-form-box { padding: 20px; }
  .bm-footer { padding: 40px 16px 24px; }
  .bm-footer-grid { grid-template-columns: 1fr; gap: 24px; margin-bottom: 28px; }
  .bm-footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .bm-studio-embed iframe { height: 460px; }
  .bm-studio-steps { grid-template-columns: 1fr; gap: 12px; }
  .bm-studio-strip { padding: 48px 16px; }
  .bm-social-btn { width: 44px; height: 44px; }
  .bm-social-btn svg { width: 20px; height: 20px; }
}

@media (max-width: 380px) {
  .bm-product-grid { grid-template-columns: 1fr; }
  .bm-collections-grid { grid-template-columns: 1fr; }
  .bm-hero h1 { font-size: 44px; }
}
