/* component: article-card (vault) */
.bh-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 0; border-top: var(--bh-rule) solid var(--bh-ink); border-left: var(--bh-rule) solid var(--bh-ink); }
.bh-artcard { border-right: var(--bh-rule) solid var(--bh-ink); border-bottom: var(--bh-rule) solid var(--bh-ink); padding: 28px 26px; display: flex; flex-direction: column; gap: 12px; min-height: 224px; text-decoration: none; color: var(--bh-ink); }
.bh-artcard:hover { background: var(--bh-ink); color: var(--bh-cream); }
.bh-artcard-top { display: flex; justify-content: space-between; align-items: center; }
.bh-artcard-cat { font-family: var(--bh-body); font-weight: 700; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.bh-artcard-read { font-family: var(--bh-body); font-weight: 500; font-size: 11px; color: var(--bh-mute); }
.bh-artcard:hover .bh-artcard-read { color: var(--bh-ondark); }
.bh-artcard-title { font-family: var(--bh-display); font-weight: 800; font-size: 23px; line-height: 1.08; margin: 0; letter-spacing: -0.015em; }
.bh-artcard-excerpt { margin: 0; font-size: 14px; line-height: 1.55; color: var(--bh-mute); flex: 1; }
.bh-artcard:hover .bh-artcard-excerpt { color: var(--bh-ondark); }
.bh-artcard-links { font-family: var(--bh-body); font-weight: 600; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bh-faint); }
.bh-artcard-more { font-family: var(--bh-script); font-weight: 700; font-size: 20px; }

/* component: marquee (vault) */
.bh-marquee { background: var(--bh-ink); color: var(--bh-cream); overflow: hidden; padding: 13px 0; white-space: nowrap; }
.bh-marquee-track { display: inline-block; animation: bh-marquee 28s linear infinite; font-family: var(--bh-display); font-weight: 800; font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; }
.bh-marquee-track span { padding-right: 0; }

/* component: nutrition-strip (vault) */
.bh-nutri { border: var(--bh-rule) solid var(--bh-ink); padding: 28px 26px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center; }
.bh-nutri-star { display: flex; align-items: center; gap: 16px; }
.bh-nutri-badge { width: 70px; height: 70px; border-radius: 50%; background: var(--bh-ink); color: var(--bh-cream); display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; }
.bh-nutri-num { font-family: var(--bh-display); font-weight: 900; font-size: 30px; line-height: 0.8; }
.bh-nutri-stars { font-size: 8px; letter-spacing: 0.08em; }
.bh-nutri-label { font-family: var(--bh-body); font-weight: 700; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.3; }
.bh-nutri-items { display: flex; gap: 2px; flex-wrap: wrap; }
.bh-nutri-cell { background: var(--bh-ink); color: var(--bh-cream); padding: 12px 16px; text-align: center; min-width: 78px; }
.bh-nutri-k { font-family: var(--bh-body); font-weight: 600; font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bh-ondark); }
.bh-nutri-v { font-family: var(--bh-display); font-weight: 800; font-size: 19px; margin: 3px 0 2px; }
.bh-nutri-note { font-family: var(--bh-body); font-weight: 600; font-size: 8px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bh-ondark); }
.bh-nutri-per { font-family: var(--bh-script); font-weight: 700; font-size: 18px; color: var(--bh-mute); }

/* component: product-card (vault) */
.bh-prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 0; border-top: var(--bh-rule) solid var(--bh-ink); border-left: var(--bh-rule) solid var(--bh-ink); }
.bh-prod { border-right: var(--bh-rule) solid var(--bh-ink); border-bottom: var(--bh-rule) solid var(--bh-ink); background: var(--bh-cream); display: flex; flex-direction: column; }
.bh-prod-img { position: relative; aspect-ratio: 1/1; background-color: var(--bh-panel); background-size: cover; background-position: center; overflow: hidden; border-bottom: var(--bh-rule) solid var(--bh-ink); display: block; }
.bh-prod-tag { position: absolute; top: 0; left: 0; background: var(--bh-ink); color: var(--bh-cream); font-family: var(--bh-body); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 11px; }
.bh-prod-body { padding: 18px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.bh-prod-namelink { text-decoration: none; color: inherit; }
.bh-prod-name { font-family: var(--bh-display); font-weight: 800; font-size: 17px; margin: 0; letter-spacing: -0.01em; text-transform: uppercase; }
.bh-prod-sub { margin: 0; font-size: 13px; color: var(--bh-mute); line-height: 1.4; flex: 1; }
.bh-prod-stock { display: flex; align-items: center; gap: 6px; margin-top: 2px; font-family: var(--bh-body); font-weight: 600; font-size: 11px; color: var(--bh-mute); }
.bh-prod-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.bh-prod-price { font-family: var(--bh-display); font-weight: 800; font-size: 17px; }
.bh-prod-add { border: var(--bh-rule) solid var(--bh-ink); background: transparent; color: var(--bh-ink); font-family: var(--bh-body); font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 8px 14px; cursor: pointer; }
.bh-prod-add:hover { background: var(--bh-ink); color: var(--bh-cream); }

/* component: product-detail (vault) */
.bh-pdp-sec { background: var(--bh-cream); padding: 32px 0 88px; }
.bh-pdp-inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.bh-pdp-back { font-family: var(--bh-body); font-weight: 600; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bh-mute); margin-bottom: 26px; display: inline-block; text-decoration: none; }
.bh-pdp-back:hover { color: var(--bh-ink); }
.bh-pdp { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: start; }
.bh-pdp-main { position: relative; aspect-ratio: 1/1; background: var(--bh-panel); background-size: cover; background-position: center; overflow: hidden; border: var(--bh-rule) solid var(--bh-ink); }
.bh-pdp-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.bh-pdp-thumb { aspect-ratio: 1/1; background: var(--bh-panel); background-size: cover; background-position: center; overflow: hidden; border: var(--bh-rule) solid var(--bh-ink); }
.bh-pdp-thumb-stars { background: var(--bh-ink); color: var(--bh-cream); display: flex; align-items: center; justify-content: center; font-size: 15px; letter-spacing: 0.1em; }
.bh-pdp-tag { display: inline-block; background: var(--bh-ink); color: var(--bh-cream); font-family: var(--bh-body); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 11px; margin-bottom: 16px; }
.bh-pdp-title { font-family: var(--bh-display); font-weight: 900; font-size: clamp(36px, 4.6vw, 58px); line-height: 0.92; text-transform: uppercase; letter-spacing: -0.02em; margin: 0 0 12px; }
.bh-pdp-sub { font-size: 16px; color: var(--bh-mute); margin-bottom: 18px; }
.bh-pdp-price { font-family: var(--bh-display); font-weight: 900; font-size: 30px; margin-bottom: 12px; }
.bh-pdp-price span { font-size: 13px; color: var(--bh-mute); font-weight: 600; }
.bh-pdp-stock { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; font-family: var(--bh-body); font-weight: 600; font-size: 14px; }
.bh-pdp-live { font-weight: 700; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bh-faint); border: 1.5px solid var(--bh-disabled); padding: 2px 6px; }
.bh-pdp-blurb { font-size: 17px; line-height: 1.65; color: var(--bh-text); margin: 0 0 28px; }
.bh-pdp-buy { display: flex; gap: 12px; align-items: stretch; margin-bottom: 12px; }
.bh-qty { display: flex; align-items: center; border: var(--bh-rule) solid var(--bh-ink); }
.bh-qty-btn { background: transparent; border: none; color: var(--bh-ink); font-size: 20px; width: 44px; height: 52px; cursor: pointer; }
.bh-qty-btn:hover { background: var(--bh-ink); color: var(--bh-cream); }
.bh-qty-val { font-family: var(--bh-display); font-weight: 800; font-size: 16px; width: 40px; text-align: center; }
.bh-pdp-add { flex: 1; border: var(--bh-rule) solid var(--bh-ink); background: var(--bh-ink); color: var(--bh-cream); font-family: var(--bh-body); font-weight: 600; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; padding: 0 28px; cursor: pointer; }
.bh-pdp-add:hover { background: transparent; color: var(--bh-ink); }
.bh-pdp-ship { font-family: var(--bh-body); font-weight: 600; font-size: 12px; color: var(--bh-text); letter-spacing: 0.03em; margin-bottom: 34px; }
.bh-pdp-specs { border-top: var(--bh-rule) solid var(--bh-ink); }
.bh-pdp-spec { border-bottom: var(--bh-rule) solid var(--bh-line); padding: 18px 0; }
.bh-pdp-spec-k { font-family: var(--bh-body); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 8px; }
.bh-pdp-spec-v { font-size: 15px; line-height: 1.6; color: var(--bh-text); }
.bh-pdp-cook { margin-top: 30px; border: var(--bh-rule) solid var(--bh-ink); padding: 26px; }
.bh-pdp-cook-title { font-family: var(--bh-script); font-weight: 700; font-size: 26px; margin-bottom: 16px; }
.bh-pdp-cook-steps { display: flex; flex-direction: column; gap: 16px; }
.bh-pdp-cook-step { display: flex; gap: 14px; }
.bh-pdp-cook-step span:first-child { font-family: var(--bh-display); font-weight: 900; font-size: 24px; line-height: 1; }
.bh-pdp-cook-step span:last-child { font-size: 15px; line-height: 1.5; color: var(--bh-text); }
.bh-pdp-cook-link { margin-top: 18px; font-family: var(--bh-body); font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; border-bottom: var(--bh-rule) solid var(--bh-ink); padding-bottom: 3px; display: inline-block; text-decoration: none; }
@media (max-width: 860px) { .bh-pdp { grid-template-columns: 1fr; gap: 28px; } }

/* component: promo-bar (vault) */
.bh-promo { background: var(--bh-ink); color: var(--bh-cream); text-align: center;
  padding: 9px 16px; font-family: var(--bh-display); font-weight: 900;
  letter-spacing: 0.02em; text-transform: uppercase; font-size: 14px; }

/* component: reviews (vault) */
.bh-reviews { background: var(--bh-ink); color: var(--bh-cream); padding: 80px 0; }
.bh-reviews-head { text-align: center; margin-bottom: 44px; }
.bh-reviews-stars { font-size: 22px; letter-spacing: 0.12em; margin-bottom: 10px; }
.bh-reviews-sub { font-family: var(--bh-body); font-weight: 600; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bh-ondark); margin-bottom: 14px; }
.bh-reviews-title { font-family: var(--bh-display); font-weight: 900; letter-spacing: -0.02em; font-size: clamp(32px, 4.5vw, 54px); text-transform: uppercase; margin: 0; }
.bh-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; }
.bh-review { background: var(--bh-cream); color: var(--bh-ink); border: var(--bh-rule) solid var(--bh-cream); padding: 24px; display: flex; flex-direction: column; gap: 14px; }
.bh-review-stars { font-size: 13px; letter-spacing: 0.1em; }
.bh-review-text { font-family: var(--bh-body); font-weight: 500; font-size: 17px; line-height: 1.4; margin: 0; flex: 1; }
.bh-review-name { font-family: var(--bh-script); font-weight: 700; font-size: 22px; }

/* component: section-heading (vault) */
.bh-sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; flex-wrap: wrap; }
.bh-sectitle { font-family: var(--bh-display); font-weight: 900; font-size: clamp(34px, 4.6vw, 58px); line-height: 0.95; text-transform: uppercase; letter-spacing: -0.02em; margin: 0; }
.bh-sechead-ink .bh-eyebrow, .bh-sechead-ink .bh-sectitle { color: var(--bh-cream); }
.bh-seclink { font-family: var(--bh-body); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; border-bottom: var(--bh-rule) solid var(--bh-ink); padding-bottom: 3px; text-decoration: none; white-space: nowrap; }

/* component: site-footer (vault) */
.bh-footer { background: var(--bh-ink); color: var(--bh-ondark); border-top: var(--bh-rule) solid var(--bh-ink); padding: 60px 0 36px; }
.bh-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: var(--bh-rule) solid var(--bh-ondark-line); }
.bh-footer-brand { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; }
.bh-footer-name { font-family: var(--bh-display); font-weight: 900; font-size: 26px; color: var(--bh-cream); text-transform: uppercase; letter-spacing: -0.02em; }
.bh-footer-tag { font-family: var(--bh-script); font-weight: 700; font-size: 18px; color: var(--bh-cream); transform: rotate(-6deg); display: inline-block; }
.bh-footer-blurb { font-size: 14px; line-height: 1.6; color: var(--bh-ondark-sub); max-width: 34ch; margin: 0 0 18px; }
.bh-footer-signup { display: flex; gap: 10px; }
.bh-footer-signup input { flex: 1; background: transparent; border: var(--bh-rule) solid var(--bh-ondark-line); color: var(--bh-cream); font-family: var(--bh-body); font-size: 14px; padding: 11px 14px; outline: none; max-width: 220px; }
.bh-footer-signup button { border: var(--bh-rule) solid var(--bh-cream); background: var(--bh-cream); color: var(--bh-ink); font-family: var(--bh-body); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0 18px; cursor: pointer; }
.bh-footer-signup button:hover { background: transparent; color: var(--bh-cream); }
.bh-footer-head { font-family: var(--bh-body); font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bh-cream); margin-bottom: 14px; }
.bh-footer-grid a { display: block; font-family: var(--bh-body); font-size: 14px; color: var(--bh-ondark); text-decoration: none; padding: 5px 0; }
.bh-footer-grid a:hover { color: var(--bh-cream); }
.bh-footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-family: var(--bh-body); font-size: 12px; color: var(--bh-ondark-sub); }
.bh-footer-note b { color: var(--bh-cream); }
@media (max-width: 860px) { .bh-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 640px) { .bh-footer-grid { grid-template-columns: 1fr; } }

/* component: site-nav (vault) */
.bh-nav-wrap { position: sticky; top: 0; z-index: 50; background: var(--bh-cream); border-bottom: var(--bh-rule) solid var(--bh-ink); }
.bh-nav { height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.bh-brand { display: flex; align-items: baseline; gap: 7px; text-decoration: none; }
.bh-brand-name { font-family: var(--bh-display); font-weight: 900; font-size: 24px; letter-spacing: -0.02em; text-transform: uppercase; }
.bh-brand-tag { font-family: var(--bh-script); font-weight: 700; font-size: 17px; transform: rotate(-6deg); display: inline-block; }
.bh-navlinks { display: flex; gap: 2px; align-items: center; }
.bh-navlink { font-family: var(--bh-body); font-weight: 600; font-size: 12px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--bh-nav); padding: 8px 12px; text-decoration: none; }
.bh-navlink:hover, .bh-navlink.is-active { color: var(--bh-ink); }
.bh-basket { border: var(--bh-rule) solid var(--bh-ink); background: var(--bh-ink); color: var(--bh-cream);
  font-family: var(--bh-body); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 9px 15px; display: flex; align-items: center; gap: 8px; text-decoration: none; }
.bh-basket:hover { background: transparent; color: var(--bh-ink); }
.bh-basket-count { font-weight: 700; }
@media (max-width: 640px) {
  .bh-nav { height: auto; flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; row-gap: 10px; }
  .bh-navlinks { order: 3; width: 100%; justify-content: center; flex-wrap: wrap; }
}
/* Slide-in basket drawer (hydrated by cart.js) */
.bh-cart-drawer { position: fixed; inset: 0; z-index: 100; visibility: hidden; }
.bh-cart-drawer.is-open { visibility: visible; }
.bh-cart-overlay { position: absolute; inset: 0; background: rgba(22,19,13,0); transition: background .25s ease; }
.bh-cart-drawer.is-open .bh-cart-overlay { background: rgba(22,19,13,0.55); }
.bh-cart-panel { position: absolute; top: 0; right: 0; height: 100%; width: min(440px, 92vw);
  background: var(--bh-cream); border-left: var(--bh-rule) solid var(--bh-ink);
  transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; }
.bh-cart-drawer.is-open .bh-cart-panel { transform: translateX(0); }
.bh-cart-head { display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px; border-bottom: var(--bh-rule) solid var(--bh-ink); flex-shrink: 0; }
.bh-cart-title { font-family: var(--bh-display); font-weight: 900; font-size: 20px; text-transform: uppercase; letter-spacing: -0.01em; }
.bh-cart-x { background: transparent; border: none; font-size: 28px; line-height: 1; cursor: pointer; color: var(--bh-ink); padding: 0 4px; }
.bh-cart-x:hover { opacity: .6; }
.bh-cart-scroll { flex: 1; overflow-y: auto; }

/* Line items */
.bh-cart-line { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: start;
  padding: 18px 22px; border-bottom: var(--bh-rule) solid var(--bh-line); }
.bh-cart-thumb { width: 64px; height: 64px; background: var(--bh-panel); background-size: cover; background-position: center; border: var(--bh-rule) solid var(--bh-ink); }
.bh-cart-line-name { font-family: var(--bh-display); font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: -0.01em; }
.bh-cart-line-price { font-size: 12px; color: var(--bh-mute); margin: 2px 0 8px; }
.bh-cart-qty { display: flex; align-items: center; gap: 2px; }
.bh-cart-qty button { width: 28px; height: 28px; border: 1.5px solid var(--bh-ink); background: transparent; cursor: pointer; font-size: 15px; color: var(--bh-ink); }
.bh-cart-qty button:hover { background: var(--bh-ink); color: var(--bh-cream); }
.bh-cart-qty span[data-cart-qty] { font-family: var(--bh-display); font-weight: 800; min-width: 28px; text-align: center; font-size: 14px; }
.bh-cart-remove { margin-left: 8px; border: none !important; width: auto !important; font-family: var(--bh-body); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bh-mute); background: transparent; cursor: pointer; }
.bh-cart-remove:hover { color: var(--bh-ink) !important; background: transparent !important; text-decoration: underline; }
.bh-cart-line-total { font-family: var(--bh-display); font-weight: 800; font-size: 15px; }

/* Free-ship progress + footer */
.bh-cart-ship { padding: 14px 22px; font-family: var(--bh-body); font-weight: 600; font-size: 12px; letter-spacing: 0.02em; color: var(--bh-text); background: var(--bh-panel); border-bottom: var(--bh-rule) solid var(--bh-line); }
.bh-cart-ship-ok { color: var(--bh-ink); }
.bh-cart-foot { padding: 20px 22px; }
.bh-cart-subtotal { display: flex; justify-content: space-between; font-family: var(--bh-display); font-weight: 800; font-size: 18px; text-transform: uppercase; margin-bottom: 16px; }
.bh-cart-checkout { width: 100%; text-align: center; }
.bh-cart-checkout[disabled] { opacity: .6; cursor: progress; }
.bh-cart-note { font-size: 11px; color: var(--bh-mute); text-align: center; margin-top: 12px; }
.bh-cart-error { margin-top: 12px; padding: 10px 12px; border: var(--bh-rule) solid var(--bh-ink); background: var(--bh-ink); color: var(--bh-cream); font-size: 13px; }

.bh-cart-empty { text-align: center; padding: 70px 24px; }
.bh-cart-empty-big { font-family: var(--bh-display); font-weight: 900; font-size: 22px; text-transform: uppercase; margin-bottom: 8px; }
.bh-cart-empty p { color: var(--bh-mute); margin: 0 0 22px; }

/* Full-page /cart/ mount reuses the same markup, wider */
.bh-cart-page { max-width: 760px; margin: 0 auto; padding: 40px 32px 90px; }
.bh-cart-page .bh-cart-line { padding-left: 0; padding-right: 0; }

/* component: stat-grid (vault) */
.bh-statgrid { display: grid; grid-template-columns: 1fr 1fr; border-top: var(--bh-rule) solid var(--bh-ink); border-left: var(--bh-rule) solid var(--bh-ink); }
.bh-stat { border-right: var(--bh-rule) solid var(--bh-ink); border-bottom: var(--bh-rule) solid var(--bh-ink); padding: 26px 22px; }
.bh-stat-val { font-family: var(--bh-display); font-weight: 900; font-size: 42px; line-height: 1; }
.bh-stat-lbl { font-family: var(--bh-body); font-weight: 600; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bh-mute); margin-top: 8px; }

/* component: step-card (vault) */
.bh-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 2px; background: var(--bh-ondark-line); border: var(--bh-rule) solid var(--bh-ondark-line); }
.bh-step { background: var(--bh-ink); padding: 34px 24px; display: flex; flex-direction: column; gap: 12px; }
.bh-step-num { font-family: var(--bh-display); font-weight: 900; font-size: 52px; line-height: 0.8; color: var(--bh-cream); }
.bh-step-title { font-family: var(--bh-script); font-weight: 700; font-size: 30px; line-height: 1; color: var(--bh-cream); }
.bh-step-desc { margin: 0; font-size: 14px; line-height: 1.5; color: var(--bh-ondark); }

/* component: wiki-cta (vault) */
.bh-wikicta { background: var(--bh-ink); color: var(--bh-cream); padding: 32px; margin: 44px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.bh-wikicta-title { font-family: var(--bh-display); font-weight: 900; letter-spacing: -0.02em; font-size: 28px; text-transform: uppercase; line-height: 0.95; }
.bh-wikicta-sub { font-size: 14px; color: var(--bh-ondark); margin-top: 6px; }
.bh-wikicta-btn { border: var(--bh-rule) solid var(--bh-cream); background: var(--bh-cream); color: var(--bh-ink); font-family: var(--bh-body); font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; padding: 14px 24px; white-space: nowrap; text-decoration: none; }
.bh-wikicta-btn:hover { background: transparent; color: var(--bh-cream); }
/* outlink cards used in article page.html */
.bh-outlinks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 4px; }
.bh-outlink { border: var(--bh-rule) solid var(--bh-ink); padding: 16px; display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: var(--bh-ink); }
.bh-outlink:hover { background: var(--bh-ink); color: var(--bh-cream); }
.bh-outlink-tok { font-family: var(--bh-mono); font-size: 10px; letter-spacing: 0.04em; color: var(--bh-mute); }
.bh-outlink:hover .bh-outlink-tok { color: var(--bh-ondark); }
.bh-outlink-title { font-family: var(--bh-display); font-weight: 800; font-size: 16px; line-height: 1.1; }
@media (max-width: 640px) { .bh-outlinks { grid-template-columns: 1fr; } }

