:root {
  --bk-ink: #201a13;
  --bk-muted: #6d6256;
  --bk-honey: #d59522;
  --bk-honey-dark: #9b6510;
  --bk-cream: #faf6ed;
  --bk-paper: #fffdf9;
  --bk-line: #e7ddcc;
  --bk-green: #43533b;
  --bk-radius: 18px;
  --bk-shadow: 0 18px 55px rgba(62, 43, 17, .10);
}

.bk-bal-site .main-page-wrapper,
.bk-bal-site .site-content { padding-top: 0 !important; }
.bk-bal-site #flying-bee { display: none !important; }
.bk-bal-site #main-content {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  gap: 0 !important;
}
.bk-bal-site #main-content > .bk-bal-main,
.bk-bal-site #main-content > .bk-bal-tool-page {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  min-width: 0;
}
.bk-bal-main { color: var(--bk-ink); background: var(--bk-paper); overflow: hidden; }
.bk-bal-main *, .bk-bal-main *::before, .bk-bal-main *::after { box-sizing: border-box; }
.bk-bal-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bk-bal-main h1, .bk-bal-main h2, .bk-bal-main h3 { color: var(--bk-ink); font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.bk-bal-main p { color: var(--bk-muted); }
.bk-bal-eyebrow, .bk-bal-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--bk-honey-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.bk-bal-eyebrow::before, .bk-bal-kicker::before { content: ''; width: 22px; height: 2px; background: var(--bk-honey); }
.bk-bal-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border-radius: 999px; background: var(--bk-honey); color: #251a09 !important; font-weight: 800; text-decoration: none !important; transition: transform .2s ease, background .2s ease; }
.bk-bal-button:hover { transform: translateY(-2px); background: #e2a532; }
.bk-bal-button--dark { background: var(--bk-ink); color: #fff !important; }

/* Homepage discovery block */
.bk-bal-home-teaser { position: relative; padding: 90px 0; overflow: hidden; background: var(--bk-honey); color: var(--bk-ink); }
.bk-bal-home-teaser::after { content: '⬡'; position: absolute; right: -25px; top: -90px; color: rgba(255,255,255,.16); font-size: 300px; line-height: 1; }
.bk-bal-home-teaser .bk-bal-shell { position: relative; z-index: 1; }
.bk-bal-home-teaser__head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; margin-bottom: 42px; }
.bk-bal-home-teaser__head h2 { max-width: 720px; margin: 9px 0 12px; font-size: clamp(38px, 5vw, 62px); font-weight: 500; line-height: 1.02; }
.bk-bal-home-teaser__head p { max-width: 700px; margin: 0; color: rgba(32,26,19,.72); font-size: 16px; line-height: 1.75; }
.bk-bal-home-teaser .bk-bal-eyebrow { color: #65420b; }
.bk-bal-home-teaser .bk-bal-eyebrow::before { background: #65420b; }
.bk-bal-home-teaser__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bk-bal-home-teaser__grid > a { display: flex; min-height: 210px; padding: 26px; flex-direction: column; border: 1px solid rgba(48,31,7,.16); border-radius: 16px; background: rgba(255,255,255,.28); color: var(--bk-ink); text-decoration: none; backdrop-filter: blur(5px); transition: transform .2s ease, background .2s ease; }
.bk-bal-home-teaser__grid > a:hover { transform: translateY(-4px); background: rgba(255,255,255,.48); }
.bk-bal-home-teaser__grid span { color: rgba(32,26,19,.64); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bk-bal-home-teaser__grid h3 { margin: auto 0 20px; font-size: 28px; font-weight: 500; line-height: 1.15; }
.bk-bal-home-teaser__grid b { font-size: 12px; }

.bk-bal-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 22px 0; color: rgba(32,26,19,.58); font-size: 12px; }
.bk-bal-breadcrumb a { color: inherit; text-decoration: none; }
.bk-bal-breadcrumb a:hover { color: var(--bk-honey-dark); }

.bk-bal-hero { position: relative; min-height: 600px; isolation: isolate; background: linear-gradient(100deg, rgba(246,238,221,.98) 0%, rgba(250,246,237,.95) 48%, rgba(250,246,237,.45) 72%, rgba(250,246,237,.18) 100%), var(--bk-hero-image); background-position: center, right center; background-size: cover; }
.bk-bal-site.wd-header-overlap .bk-bal-hero,
.bk-bal-site.wd-header-overlap .bk-bal-article-hero,
.bk-bal-site.wd-header-overlap .bk-bal-tool-page { padding-top: 136px; }
.bk-bal-hero::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: radial-gradient(circle at 20% 20%, rgba(213,149,34,.34) 0 2px, transparent 2.5px); background-size: 30px 30px; mask-image: linear-gradient(90deg,#000,transparent 55%); }
.bk-bal-hero__content { max-width: 720px; padding: 74px 0 95px; }
.bk-bal-hero h1 { max-width: 680px; margin: 12px 0 20px; font-size: clamp(52px, 7vw, 88px); font-weight: 500; line-height: .98; }
.bk-bal-hero__content > p { max-width: 620px; margin: 0 0 28px; color: #51473d; font-size: 19px; line-height: 1.72; }
.bk-bal-hero__search { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 12px; max-width: 680px; min-height: 66px; padding: 10px 16px 10px 20px; border: 1px solid rgba(94,65,23,.16); border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 16px 46px rgba(73,50,18,.12); backdrop-filter: blur(8px); }
.bk-bal-hero__search > span { color: var(--bk-honey-dark); font-size: 29px; transform: rotate(-15deg); }
.bk-bal-hero__search input { width: 100%; height: 44px; padding: 0; border: 0 !important; background: transparent !important; color: var(--bk-ink); font-size: 16px; box-shadow: none !important; }
.bk-bal-hero__search kbd { min-width: 30px; padding: 5px 8px; border: 1px solid var(--bk-line); border-radius: 7px; background: var(--bk-cream); color: var(--bk-muted); text-align: center; }
.bk-bal-hero .bk-bal-hero__count { margin-top: 15px; color: #756959; font-size: 13px; }
.bk-bal-hero__count strong { color: var(--bk-ink); }

.bk-bal-section { padding: 90px 0; }
.bk-bal-section--topics { border-bottom: 1px solid var(--bk-line); background: #fff; }
.bk-bal-section--articles { background: var(--bk-cream); }
.bk-bal-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.bk-bal-section__head h2 { margin: 7px 0 0; font-size: clamp(34px, 4vw, 50px); font-weight: 500; line-height: 1.06; }
.bk-bal-section__head > a { padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--bk-ink); font-weight: 700; text-decoration: none; }
.bk-bal-results { color: var(--bk-muted); font-size: 13px; }

.bk-bal-topics { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.bk-bal-topic { display: flex; min-width: 0; min-height: 162px; padding: 22px 17px; flex-direction: column; align-items: flex-start; border: 1px solid var(--bk-line); border-radius: 14px; background: var(--bk-paper); color: var(--bk-ink); text-align: left; cursor: pointer; transition: transform .2s ease, border .2s ease, background .2s ease; }
.bk-bal-topic:hover { transform: translateY(-4px); border-color: rgba(213,149,34,.6); }
.bk-bal-topic.is-active { border-color: var(--bk-honey); background: #fff8e7; box-shadow: 0 10px 28px rgba(100,68,16,.08); }
.bk-bal-topic > span { display: grid; width: 38px; height: 38px; margin-bottom: auto; place-items: center; border-radius: 50%; background: #f2e5c8; color: var(--bk-honey-dark); font-size: 18px; }
.bk-bal-topic strong { margin-top: 17px; font-size: 14px; line-height: 1.25; }
.bk-bal-topic small { margin-top: 5px; color: var(--bk-muted); font-size: 11px; }

.bk-bal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.bk-bal-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); background: #fff; box-shadow: 0 8px 30px rgba(65,46,21,.04); transition: transform .25s ease, box-shadow .25s ease; }
.bk-bal-card:hover { transform: translateY(-6px); box-shadow: var(--bk-shadow); }
.bk-bal-card[hidden] { display: none; }
.bk-bal-card__media { display: block; position: relative; height: 230px; overflow: hidden; background: #efe6d7; }
.bk-bal-card__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 65%,rgba(32,26,19,.18)); pointer-events: none; }
.bk-bal-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bk-bal-card:hover .bk-bal-card__media img { transform: scale(1.035); }
.bk-bal-card__placeholder { display: grid; height: 100%; place-items: center; color: var(--bk-honey-dark); font-size: 60px; }
.bk-bal-card__body { display: flex; padding: 25px; flex: 1; flex-direction: column; }
.bk-bal-card__body .bk-bal-eyebrow { font-size: 10px; }
.bk-bal-card__body h2 { margin: 12px 0 11px; font-size: 25px; font-weight: 500; line-height: 1.15; }
.bk-bal-card__body h2 a { color: inherit; text-decoration: none; }
.bk-bal-card__body p { margin: 0 0 22px; font-size: 14px; line-height: 1.65; }
.bk-bal-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--bk-line); font-size: 12px; }
.bk-bal-card__meta span { color: var(--bk-muted); }
.bk-bal-card__meta a { color: var(--bk-ink); font-weight: 800; text-decoration: none; }
.bk-bal-empty { padding: 70px 20px; border: 1px dashed #cabda9; border-radius: var(--bk-radius); text-align: center; }
.bk-bal-empty > span { color: var(--bk-honey); font-size: 50px; }
.bk-bal-empty h3 { margin: 12px 0 8px; font-size: 28px; }
.bk-bal-empty p { margin: 0 0 20px; }
.bk-bal-empty button { padding: 10px 18px; border: 0; border-radius: 999px; background: var(--bk-ink); color: #fff; cursor: pointer; }

.bk-bal-section--tools { background: #fff; }
.bk-bal-tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.bk-bal-tools-grid > a { display: flex; min-height: 270px; padding: 28px; flex-direction: column; border: 1px solid var(--bk-line); border-radius: var(--bk-radius); color: var(--bk-ink); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.bk-bal-tools-grid > a:hover { transform: translateY(-5px); background: #fff8e7; }
.bk-bal-tools-grid span { color: var(--bk-honey-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.bk-bal-tools-grid h3 { margin: auto 0 12px; font-size: 27px; font-weight: 500; }
.bk-bal-tools-grid p { margin: 0 0 22px; font-size: 14px; line-height: 1.6; }
.bk-bal-tools-grid b { font-size: 12px; }
.bk-bal-trust { padding: 74px 0; background: var(--bk-green); }
.bk-bal-trust__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.bk-bal-trust h2 { margin: 8px 0 0; color: #fff; font-size: 44px; font-weight: 500; }
.bk-bal-trust p { margin: 0; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.8; }
.bk-bal-trust .bk-bal-eyebrow { color: #f1c96e; }

/* Article */
.bk-bal-article-hero { background: var(--bk-cream); border-bottom: 1px solid var(--bk-line); }
.bk-bal-article-hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); align-items: center; gap: 72px; padding: 55px 0 75px; }
.bk-bal-article-hero h1 { max-width: 740px; margin: 16px 0 22px; font-size: clamp(45px, 6vw, 72px); font-weight: 500; line-height: 1.02; }
.bk-bal-article-hero__copy > p { max-width: 710px; margin: 0; color: #5d5246; font-size: 18px; line-height: 1.75; }
.bk-bal-article-meta { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 28px; color: #786c5e; font-size: 12px; }
.bk-bal-article-meta span { display: inline-flex; align-items: center; gap: 8px; }
.bk-bal-article-meta span::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--bk-honey); }
.bk-bal-article-hero__image { position: relative; margin: 0; }
.bk-bal-article-hero__image::before { content: ''; position: absolute; z-index: 1; inset: 15px auto auto -16px; width: 68px; height: 68px; border: 1px solid var(--bk-honey); border-radius: 50%; }
.bk-bal-article-hero__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 52% 48% 46% 54% / 42% 53% 47% 58%; box-shadow: var(--bk-shadow); }
.bk-bal-article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 76px; padding-top: 80px; padding-bottom: 90px; }
.bk-bal-toc { align-self: start; position: sticky; top: 110px; padding-right: 26px; border-right: 1px solid var(--bk-line); }
.bk-bal-toc > strong { display: block; margin-bottom: 16px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.bk-bal-toc ol { margin: 0; padding: 0; list-style: none; }
.bk-bal-toc li { margin-bottom: 10px; }
.bk-bal-toc a { color: #716659; font-size: 12px; line-height: 1.4; text-decoration: none; }
.bk-bal-toc a:hover, .bk-bal-toc a.is-active { color: var(--bk-honey-dark); }
.bk-bal-toc__all { display: inline-block; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--bk-line); color: var(--bk-ink) !important; font-weight: 800; }
.bk-bal-article { min-width: 0; }
.bk-bal-article__content { color: #4d443b; font-size: 17px; line-height: 1.9; }
.bk-bal-article__content .bk-bal-lead { margin: 0 0 36px; color: var(--bk-ink); font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.55; }
.bk-bal-article__content h2 { scroll-margin-top: 110px; margin: 54px 0 16px; font-size: 35px; font-weight: 500; line-height: 1.15; }
.bk-bal-article__content h2::before { content: ''; display: block; width: 38px; height: 3px; margin-bottom: 16px; background: var(--bk-honey); }
.bk-bal-article__content p { margin: 0 0 20px; color: #554b41; }
.bk-bal-article__content ul, .bk-bal-article__content ol { margin: 0 0 26px; padding-left: 24px; }
.bk-bal-article__content li { margin-bottom: 10px; padding-left: 6px; }
.bk-bal-key { margin: 38px 0; padding: 26px 28px; border-left: 4px solid var(--bk-honey); border-radius: 0 12px 12px 0; background: #fff6df; color: #554321; line-height: 1.7; }
.bk-bal-notice { margin: 42px 0; padding: 22px 24px; border: 1px solid #d9e0d4; border-radius: 12px; background: #f4f7f2; color: #475141; font-size: 13px; line-height: 1.7; }
.bk-bal-sources { margin-top: 52px; padding-top: 34px; border-top: 1px solid var(--bk-line); }
.bk-bal-sources h2 { margin: 0 0 16px; font-size: 27px; font-weight: 500; }
.bk-bal-sources ol { margin: 0; padding-left: 20px; }
.bk-bal-sources li { margin-bottom: 10px; color: var(--bk-muted); font-size: 13px; line-height: 1.6; }
.bk-bal-sources a { color: var(--bk-ink); text-underline-offset: 3px; }
.bk-bal-review { display: flex; gap: 16px; margin-top: 34px; padding: 22px; border-radius: 12px; background: var(--bk-cream); }
.bk-bal-review > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; background: var(--bk-green); color: #fff; }
.bk-bal-review strong { font-size: 14px; }
.bk-bal-review p { margin: 5px 0 0; font-size: 12px; line-height: 1.6; }
.bk-bal-table-wrap { width: 100%; margin: 28px 0 34px; overflow-x: auto; border: 1px solid var(--bk-line); border-radius: 12px; }
.bk-bal-table { width: 100%; margin: 0 !important; border-collapse: collapse; background: #fff; font-size: 13px; }
.bk-bal-table th, .bk-bal-table td { min-width: 140px; padding: 15px 17px; border: 0; border-bottom: 1px solid var(--bk-line); text-align: left; vertical-align: top; }
.bk-bal-table thead th { background: #f5ecdb; color: var(--bk-ink); font-weight: 800; }
.bk-bal-table tbody th { color: var(--bk-ink); }
.bk-bal-table tr:last-child th, .bk-bal-table tr:last-child td { border-bottom: 0; }
.bk-bal-shop-cta { padding: 62px 0; background: var(--bk-honey); }
.bk-bal-shop-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.bk-bal-shop-cta h2 { margin: 7px 0 7px; font-size: 39px; font-weight: 500; }
.bk-bal-shop-cta p { margin: 0; color: rgba(32,26,19,.72); }
.bk-bal-shop-cta .bk-bal-eyebrow { color: #60400c; }
.bk-bal-shop-cta .bk-bal-eyebrow::before { background: #60400c; }
.bk-bal-related { background: var(--bk-cream); }

/* Related shop products */
.bk-bal-products { padding: 84px 0; border-top: 1px solid var(--bk-line); background: linear-gradient(180deg, #fff 0%, #fffaf1 100%); }
.bk-bal-products--featured { padding: 72px 0; }
.bk-bal-products .bk-bal-section__head { align-items: end; }
.bk-bal-products .bk-bal-section__head p { max-width: 690px; margin: 12px 0 0; font-size: 15px; line-height: 1.7; }
.bk-bal-products__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.bk-bal-products__grid--2 { max-width: 850px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bk-bal-products__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bk-bal-product-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--bk-line); border-radius: 16px; background: var(--bk-paper); transition: transform .2s ease, box-shadow .2s ease; }
.bk-bal-product-card:hover { transform: translateY(-5px); box-shadow: var(--bk-shadow); }
.bk-bal-product-card__image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f6f0e5; }
.bk-bal-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bk-bal-product-card:hover .bk-bal-product-card__image img { transform: scale(1.035); }
.bk-bal-product-card__body { display: flex; padding: 21px; flex: 1; flex-direction: column; }
.bk-bal-product-card__body > span { color: var(--bk-honey-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bk-bal-product-card h3 { margin: 10px 0 22px; font-size: 21px; font-weight: 500; line-height: 1.22; }
.bk-bal-product-card h3 a { color: inherit; text-decoration: none; }
.bk-bal-product-card__foot { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--bk-line); }
.bk-bal-product-card__price { color: var(--bk-ink); font-size: 15px; font-weight: 800; }
.bk-bal-product-card__price del { display: block; color: var(--bk-muted); font-size: 11px; font-weight: 500; }
.bk-bal-product-card__foot > a { color: var(--bk-ink); font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.bk-bal-featured-product { display: grid; min-height: 500px; overflow: hidden; grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); border: 1px solid rgba(255,255,255,.1); border-radius: 28px; background: var(--bk-ink); box-shadow: 0 28px 70px rgba(50,34,13,.16); }
.bk-bal-featured-product__image { display: block; min-height: 500px; overflow: hidden; background: #f6ecda; }
.bk-bal-featured-product__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.bk-bal-featured-product__image:hover img { transform: scale(1.025); }
.bk-bal-featured-product__content { display: flex; min-width: 0; padding: clamp(42px, 5vw, 72px); flex-direction: column; justify-content: center; color: #fff; }
.bk-bal-featured-product__kicker { display: inline-flex; align-items: center; gap: 10px; color: #efb84e; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bk-bal-featured-product__kicker::before { content: ''; width: 24px; height: 2px; background: #efb84e; }
.bk-bal-featured-product h3 { max-width: 620px; margin: 18px 0; color: #fff; font-size: clamp(38px, 4vw, 58px); font-weight: 500; line-height: 1.02; }
.bk-bal-featured-product h3 a { color: inherit; text-decoration: none; }
.bk-bal-featured-product__content > p { max-width: 590px; margin: 0 0 26px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.bk-bal-featured-product__facts { display: grid; gap: 12px; margin: 0 0 34px; padding: 0; list-style: none; }
.bk-bal-featured-product__facts li { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.9); font-size: 14px; }
.bk-bal-featured-product__facts span { display: inline-flex; width: 23px; height: 23px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(213,149,34,.18); color: #efb84e; font-size: 12px; font-weight: 900; }
.bk-bal-featured-product__assurance { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; gap: 12px; margin: -4px 0 28px; padding: 15px 17px; border: 1px solid rgba(239,184,78,.24); border-radius: 12px; background: rgba(213,149,34,.1); }
.bk-bal-featured-product__assurance > span { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(239,184,78,.16); font-size: 16px; }
.bk-bal-featured-product__assurance p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.65; }
.bk-bal-featured-product__assurance strong { color: #fff; font-weight: 800; }
.bk-bal-featured-product__foot { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.bk-bal-featured-product__foot small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bk-bal-featured-product__price { color: #fff; font-size: 21px; font-weight: 800; white-space: nowrap; }
.bk-bal-featured-product__price del { display: block; color: rgba(255,255,255,.48); font-size: 12px; font-weight: 500; }
.bk-bal-featured-product__price ins { color: #fff; text-decoration: none; }
.bk-bal-featured-product .bk-bal-button { flex: 0 0 auto; min-height: 54px; padding-inline: 25px; }
.bk-bal-featured-product__actions { display: flex; align-items: center; flex-direction: column; gap: 11px; }
.bk-bal-featured-product__category { color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 4px; }
.bk-bal-featured-product__category:hover { color: #fff; text-decoration-color: #efb84e; }

/* Tool pages */
.bk-bal-tool-page { min-height: 70vh; padding-bottom: 90px; background: var(--bk-cream); }
.bk-bal-tool-page .bk-bal-breadcrumb { padding-top: 28px; }
.bk-bal-tool { padding-top: 42px; }
.bk-bal-tool__head { max-width: 820px; margin-bottom: 46px; }
.bk-bal-tool__head h1 { margin: 12px 0 18px; font-size: clamp(48px, 6vw, 76px); font-weight: 500; line-height: 1; }
.bk-bal-tool__head p { max-width: 720px; font-size: 18px; line-height: 1.75; }
.bk-bal-search { width: min(640px, 100%); height: 56px; margin-top: 14px; padding: 0 18px; border: 1px solid var(--bk-line) !important; border-radius: 12px !important; background: #fff !important; box-shadow: 0 10px 30px rgba(55,38,15,.06) !important; }
.bk-bal-glossary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0; }
.bk-bal-glossary > div { padding: 26px; border: 1px solid var(--bk-line); border-radius: 14px; background: #fff; }
.bk-bal-glossary > div[hidden] { display: none; }
.bk-bal-glossary dt { margin-bottom: 8px; color: var(--bk-ink); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; }
.bk-bal-glossary dd { margin: 0; color: var(--bk-muted); line-height: 1.7; }
.bk-bal-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bk-bal-steps section { min-height: 310px; padding: 30px; border-radius: var(--bk-radius); background: #fff; border: 1px solid var(--bk-line); }
.bk-bal-steps span { color: var(--bk-honey-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.bk-bal-steps h2 { margin: 72px 0 14px; font-size: 29px; font-weight: 500; }
.bk-bal-steps p { line-height: 1.75; }
.bk-bal-analysis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bk-bal-analysis article { padding: 26px; border: 1px solid var(--bk-line); border-radius: 14px; background: #fff; }
.bk-bal-analysis h2 { margin: 0 0 10px; font-size: 25px; font-weight: 500; }
.bk-bal-analysis p { margin: 0; line-height: 1.7; }
.bk-bal-tool__foot { margin-top: 34px; }

@media (max-width: 1024px) {
  .bk-bal-topics { grid-template-columns: repeat(3, 1fr); }
  .bk-bal-grid { grid-template-columns: repeat(2, 1fr); }
  .bk-bal-tools-grid { grid-template-columns: repeat(2, 1fr); }
  .bk-bal-article-hero__grid { grid-template-columns: 1.15fr .85fr; gap: 38px; }
  .bk-bal-article-layout { grid-template-columns: 190px minmax(0, 700px); gap: 45px; }
  .bk-bal-analysis { grid-template-columns: repeat(2, 1fr); }
  .bk-bal-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bk-bal-featured-product { min-height: 440px; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); }
	.bk-bal-featured-product__image { min-height: 440px; }
	.bk-bal-featured-product__content { padding: 38px; }
	.bk-bal-featured-product__foot { align-items: flex-start; flex-direction: column; }
	.bk-bal-featured-product__actions { width: 100%; align-items: flex-start; }
}

@media (max-width: 767px) {
  .bk-bal-shell { width: min(100% - 28px, 1180px); }
  .bk-bal-home-teaser { padding: 65px 0; }
  .bk-bal-home-teaser__head { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .bk-bal-home-teaser__grid { grid-template-columns: 1fr; }
  .bk-bal-home-teaser__grid > a { min-height: 170px; }
  .bk-bal-hero { min-height: auto; background: linear-gradient(180deg,rgba(250,246,237,.94),rgba(250,246,237,.98)), var(--bk-hero-image); background-position: center; }
  .bk-bal-site.wd-header-overlap .bk-bal-hero,
  .bk-bal-site.wd-header-overlap .bk-bal-article-hero,
  .bk-bal-site.wd-header-overlap .bk-bal-tool-page { padding-top: 70px; }
  .bk-bal-hero__content { padding: 46px 0 66px; }
  .bk-bal-hero h1 { font-size: 50px; }
  .bk-bal-hero__content > p { font-size: 16px; }
  .bk-bal-hero__search { grid-template-columns: 20px 1fr; min-height: 58px; }
  .bk-bal-hero__search kbd { display: none; }
  .bk-bal-section { padding: 62px 0; }
  .bk-bal-section__head { align-items: flex-start; flex-direction: column; margin-bottom: 26px; }
  .bk-bal-section__head h2 { font-size: 37px; }
  .bk-bal-topics { display: flex; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .bk-bal-topic { min-width: 150px; scroll-snap-align: start; }
  .bk-bal-grid, .bk-bal-tools-grid, .bk-bal-glossary, .bk-bal-steps, .bk-bal-analysis, .bk-bal-products__grid { grid-template-columns: 1fr; }
	.bk-bal-products { padding: 62px 0; }
	.bk-bal-products--featured { padding: 38px 0 54px; }
	.bk-bal-featured-product { min-height: 0; grid-template-columns: 1fr; border-radius: 20px; }
	.bk-bal-featured-product__image { min-height: 0; aspect-ratio: 1 / 1; }
	.bk-bal-featured-product__content { padding: 30px 24px 28px; }
	.bk-bal-featured-product h3 { font-size: 36px; }
	.bk-bal-featured-product__content > p { font-size: 15px; }
	.bk-bal-featured-product__assurance { margin-bottom: 24px; padding: 14px; }
	.bk-bal-featured-product__foot { gap: 20px; }
	.bk-bal-featured-product .bk-bal-button { width: 100%; }
	.bk-bal-featured-product__actions { align-items: stretch; }
	.bk-bal-featured-product__category { text-align: center; }
  .bk-bal-card__media { height: 220px; }
  .bk-bal-trust__inner { grid-template-columns: 1fr; gap: 26px; }
  .bk-bal-trust h2 { font-size: 36px; }
  .bk-bal-article-hero__grid { grid-template-columns: 1fr; padding: 32px 0 55px; }
  .bk-bal-article-hero h1 { font-size: 45px; }
  .bk-bal-article-hero__copy > p { font-size: 16px; }
  .bk-bal-article-hero__image { max-width: 500px; }
  .bk-bal-article-layout { grid-template-columns: 1fr; gap: 32px; padding-top: 48px; padding-bottom: 65px; }
  .bk-bal-toc { position: static; padding: 20px; border: 1px solid var(--bk-line); border-radius: 12px; background: var(--bk-cream); }
  .bk-bal-toc ol { columns: 2; column-gap: 24px; }
  .bk-bal-article__content { font-size: 16px; }
  .bk-bal-article__content .bk-bal-lead { font-size: 21px; }
  .bk-bal-article__content h2 { font-size: 30px; }
  .bk-bal-shop-cta__inner { align-items: flex-start; flex-direction: column; }
  .bk-bal-shop-cta h2 { font-size: 34px; }
  .bk-bal-tool { padding-top: 24px; }
  .bk-bal-tool__head h1 { font-size: 48px; }
  .bk-bal-steps section { min-height: 240px; }
  .bk-bal-steps h2 { margin-top: 44px; }
}

@media (max-width: 420px) {
  .bk-bal-grid { grid-template-columns: minmax(0, 1fr); }
  .bk-bal-toc ol { columns: 1; }
  .bk-bal-card__body { padding: 21px; }
  .bk-bal-card__body h2 { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .bk-bal-main *, .bk-bal-main *::before, .bk-bal-main *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
