
#bvp-v3-root{
  --ink: #102c32;
  --ink-soft: #28474d;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --white: #ffffff;
  --sage: #d7eece;
  --sage-dark: #739b74;
  --sky: #dceff0;
  --amber: #f6b85e;
  --amber-soft: #ffead0;
  --coral: #e47b5e;
  --line: #d8ddd8;
  --muted: #68787a;
  --shadow: 0 24px 70px rgba(16, 44, 50, 0.11);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 38px;
}

#bvp-v3-root, #bvp-v3-root *{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body.bvp-v3-active{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
#bvp-v3-root a{ color: inherit; text-decoration: none; }
#bvp-v3-root img{ display: block; max-width: 100%; }
#bvp-v3-root button, #bvp-v3-root input, #bvp-v3-root textarea{ font: inherit; }
#bvp-v3-root code{
  border-radius: 6px;
  background: rgba(16, 44, 50, 0.08);
  padding: 0.12em 0.38em;
  font-size: 0.88em;
}
#bvp-v3-root .shell{ width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
#bvp-v3-root .section-space{ padding-top: 112px; padding-bottom: 112px; }
#bvp-v3-root .section-space-sm{ padding-top: 64px; padding-bottom: 100px; }
#bvp-v3-root .eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sage-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}
#bvp-v3-root .eyebrow::before{ width: 22px; height: 2px; background: currentColor; content: ""; }
#bvp-v3-root .light-eyebrow{ color: var(--sage); }

#bvp-v3-root .trust-strip{ background: var(--ink); color: #dfe9e8; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.06em; }
#bvp-v3-root .trust-strip-inner{ min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 13px; }
#bvp-v3-root .trust-divider{ width: 3px; height: 3px; border-radius: 50%; background: var(--amber); }
#bvp-v3-root .site-header{
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16, 44, 50, 0.1);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(14px);
}
#bvp-v3-root .header-inner{ min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
#bvp-v3-root .brand{ display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
#bvp-v3-root .brand > span:last-child{ display: flex; flex-direction: column; }
#bvp-v3-root .brand strong{ font-family: Georgia, "Times New Roman", serif; font-size: 1.24rem; line-height: 1.1; }
#bvp-v3-root .brand small{ color: var(--muted); font-size: 0.66rem; letter-spacing: 0.025em; margin-top: 3px; }
#bvp-v3-root .brand.light small{ color: #a8b8b8; }
#bvp-v3-root .fan-mark{
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
#bvp-v3-root .fan-mark.compact{ width: 38px; height: 38px; }
#bvp-v3-root .fan-blade{ position: absolute; left: 50%; top: 50%; width: 17px; height: 7px; border-radius: 90% 20% 90% 20%; background: var(--sage); transform-origin: 0 50%; }
#bvp-v3-root .fan-mark.compact .fan-blade{ width: 14px; height: 6px; }
#bvp-v3-root .blade-one{ transform: rotate(-22deg) translateX(3px); }
#bvp-v3-root .blade-two{ transform: rotate(98deg) translateX(3px); }
#bvp-v3-root .blade-three{ transform: rotate(218deg) translateX(3px); }
#bvp-v3-root .fan-hub{ position: absolute; width: 7px; height: 7px; left: calc(50% - 3px); top: calc(50% - 3px); border-radius: 50%; background: var(--amber); }
#bvp-v3-root .desktop-nav{ display: flex; align-items: center; gap: 34px; font-size: 0.91rem; font-weight: 700; }
#bvp-v3-root .desktop-nav a{ position: relative; padding: 10px 0; }
#bvp-v3-root .desktop-nav a::after{ position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--coral); content: ""; transition: right 180ms ease; }
#bvp-v3-root .desktop-nav a:hover::after, #bvp-v3-root .desktop-nav a:focus-visible::after{ right: 0; }
#bvp-v3-root .mobile-nav{ display: none; position: relative; }
#bvp-v3-root .mobile-nav summary{ width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; list-style: none; cursor: pointer; }
#bvp-v3-root .mobile-nav summary::-webkit-details-marker{ display: none; }
#bvp-v3-root .mobile-nav summary span{ height: 2px; border-radius: 9px; background: var(--ink); }
#bvp-v3-root .mobile-nav nav{ position: absolute; top: 55px; right: 0; width: min(320px, calc(100vw - 32px)); display: grid; padding: 10px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
#bvp-v3-root .mobile-nav nav a{ padding: 13px 12px; border-radius: 10px; font-weight: 700; }
#bvp-v3-root .mobile-nav nav a:hover{ background: var(--cream); }

#bvp-v3-root .home-hero{ position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--ink); }
#bvp-v3-root .home-hero-image{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
#bvp-v3-root .home-hero-shade{ position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 30, 35, 0.94) 0%, rgba(8, 30, 35, 0.76) 39%, rgba(8, 30, 35, 0.16) 73%, rgba(8, 30, 35, 0.06) 100%); }
#bvp-v3-root .home-hero-content{ position: relative; z-index: 1; padding-top: 90px; padding-bottom: 74px; }
#bvp-v3-root .home-hero h1{
  max-width: 710px;
  margin: 22px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 6.8vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
#bvp-v3-root .home-hero-content > p{ max-width: 625px; color: #dbe5e3; font-size: 1.12rem; line-height: 1.7; }
#bvp-v3-root .hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
#bvp-v3-root .button{ min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 0.9rem; font-weight: 800; transition: transform 160ms ease, background 160ms ease; }
#bvp-v3-root .button:hover{ transform: translateY(-2px); }
#bvp-v3-root .button.primary{ color: var(--ink); background: var(--amber); }
#bvp-v3-root .button.ghost{ color: white; border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.08); backdrop-filter: blur(8px); }
#bvp-v3-root .button.dark{ color: white; background: var(--ink); }
#bvp-v3-root .arrow-icon{ display: inline-block; font-size: 1.02em; transition: transform 160ms ease; }
#bvp-v3-root a:hover .arrow-icon{ transform: translate(2px, -2px); }
#bvp-v3-root .hero-proof{ max-width: 700px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 62px; border: 1px solid rgba(255,255,255,0.17); border-radius: 18px; overflow: hidden; background: rgba(255,255,255,0.12); backdrop-filter: blur(10px); }
#bvp-v3-root .hero-proof span{ display: flex; align-items: center; gap: 9px; padding: 18px 20px; color: #dbe5e3; font-size: 0.75rem; line-height: 1.3; background: rgba(7, 24, 29, 0.52); }
#bvp-v3-root .hero-proof strong{ color: var(--amber); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }

#bvp-v3-root .section-heading h2, #bvp-v3-root .guide-copy h2, #bvp-v3-root .method-intro h2, #bvp-v3-root .category-hero h1, #bvp-v3-root .standard-hero h1, #bvp-v3-root .guide-hero h1, #bvp-v3-root .longform h2{
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}
#bvp-v3-root .split-heading{ display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr); align-items: end; gap: 70px; margin-bottom: 44px; }
#bvp-v3-root .section-heading h2{ max-width: 750px; margin: 13px 0 0; font-size: clamp(2.35rem, 4.3vw, 4.1rem); line-height: 1.05; }
#bvp-v3-root .section-heading > p{ margin: 0; color: var(--muted); font-size: 0.98rem; }
#bvp-v3-root .chooser-grid{ display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; box-shadow: 0 16px 45px rgba(16,44,50,.06); }
#bvp-v3-root .chooser-card{ min-height: 166px; display: grid; grid-template-columns: 48px 1fr auto; align-content: center; align-items: start; gap: 14px; padding: 28px 24px; border-right: 1px solid var(--line); transition: background 180ms ease; }
#bvp-v3-root .chooser-card:last-child{ border-right: 0; }
#bvp-v3-root .chooser-card:hover{ background: var(--cream); }
#bvp-v3-root .chooser-icon{ width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sage); font-family: Georgia, serif; font-size: 1.3rem; }
#bvp-v3-root .chooser-card span:nth-child(2){ display: flex; flex-direction: column; }
#bvp-v3-root .chooser-card strong{ font-size: 0.98rem; }
#bvp-v3-root .chooser-card small{ margin-top: 7px; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }

#bvp-v3-root .category-section{ background: var(--cream); }
#bvp-v3-root .category-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
#bvp-v3-root .category-card{ position: relative; min-height: 470px; display: flex; flex-direction: column; overflow: hidden; padding: 0; border: 1px solid rgba(16,44,50,0.11); border-radius: var(--radius); background: white; transition: transform 180ms ease, box-shadow 180ms ease; }
#bvp-v3-root .category-card:hover{ z-index: 2; transform: translateY(-4px); box-shadow: var(--shadow); }
#bvp-v3-root .category-card-media{ position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--ink); }
#bvp-v3-root .category-card-media::after{ position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,29,34,.06), rgba(7,29,34,.42)); content: ""; }
#bvp-v3-root .category-card-media img{ width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
#bvp-v3-root .category-card:hover .category-card-media img{ transform: scale(1.035); }
#bvp-v3-root .category-index{ position: absolute; z-index: 2; left: 16px; bottom: 14px; color: white; font-family: Georgia, serif; font-size: 1.45rem; text-shadow: 0 2px 15px rgba(0,0,0,.35); }
#bvp-v3-root .category-label{ position: absolute; z-index: 2; right: 14px; top: 14px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.88); backdrop-filter: blur(8px); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
#bvp-v3-root .category-label-mobile{ display: none; }
#bvp-v3-root .category-card-content{ flex: 1; display: flex; flex-direction: column; padding: 24px; }
#bvp-v3-root .category-card h3{ margin: 0 0 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; letter-spacing: -0.03em; line-height: 1.08; }
#bvp-v3-root .category-card p{ display: -webkit-box; overflow: hidden; margin: 0 0 22px; color: var(--muted); font-size: 0.8rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
#bvp-v3-root .category-card-content > a{ width: fit-content; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; border-bottom: 1px solid var(--ink); padding-bottom: 3px; font-size: 0.8rem; font-weight: 850; }

#bvp-v3-root .method-band{ color: white; background: var(--ink); }
#bvp-v3-root .method-grid{ display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 100px; align-items: center; }
#bvp-v3-root .method-intro h2{ margin: 18px 0 22px; font-size: clamp(2.6rem, 4.3vw, 4.5rem); line-height: 1.02; }
#bvp-v3-root .method-intro p{ max-width: 520px; color: #b9c8c7; }
#bvp-v3-root .text-link-light{ display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid var(--amber); color: var(--amber); font-weight: 800; }
#bvp-v3-root .method-steps{ display: grid; }
#bvp-v3-root .method-steps article{ display: grid; grid-template-columns: 62px 1fr; column-gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
#bvp-v3-root .method-steps article:first-child{ border-top: 1px solid rgba(255,255,255,.15); }
#bvp-v3-root .method-steps article > span{ grid-row: 1 / 3; color: var(--amber); font-family: Georgia, serif; font-size: 2rem; }
#bvp-v3-root .method-steps h3{ margin: 0 0 5px; font-size: 1.2rem; }
#bvp-v3-root .method-steps p{ margin: 0; color: #a9bab9; font-size: 0.88rem; }

#bvp-v3-root .guide-feature{ display: grid; grid-template-columns: .9fr 1.1fr; min-height: 540px; overflow: hidden; padding: 0; border-radius: var(--radius-lg); background: var(--sage); }
#bvp-v3-root .guide-visual{ position: relative; min-height: 540px; overflow: hidden; background: var(--ink); }
#bvp-v3-root .guide-visual > img{ width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
#bvp-v3-root .guide-visual-caption{ position: absolute; left: 22px; bottom: 22px; padding: 9px 13px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.88); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
#bvp-v3-root .diagram-ceiling{ position: relative; width: 300px; height: 320px; border-top: 10px solid var(--ink); }
#bvp-v3-root .diagram-hook{ position: absolute; left: 142px; top: 0; width: 16px; height: 75px; background: var(--ink); }
#bvp-v3-root .diagram-motor{ position: absolute; left: 115px; top: 65px; width: 70px; height: 48px; border-radius: 15px 15px 30px 30px; background: var(--coral); }
#bvp-v3-root .diagram-blade{ position: absolute; top: 92px; width: 146px; height: 26px; background: var(--ink); }
#bvp-v3-root .diagram-blade.left{ right: 170px; border-radius: 90% 4px 4px 90%; transform: rotate(-5deg); transform-origin: right; }
#bvp-v3-root .diagram-blade.right{ left: 170px; border-radius: 4px 90% 90% 4px; transform: rotate(5deg); transform-origin: left; }
#bvp-v3-root .diagram-measure{ position: absolute; left: 208px; top: 148px; height: 126px; display: grid; align-items: center; padding-left: 23px; border-left: 1px dashed var(--ink); color: var(--ink); font-size: .72rem; font-weight: 800; writing-mode: vertical-rl; }
#bvp-v3-root .diagram-measure::before, #bvp-v3-root .diagram-measure::after{ position: absolute; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); content: ""; }
#bvp-v3-root .diagram-measure::before{ top: 0; }#bvp-v3-root .diagram-measure::after{ bottom: 0; }
#bvp-v3-root .guide-copy{ align-self: center; padding: 70px 76px; }
#bvp-v3-root .guide-copy h2{ max-width: 530px; margin: 16px 0 22px; font-size: clamp(2.5rem, 4vw, 4.3rem); line-height: 1.02; }
#bvp-v3-root .guide-copy p{ max-width: 570px; margin-bottom: 30px; color: var(--ink-soft); }
#bvp-v3-root .commitment{ position: relative; display: grid; grid-template-columns: 0.16fr 1.1fr .65fr; gap: 34px; align-items: center; border-top: 1px solid var(--line); }
#bvp-v3-root .commitment-mark{ color: var(--coral); font-family: Georgia, serif; font-size: 7rem; line-height: .5; }
#bvp-v3-root .commitment blockquote{ margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: 1.08; letter-spacing: -0.035em; }
#bvp-v3-root .commitment p{ color: var(--muted); font-size: .88rem; }

#bvp-v3-root .breadcrumbs{ display: flex; flex-wrap: wrap; gap: 8px; padding-top: 26px; padding-bottom: 10px; color: var(--muted); font-size: .74rem; }
#bvp-v3-root .breadcrumbs > span{ display: inline-flex; gap: 8px; }
#bvp-v3-root .breadcrumbs a:hover{ color: var(--ink); text-decoration: underline; }
#bvp-v3-root .category-hero{ display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .55fr); gap: 75px; align-items: end; padding-top: 54px; padding-bottom: 74px; }
#bvp-v3-root .category-hero h1{ max-width: 850px; margin: 18px 0 24px; font-size: clamp(3.2rem, 6vw, 6.3rem); line-height: .97; }
#bvp-v3-root .category-intro{ max-width: 820px; margin: 0; color: var(--ink-soft); font-size: 1.07rem; line-height: 1.85; }
#bvp-v3-root .category-meta{ display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
#bvp-v3-root .category-meta span{ padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .67rem; font-weight: 800; }
#bvp-v3-root .decision-card{ position: relative; overflow: hidden; padding: 0; border-radius: var(--radius); background: var(--ink); color: white; box-shadow: var(--shadow); }
#bvp-v3-root .decision-card-image{ width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
#bvp-v3-root .decision-card-image::after{ content: ""; }
#bvp-v3-root .decision-number{ position: absolute; z-index: 2; right: 18px; top: 10px; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 2.1rem; line-height: 1; text-shadow: 0 2px 15px rgba(0,0,0,.4); }
#bvp-v3-root .decision-card-body{ padding: 25px 27px 28px; }
#bvp-v3-root .decision-card h2{ position: relative; margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; }
#bvp-v3-root .decision-card p{ position: relative; color: #bdcccb; font-size: .85rem; }
#bvp-v3-root .decision-card a{ position: relative; display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; color: var(--amber); font-size: .82rem; font-weight: 800; }

#bvp-v3-root .product-zone{ margin-bottom: 100px; padding: 45px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 18px 58px rgba(16,44,50,.06); }
#bvp-v3-root .section-kicker{ color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
#bvp-v3-root .product-zone-heading{ display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin: 7px 0 25px; }
#bvp-v3-root .product-zone-heading h2{ margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 500; letter-spacing: -.03em; }
#bvp-v3-root .product-zone-heading p{ margin: 7px 0 0; color: var(--muted); font-size: .82rem; }
#bvp-v3-root .quick-pill{ flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; color: #7a4317; background: var(--amber-soft); font-size: .68rem; font-weight: 900; }
#bvp-v3-root .category-quick-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
#bvp-v3-root .category-quick-grid article{ padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fbfcf9; }
#bvp-v3-root .category-quick-grid article > span{ color: var(--coral); font-family: Georgia, serif; font-size: 1.45rem; }
#bvp-v3-root .category-quick-grid h3{ margin: 12px 0 10px; font-size: 1rem; line-height: 1.35; }
#bvp-v3-root .category-quick-grid p{ display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
@media (prefers-reduced-motion: reduce) { #bvp-v3-root, #bvp-v3-root *{ scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

#bvp-v3-root .editorial-zone{ background: var(--cream); }
#bvp-v3-root .editorial-layout{ display: grid; grid-template-columns: 245px minmax(0, 770px); gap: 86px; align-items: start; justify-content: center; padding-top: 100px; padding-bottom: 116px; }
#bvp-v3-root .toc{ position: sticky; top: 118px; padding-top: 8px; }
#bvp-v3-root .toc nav{ display: grid; margin-top: 21px; border-top: 1px solid var(--line); }
#bvp-v3-root .toc nav a{ padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .73rem; line-height: 1.45; }
#bvp-v3-root .toc nav a:hover{ color: var(--ink); }
#bvp-v3-root .longform-header{ margin-bottom: 76px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
#bvp-v3-root .longform-header h2{ margin: 18px 0 16px; font-size: clamp(2.6rem, 4.2vw, 4.25rem); line-height: 1.02; }
#bvp-v3-root .longform-header p{ color: var(--muted); }
#bvp-v3-root .longform > section{ position: relative; margin-bottom: 80px; scroll-margin-top: 120px; }
#bvp-v3-root .longform > section > h2{ margin: 9px 0 22px; font-size: clamp(2rem, 3.4vw, 3.15rem); line-height: 1.08; }
#bvp-v3-root .section-number{ color: var(--coral); font-family: Georgia, serif; font-size: 1rem; }
#bvp-v3-root .longform p{ color: var(--ink-soft); font-size: 1rem; line-height: 1.9; }
#bvp-v3-root .longform ul{ display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
#bvp-v3-root .longform li{ position: relative; padding-left: 27px; color: var(--ink-soft); }
#bvp-v3-root .longform li::before{ position: absolute; left: 0; top: .68em; width: 9px; height: 9px; border-radius: 50%; background: var(--amber); content: ""; }
#bvp-v3-root .editorial-image{ margin: 36px 0 0; }
#bvp-v3-root .editorial-image img{ width: 100%; aspect-ratio: 3 / 2; border-radius: var(--radius); object-fit: cover; box-shadow: 0 18px 48px rgba(16,44,50,.12); }
#bvp-v3-root .editorial-image figcaption, #bvp-v3-root .editorial-diagram figcaption{ margin-top: 11px; color: var(--muted); font-size: .72rem; }
#bvp-v3-root .editorial-image-wide{ width: calc(100% + 82px); margin-left: -82px; }
#bvp-v3-root .editorial-image-wide img{ aspect-ratio: 16 / 9; }
#bvp-v3-root .editorial-image-offset{ width: calc(100% - 54px); margin-left: 54px; }
#bvp-v3-root .related-panel{ margin-bottom: 0 !important; padding: 38px; border-radius: var(--radius); background: var(--sage); }
#bvp-v3-root .related-panel h2{ margin-top: 13px !important; }
#bvp-v3-root .related-links{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
#bvp-v3-root .related-links a{ display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 16px; border-radius: 11px; background: rgba(255,255,255,.74); font-size: .75rem; font-weight: 800; }

#bvp-v3-root .guide-hero{ display: grid; grid-template-columns: 1.25fr .65fr; gap: 80px; align-items: end; padding-top: 60px; padding-bottom: 90px; }
#bvp-v3-root .guide-hero h1, #bvp-v3-root .standard-hero h1{ margin: 17px 0 23px; font-size: clamp(3.3rem, 6vw, 6.2rem); line-height: .98; }
#bvp-v3-root .guide-hero-copy > p, #bvp-v3-root .standard-hero > p{ max-width: 760px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.85; }
#bvp-v3-root .safety-note{ display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; max-width: 760px; margin-top: 26px; padding: 18px; border-left: 4px solid var(--coral); background: #fff1e9; font-size: .77rem; }
#bvp-v3-root .safety-note strong{ color: var(--coral); text-transform: uppercase; }
#bvp-v3-root .guide-checklist{ padding: 30px; border-radius: var(--radius); color: white; background: var(--ink); }
#bvp-v3-root .guide-checklist ol{ counter-reset: item; display: grid; gap: 11px; margin: 21px 0 0; padding: 0; list-style: none; }
#bvp-v3-root .guide-checklist li{ position: relative; padding: 0 0 11px 30px; border-bottom: 1px solid rgba(255,255,255,.13); color: #cfdbda; font-size: .76rem; }
#bvp-v3-root .guide-checklist li::before{ counter-increment: item; position: absolute; left: 0; color: var(--amber); content: counter(item, decimal-leading-zero); font-weight: 900; }
#bvp-v3-root .mount-diagram{ display: grid; grid-template-columns: repeat(7, auto); align-items: center; gap: 9px; padding: 28px; border-radius: 18px; color: white; background: var(--ink); }
#bvp-v3-root .mount-diagram span{ font-size: .68rem; font-weight: 800; text-align: center; }
#bvp-v3-root .mount-diagram i{ width: 18px; height: 2px; background: var(--amber); }

#bvp-v3-root .standard-hero{ max-width: 1040px; margin-left: max(24px, calc((100% - 1180px) / 2)); padding-top: 70px; padding-bottom: 40px; }
#bvp-v3-root .standard-hero.wide-hero{ max-width: 1160px; }
#bvp-v3-root .method-page-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
#bvp-v3-root .method-page-grid article, #bvp-v3-root .static-blocks article{ padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
#bvp-v3-root .method-page-grid article > span{ color: var(--coral); font-family: Georgia, serif; font-size: 1.25rem; }
#bvp-v3-root .method-page-grid h2, #bvp-v3-root .static-blocks h2{ margin: 24px 0 10px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
#bvp-v3-root .method-page-grid p, #bvp-v3-root .static-blocks p{ color: var(--muted); }
#bvp-v3-root .evidence-panel{ display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; padding-top: 70px; padding-bottom: 70px; border-radius: var(--radius-lg); background: var(--cream); }
#bvp-v3-root .evidence-panel > div{ padding-left: 50px; }
#bvp-v3-root .evidence-panel h2{ margin: 15px 0 0; font-family: Georgia, serif; font-size: 2.7rem; font-weight: 500; line-height: 1.08; }
#bvp-v3-root .evidence-panel ol{ display: grid; gap: 1px; margin: 0; padding: 0 50px 0 0; list-style: none; }
#bvp-v3-root .evidence-panel li{ display: flex; justify-content: space-between; gap: 20px; padding: 18px; background: white; }
#bvp-v3-root .evidence-panel li:first-child{ border-radius: 14px 14px 0 0; }#bvp-v3-root .evidence-panel li:last-child{ border-radius: 0 0 14px 14px; }
#bvp-v3-root .evidence-panel li span{ color: var(--muted); font-size: .75rem; }
#bvp-v3-root .route-table-wrap{ overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 14px 45px rgba(16,44,50,.05); }
#bvp-v3-root .route-table{ width: 100%; border-collapse: collapse; font-size: .76rem; }
#bvp-v3-root .route-table th{ padding: 16px; color: #bfcac9; background: var(--ink); text-align: left; }
#bvp-v3-root .route-table td{ padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
#bvp-v3-root .route-table tbody tr:last-child td{ border-bottom: 0; }
#bvp-v3-root .route-table td:first-child{ min-width: 190px; font-weight: 800; }
#bvp-v3-root .keyword-cell{ min-width: 270px; }
#bvp-v3-root .keyword-cell span{ display: inline-block; margin: 2px 4px 2px 0; padding: 3px 7px; border-radius: 999px; color: var(--ink-soft); background: var(--cream); font-size: .67rem; }
#bvp-v3-root .route-table code{ white-space: nowrap; }
#bvp-v3-root .object-pill{ padding: 5px 8px; border-radius: 999px; color: #2c5e38; background: #e2f2df; font-weight: 900; }
#bvp-v3-root .object-pill.post{ color: #5f4212; background: var(--amber-soft); }
#bvp-v3-root .architecture-note{ display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; margin-top: 28px; padding: 34px; border-radius: var(--radius); background: var(--cream); }
#bvp-v3-root .architecture-note h2{ margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
#bvp-v3-root .architecture-note p{ margin: 0; color: var(--muted); }
#bvp-v3-root .static-blocks{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

#bvp-v3-root .site-footer{ padding-top: 72px; color: white; background: #0b2429; }
#bvp-v3-root .footer-grid{ display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 58px; }
#bvp-v3-root .footer-brand > p{ max-width: 380px; margin-top: 24px; color: #9cb0af; font-size: .77rem; }
#bvp-v3-root .footer-grid > div:not(:first-child){ display: flex; flex-direction: column; align-items: flex-start; }
#bvp-v3-root .footer-grid h2{ margin: 0 0 18px; color: var(--amber); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
#bvp-v3-root .footer-grid > div:not(:first-child) a{ margin: 5px 0; color: #bdcccb; font-size: .77rem; }
#bvp-v3-root .footer-grid a:hover{ color: white !important; }
#bvp-v3-root .footer-bottom{ display: flex; justify-content: space-between; gap: 20px; margin-top: 62px; padding-top: 21px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.11); color: #79908e; font-size: .66rem; }

@media (max-width: 1020px) {
  #bvp-v3-root .desktop-nav{ display: none; }
  #bvp-v3-root .mobile-nav{ display: block; }
  #bvp-v3-root .home-hero{ min-height: 680px; }
  #bvp-v3-root .category-grid{ grid-template-columns: repeat(2, 1fr); }
  #bvp-v3-root .chooser-grid{ grid-template-columns: repeat(2, 1fr); }
  #bvp-v3-root .chooser-card{ border-bottom: 1px solid var(--line); }
  #bvp-v3-root .chooser-card:nth-child(2){ border-right: 0; }
  #bvp-v3-root .chooser-card:nth-child(n/**/+3){ border-bottom: 0; }
  #bvp-v3-root .method-grid{ gap: 55px; }
  #bvp-v3-root .editorial-layout{ grid-template-columns: 190px minmax(0, 1fr); gap: 45px; }
  #bvp-v3-root .category-hero{ gap: 38px; }
  #bvp-v3-root .footer-grid{ grid-template-columns: 1.4fr 1fr 1fr; }
  #bvp-v3-root .footer-grid > div:last-child{ grid-column: 2 / 4; display: grid; grid-template-columns: repeat(2, 1fr); }
  #bvp-v3-root .footer-grid > div:last-child h2{ grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  #bvp-v3-root .shell{ width: min(100% - 30px, 620px); }
  #bvp-v3-root .section-space{ padding-top: 78px; padding-bottom: 78px; }
  #bvp-v3-root .trust-strip-inner span:last-child{ display: none; }
  #bvp-v3-root .trust-divider{ display: none; }
  #bvp-v3-root .header-inner{ min-height: 72px; }
  #bvp-v3-root .brand small{ display: none; }
  #bvp-v3-root .home-hero{ min-height: 700px; align-items: flex-end; }
  #bvp-v3-root .home-hero-image{ object-position: 66% center; }
  #bvp-v3-root .home-hero-shade{ background: linear-gradient(0deg, rgba(8,30,35,.97), rgba(8,30,35,.76) 67%, rgba(8,30,35,.22)); }
  #bvp-v3-root .home-hero-content{ padding-top: 170px; padding-bottom: 40px; }
  #bvp-v3-root .home-hero h1{ font-size: clamp(3rem, 14vw, 4.5rem); }
  #bvp-v3-root .home-hero-content > p{ font-size: .98rem; }
  #bvp-v3-root .hero-actions{ display: grid; }
  #bvp-v3-root .button{ width: 100%; }
  #bvp-v3-root .hero-proof{ grid-template-columns: 1fr; margin-top: 35px; }
  #bvp-v3-root .hero-proof span{ min-height: 54px; }
  #bvp-v3-root .split-heading{ grid-template-columns: 1fr; gap: 18px; }
  #bvp-v3-root .section-heading h2{ font-size: 2.7rem; }
  #bvp-v3-root .chooser-grid, #bvp-v3-root .category-grid{ grid-template-columns: 1fr; }
  #bvp-v3-root .chooser-card{ min-height: 140px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  #bvp-v3-root .chooser-card:last-child{ border-bottom: 0 !important; }
  #bvp-v3-root .category-card{ min-height: 440px; padding: 0; }
  #bvp-v3-root .category-label{ display: none; }
  #bvp-v3-root .category-label-mobile{ width: fit-content; display: inline-flex; margin-bottom: 14px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: var(--sage); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
  #bvp-v3-root .category-card h3{ margin-top: 0; font-size: 1.65rem; }
  #bvp-v3-root .method-grid, #bvp-v3-root .guide-feature, #bvp-v3-root .commitment, #bvp-v3-root .category-hero, #bvp-v3-root .guide-hero, #bvp-v3-root .method-page-grid, #bvp-v3-root .evidence-panel, #bvp-v3-root .architecture-note, #bvp-v3-root .static-blocks{ grid-template-columns: 1fr; }
  #bvp-v3-root .method-grid{ gap: 55px; }
  #bvp-v3-root .guide-feature{ width: min(100% - 30px, 620px); }
  #bvp-v3-root .guide-visual, #bvp-v3-root .guide-visual > img{ min-height: 390px; }
  #bvp-v3-root .guide-copy{ padding: 48px 28px; }
  #bvp-v3-root .commitment{ gap: 18px; }
  #bvp-v3-root .commitment-mark{ font-size: 4.8rem; }
  #bvp-v3-root .category-hero{ gap: 35px; padding-top: 32px; padding-bottom: 55px; }
  #bvp-v3-root .category-hero h1, #bvp-v3-root .guide-hero h1, #bvp-v3-root .standard-hero h1{ font-size: clamp(3rem, 13vw, 4.8rem); }
  #bvp-v3-root .category-intro{ font-size: .96rem; }
  #bvp-v3-root .decision-card{ padding: 0; }
  #bvp-v3-root .product-zone{ margin-bottom: 70px; padding: 24px 17px; border-radius: 24px; }
  #bvp-v3-root .product-zone-heading{ display: grid; }
  #bvp-v3-root .quick-pill{ width: fit-content; }
  #bvp-v3-root .category-quick-grid{ grid-template-columns: 1fr; }
  #bvp-v3-root .editorial-layout{ grid-template-columns: 1fr; gap: 38px; padding-top: 75px; padding-bottom: 80px; }
  #bvp-v3-root .toc{ position: static; }
  #bvp-v3-root .toc nav{ grid-template-columns: 1fr 1fr; gap: 0 16px; }
  #bvp-v3-root .longform-header{ margin-bottom: 55px; }
  #bvp-v3-root .longform > section{ margin-bottom: 62px; }
  #bvp-v3-root .longform p{ font-size: .95rem; line-height: 1.85; }
  #bvp-v3-root .editorial-image-wide, #bvp-v3-root .editorial-image-offset{ width: 100%; margin-left: 0; }
  #bvp-v3-root .related-panel{ padding: 28px 20px; }
  #bvp-v3-root .related-links{ grid-template-columns: 1fr; }
  #bvp-v3-root .guide-hero{ padding-top: 36px; padding-bottom: 60px; }
  #bvp-v3-root .mount-diagram{ grid-template-columns: 1fr; }
  #bvp-v3-root .mount-diagram i{ width: 2px; height: 14px; justify-self: center; }
  #bvp-v3-root .standard-hero{ width: min(100% - 30px, 620px); margin-inline: auto; padding-top: 46px; }
  #bvp-v3-root .evidence-panel{ width: min(100% - 30px, 620px); gap: 28px; padding: 38px 23px; }
  #bvp-v3-root .evidence-panel > div, #bvp-v3-root .evidence-panel ol{ padding: 0; }
  #bvp-v3-root .evidence-panel li{ display: grid; gap: 5px; }
  #bvp-v3-root .architecture-note{ gap: 15px; }
  #bvp-v3-root .footer-grid{ grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  #bvp-v3-root .footer-brand{ grid-column: 1 / -1; }
  #bvp-v3-root .footer-grid > div:last-child{ grid-column: 1 / -1; display: flex; }
  #bvp-v3-root .footer-bottom{ flex-direction: column; }
}

@media (max-width: 440px) {
  #bvp-v3-root .brand strong{ font-size: 1.05rem; }
  #bvp-v3-root .fan-mark{ width: 40px; height: 40px; }
  #bvp-v3-root .home-hero h1{ font-size: 3.15rem; }
  #bvp-v3-root .chooser-card{ grid-template-columns: 42px 1fr auto; padding: 22px 18px; }
  #bvp-v3-root .category-meta span{ width: 100%; text-align: center; }
  #bvp-v3-root .toc nav{ grid-template-columns: 1fr; }
  #bvp-v3-root .footer-grid{ grid-template-columns: 1fr; }
  #bvp-v3-root .footer-brand, #bvp-v3-root .footer-grid > div:last-child{ grid-column: auto; }
}
/* WordPress / REHub isolation bridge. Source design above is preserved; these rules only prevent parent-theme leakage. */
body.bvp-v3-active{margin:0!important;background:#fffdf8!important;color:#102c32!important;}
body.bvp-v3-active #bvp-v3-root{min-height:100vh;background:#fffdf8;color:#102c32;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;}
body.bvp-v3-active #bvp-v3-root,body.bvp-v3-active #bvp-v3-root *{box-sizing:border-box;}
body.bvp-v3-active #bvp-v3-root a{color:inherit!important;text-decoration:none!important;}
body.bvp-v3-active #bvp-v3-root h1,body.bvp-v3-active #bvp-v3-root h2,body.bvp-v3-active #bvp-v3-root h3,body.bvp-v3-active #bvp-v3-root h4,body.bvp-v3-active #bvp-v3-root p{color:inherit;text-transform:none;text-shadow:none;}
body.bvp-v3-active #bvp-v3-root .home-hero h1{color:#fff!important;}
body.bvp-v3-active #bvp-v3-root .home-hero-content>p{color:#dbe5e3!important;}
body.bvp-v3-active #bvp-v3-root .site-footer,body.bvp-v3-active #bvp-v3-root .site-footer h2{color:#fff;}
body.bvp-v3-active #bvp-v3-root img{max-width:100%;height:auto;}
body.bvp-v3-active #bvp-v3-root main{display:block;}
body.admin-bar #bvp-v3-root .site-header{top:32px;}
@media(max-width:782px){body.admin-bar #bvp-v3-root .site-header{top:46px;}}
/* Dynamic WooCommerce insert: invisible when a category has no real products. */
#bvp-v3-root .bvp-v3-products{margin-top:-58px;margin-bottom:100px;}
#bvp-v3-root .bvp-v3-products .woocommerce{width:100%;}
#bvp-v3-root .bvp-v3-products ul.products{margin:0!important;}
#bvp-v3-root .bvp-v3-products .woocommerce-pagination{margin-top:26px;}
/* Font hardening against parent-theme !important declarations. */
#bvp-v3-root,#bvp-v3-root *{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;}
#bvp-v3-root .brand strong,#bvp-v3-root .home-hero h1,#bvp-v3-root .hero-proof strong,#bvp-v3-root .section-heading h2,#bvp-v3-root .guide-copy h2,#bvp-v3-root .method-intro h2,#bvp-v3-root .category-hero h1,#bvp-v3-root .standard-hero h1,#bvp-v3-root .guide-hero h1,#bvp-v3-root .longform h2,#bvp-v3-root .chooser-icon,#bvp-v3-root .category-index,#bvp-v3-root .category-card h3,#bvp-v3-root .method-steps article>span,#bvp-v3-root .commitment-mark,#bvp-v3-root .commitment blockquote,#bvp-v3-root .decision-number,#bvp-v3-root .decision-card h2,#bvp-v3-root .product-zone-heading h2,#bvp-v3-root .category-quick-grid article>span,#bvp-v3-root .section-number,#bvp-v3-root .method-page-grid article>span,#bvp-v3-root .method-page-grid h2,#bvp-v3-root .static-blocks h2,#bvp-v3-root .evidence-panel h2,#bvp-v3-root .architecture-note h2{font-family:Georgia,"Times New Roman",serif!important;}
