/* The Buy Brief — components and layout. Mobile first; tokens in tokens.css. */

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 5.5rem; }
body {
	margin: 0;
	background: var(--bb-bg);
	color: var(--bb-ink);
	font-family: var(--bb-font-sans);
	font-size: var(--bb-text-base);
	line-height: var(--bb-leading);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--bb-ink); text-underline-offset: 0.2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: var(--bb-lime-dark); text-decoration-thickness: 3px; }
:focus-visible { outline: none; box-shadow: var(--bb-focus); border-radius: var(--bb-radius-sm); }
h1, h2, h3, h4 { font-family: var(--bb-font-serif); font-weight: 400; line-height: var(--bb-leading-tight); margin: 0 0 var(--bb-space-3); color: var(--bb-ink); letter-spacing: -0.01em; overflow-wrap: break-word; }
h1 { font-size: var(--bb-text-2xl); }
h2 { font-size: var(--bb-text-xl); }
h3 { font-size: var(--bb-text-lg); }
h4 { font-size: var(--bb-text-md); font-family: var(--bb-font-sans); font-weight: 700; letter-spacing: 0; }
p { margin: 0 0 var(--bb-space-4); }
ul, ol { margin: 0 0 var(--bb-space-4); padding-left: 1.25em; }
small { font-size: var(--bb-text-sm); }
hr { border: 0; border-top: 1px solid var(--bb-line); margin: var(--bb-space-6) 0; }
.screen-reader-text, .bb-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.bb-skip { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--bb-lime); padding: var(--bb-space-3) var(--bb-space-4); font-weight: 700; }
.bb-skip:focus { left: var(--bb-space-4); top: var(--bb-space-4); }
.bb-hp { position: absolute; left: -9999px; }
[hidden] { display: none !important; }

/* Display type: heavy condensed capitals */
.bb-display, .bb-hubhead h1, .bb-section-head--display h2 {
	font-family: var(--bb-font-display);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.005em;
	line-height: 0.92;
}
.bb-hand { font-family: var(--bb-font-hand); font-weight: 500; font-size: 1.35rem; line-height: 1.05; color: var(--bb-ink-2); }

/* ---------- Layout ---------- */
.bb-container { width: 100%; max-width: var(--bb-container); margin: 0 auto; padding: 0 var(--bb-space-4); }
.bb-page { padding-block: var(--bb-space-5) var(--bb-space-8); }
.bb-band { padding-block: var(--bb-space-6); }
.bb-band--tint { background: var(--bb-bg-2); }
.bb-grid { display: grid; gap: var(--bb-space-4); }
.bb-grid--2, .bb-grid--3, .bb-grid--4 { grid-template-columns: 1fr; }
.bb-stack > * + * { margin-top: var(--bb-space-5); }
.bb-layout { display: grid; gap: var(--bb-space-6); grid-template-columns: minmax(0, 1fr); }
/* Grid children default to min-width:auto and would stretch to their widest table; let them shrink. */
.bb-grid > *, .bb-layout > *, .bb-verdict > *, .bb-pair > *, .bb-desk-row > *, .bb-hero__grid > *, .bb-trend__cards > *, .bb-featured > *, .bb-story > * { min-width: 0; }
.bb-prose { max-width: var(--bb-measure); }
.bb-prose h2 { margin-top: var(--bb-space-6); }
.bb-prose li { margin-bottom: var(--bb-space-2); }
.bb-muted { color: var(--bb-muted); }
.bb-eyebrow { display: block; font-size: var(--bb-text-xs); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bb-ink-2); margin-bottom: var(--bb-space-2); }
.bb-section-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: var(--bb-space-2) var(--bb-space-4); margin-bottom: var(--bb-space-5); }
.bb-section-head h2 { margin: 0; }
.bb-section-head p { margin: 0; color: var(--bb-ink-2); flex: 1 1 18rem; }
.bb-section-head--display h2 { font-size: var(--bb-text-display); margin-right: var(--bb-space-4); }
.bb-section-head--display p { max-width: 26rem; }
.bb-more { font-weight: 700; font-size: var(--bb-text-sm); white-space: nowrap; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 0.35em; color: var(--bb-ink); }
.bb-more::after { content: " →"; }
.bb-panel { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-5); }
.bb-panel--tint { background: var(--bb-bg-2); border-color: transparent; }
.bb-panel > :last-child { margin-bottom: 0; }
.bb-chip { display: inline-block; background: var(--bb-accent); color: var(--bb-on-accent); font-weight: 800; font-size: var(--bb-text-sm); padding: 0.15rem 0.55rem; border-radius: var(--bb-radius-sm); line-height: 1.4; }

@media (min-width: 640px) {
	.bb-grid--2 { grid-template-columns: repeat(2, 1fr); }
	.bb-grid--3, .bb-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.bb-container { padding: 0 var(--bb-space-5); }
}
@media (min-width: 960px) {
	.bb-grid--3 { grid-template-columns: repeat(3, 1fr); }
	.bb-grid--4 { grid-template-columns: repeat(4, 1fr); }
	.bb-layout--sidebar { grid-template-columns: minmax(0, 1fr) 20rem; align-items: start; }
	.bb-layout--sidebar > aside { position: sticky; top: 6rem; }
	.bb-band { padding-block: var(--bb-space-7); }
}

/* ---------- Buttons and forms ---------- */
.bb-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: var(--bb-space-2);
	min-height: 2.75rem; padding: 0.6rem 1.25rem; border-radius: var(--bb-radius-sm);
	border: 1.5px solid var(--bb-ink); background: var(--bb-ink); color: #fff;
	font: 700 var(--bb-text-sm) / 1.2 var(--bb-font-sans); text-decoration: none; cursor: pointer;
	transition: background 0.15s, color 0.15s, transform 0.15s;
}
.bb-btn:hover { background: #000; color: #fff; text-decoration: none; }
.bb-btn--lime, .bb-btn--accent { background: var(--bb-accent); border-color: var(--bb-accent); color: var(--bb-on-accent); border-radius: var(--bb-radius-pill); }
.bb-btn--lime:hover, .bb-btn--accent:hover { background: var(--bb-accent-dark); border-color: var(--bb-accent-dark); color: var(--bb-on-accent); }
.bb-btn--navy { background: var(--bb-ink); border-color: var(--bb-ink); }
.bb-btn--ghost { background: transparent; color: var(--bb-ink); border-color: var(--bb-line-strong); }
.bb-btn--ghost:hover { background: var(--bb-surface); color: var(--bb-ink); border-color: var(--bb-ink); }
.bb-btn--light { background: transparent; color: #fff; border-color: #fff; }
.bb-btn--light:hover { background: #fff; color: var(--bb-ink); }
.bb-btn--block { width: 100%; }
.bb-btn .bb-arrow { transition: transform 0.15s; }
.bb-btn:hover .bb-arrow { transform: translateX(3px); }
.bb-play { display: inline-flex; align-items: center; gap: var(--bb-space-3); text-decoration: none; font-weight: 700; font-size: var(--bb-text-sm); }
.bb-play span:first-child { width: 2.75rem; height: 2.75rem; border: 1.5px solid var(--bb-ink); border-radius: 50%; display: grid; place-items: center; }
.bb-play small { display: block; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.68rem; color: var(--bb-muted); }
.bb-field { display: grid; gap: var(--bb-space-1); }
.bb-field label, .bb-label { font-size: var(--bb-text-xs); font-weight: 600; color: var(--bb-muted); }
.bb-input, .bb-select, .bb-textarea {
	width: 100%; min-height: 2.75rem; padding: 0.55rem 0.8rem; border: 1px solid var(--bb-line-strong);
	border-radius: var(--bb-radius-sm); background: var(--bb-surface); color: var(--bb-ink); font: inherit;
}
.bb-textarea { min-height: 8rem; }
.bb-check { display: flex; gap: var(--bb-space-2); align-items: flex-start; font-size: var(--bb-text-sm); }
.bb-check input { margin-top: 0.25rem; accent-color: var(--bb-ink); }
.bb-notice { padding: var(--bb-space-3) var(--bb-space-4); border-radius: var(--bb-radius); background: var(--bb-lime-tint); margin-bottom: var(--bb-space-4); }
.bb-notice--error { background: #fbe9e6; }

/* ---------- Header ---------- */
.bb-header { position: sticky; top: env(safe-area-inset-top, 0); z-index: 50; background: var(--bb-surface); border-bottom: 1px solid var(--bb-line); }
.bb-header__bar { display: flex; align-items: center; gap: var(--bb-space-4); min-height: 4.5rem; }
.bb-logo { display: inline-flex; align-items: center; gap: var(--bb-space-3); color: var(--bb-ink); text-decoration: none; white-space: nowrap; }
.bb-logo:hover { text-decoration: none; }
.bb-logo__mark { width: 1.5rem; height: 1.5rem; flex: none; }
.bb-logo__name { font-family: var(--bb-font-display); font-size: 1.7rem; line-height: 1; text-transform: uppercase; letter-spacing: 0.005em; }
.bb-logo__tag { display: none; font-size: 0.64rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bb-muted); line-height: 1.35; border-left: 1px solid var(--bb-line-strong); padding-left: var(--bb-space-3); }
.bb-nav { display: none; }
.bb-header__search { display: none; }
.bb-header__cta { display: none; }
.bb-menu-toggle { margin-left: auto; display: inline-flex; align-items: center; gap: var(--bb-space-2); background: none; border: 1.5px solid var(--bb-ink); border-radius: var(--bb-radius-pill); min-height: 2.5rem; padding: 0 0.9rem; font: 700 var(--bb-text-sm) var(--bb-font-sans); cursor: pointer; color: var(--bb-ink); }
.bb-search { display: flex; border: 1px solid var(--bb-line-strong); border-radius: var(--bb-radius-sm); background: var(--bb-surface); overflow: hidden; }
.bb-search input { flex: 1; min-width: 0; border: 0; padding: 0.6rem 0.9rem; font: inherit; background: transparent; }
.bb-search input:focus { outline: none; }
.bb-search:focus-within { box-shadow: var(--bb-focus); }
.bb-search button { border: 0; background: var(--bb-ink); color: #fff; padding: 0 1rem; cursor: pointer; display: inline-flex; align-items: center; }
.bb-search--light button { background: transparent; color: var(--bb-ink); }

@media (min-width: 720px) { .bb-logo__tag { display: block; } }
@media (min-width: 1120px) {
	.bb-nav { display: flex; align-items: center; gap: var(--bb-space-1); margin-left: auto; }
	.bb-header__search { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; color: var(--bb-ink); }
	.bb-header__search:hover { background: var(--bb-lime-tint); }
	.bb-header__search svg { width: 22px; height: 22px; }
	.bb-header__cta { display: inline-flex; white-space: nowrap; }
	.bb-menu-toggle { display: none; }
}
.bb-nav__item { position: relative; }
.bb-nav__link, .bb-nav__button {
	display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.5rem 0.7rem; border: 0; background: none; white-space: nowrap;
	font: 600 var(--bb-text-sm) var(--bb-font-sans); color: var(--bb-ink); text-decoration: none; cursor: pointer; border-radius: var(--bb-radius-sm);
}
.bb-nav__link:hover, .bb-nav__button:hover, .bb-nav__button[aria-expanded="true"] { background: var(--bb-lime-tint); text-decoration: none; }
.bb-nav__button::after { content: ""; width: 0.38rem; height: 0.38rem; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.bb-mega {
	position: absolute; left: 0; top: calc(100% + 0.5rem); min-width: 16rem; background: var(--bb-surface); border: 1px solid var(--bb-line);
	border-radius: var(--bb-radius); box-shadow: var(--bb-shadow); padding: var(--bb-space-4); display: grid; gap: var(--bb-space-5);
}
.bb-mega--wide { grid-template-columns: repeat(3, minmax(11rem, 1fr)); min-width: 40rem; right: 0; left: auto; }
.bb-mega h3 { font-family: var(--bb-font-sans); font-size: var(--bb-text-xs); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bb-muted); margin-bottom: var(--bb-space-2); }
.bb-mega ul { list-style: none; padding: 0; margin: 0; }
.bb-mega li a { display: block; padding: 0.3rem 0; color: var(--bb-ink); text-decoration: none; font-size: var(--bb-text-sm); }
.bb-mega li a:hover { text-decoration: underline; text-decoration-color: var(--bb-lime-dark); text-decoration-thickness: 3px; }
.bb-mega__hub { font-weight: 700; }

/* Mobile drawer */
.bb-drawer { position: fixed; inset: 0; z-index: 60; background: rgb(18 18 18 / 50%); }
.bb-drawer__panel { position: absolute; inset: 0 0 0 auto; width: min(24rem, 100%); background: var(--bb-surface); overflow-y: auto; padding: calc(var(--bb-space-4) + env(safe-area-inset-top, 0)) var(--bb-space-4) calc(var(--bb-space-6) + env(safe-area-inset-bottom, 0)); }
.bb-drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--bb-space-4); }
.bb-drawer__close { background: none; border: 0; font-size: 1.75rem; line-height: 1; cursor: pointer; padding: var(--bb-space-2); color: var(--bb-ink); }
.bb-drawer h2 { font-family: var(--bb-font-sans); font-size: var(--bb-text-xs); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bb-muted); margin: var(--bb-space-5) 0 var(--bb-space-2); }
.bb-drawer details { border-bottom: 1px solid var(--bb-line); }
.bb-drawer summary { padding: var(--bb-space-3) 0; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }
.bb-drawer summary::after { content: "+"; color: var(--bb-muted); }
.bb-drawer details[open] summary::after { content: "−"; }
.bb-drawer ul { list-style: none; padding: 0 0 var(--bb-space-3); margin: 0; }
.bb-drawer li a { display: block; padding: 0.4rem 0; text-decoration: none; color: var(--bb-ink); }
.bb-drawer__links a { display: block; padding: var(--bb-space-3) 0; border-bottom: 1px solid var(--bb-line); color: var(--bb-ink); text-decoration: none; font-weight: 700; }
body.bb-noscroll { overflow: hidden; }

/* ---------- Breadcrumbs ---------- */
.bb-crumbs { font-size: var(--bb-text-sm); color: var(--bb-muted); margin-bottom: var(--bb-space-4); }
.bb-crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.25rem 0.5rem; }
.bb-crumbs li + li::before { content: "›"; margin-right: 0.5rem; color: var(--bb-line-strong); }
.bb-crumbs a { color: var(--bb-muted); text-decoration: none; }
.bb-crumbs a:hover { color: var(--bb-ink); text-decoration: underline; }
.bb-crumbs [aria-current] { color: var(--bb-ink-2); }

/* ---------- BuyScore ---------- */
.bb-score { display: inline-grid; gap: var(--bb-space-1); justify-items: start; }
.bb-score__label { display: inline-block; background: var(--bb-accent); color: var(--bb-on-accent); font-weight: 800; font-size: var(--bb-text-xs); letter-spacing: 0.02em; padding: 0.15rem 0.5rem; border-radius: var(--bb-radius-sm); }
.bb-score__value { font-family: var(--bb-font-display); font-weight: 400; color: var(--bb-ink); line-height: 0.9; letter-spacing: -0.01em; }
.bb-score--lg .bb-score__value { font-size: var(--bb-score-xl); }
.bb-score__out { display: block; font-family: var(--bb-font-sans); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bb-ink-2); margin-top: 0.35rem; }
.bb-score--inline .bb-score__out { display: inline; margin: 0 0 0 0.25rem; font-size: 0.7rem; }
.bb-score__band { font-weight: 700; font-size: var(--bb-text-sm); color: var(--bb-ink-2); }
.bb-score--inline .bb-score__value { font-size: 1.9rem; }
.bb-score__none { font-weight: 600; color: var(--bb-ink-2); font-size: var(--bb-text-sm); padding: var(--bb-space-2) var(--bb-space-3); border: 1.5px dashed var(--bb-line-strong); border-radius: var(--bb-radius-sm); max-width: 14rem; }
.bb-ring { position: relative; width: 3.4rem; height: 3.4rem; flex: none; }
.bb-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.bb-ring__track { stroke: var(--bb-line); }
.bb-ring__fill { stroke: var(--bb-ink); stroke-linecap: round; }
.bb-ring__num { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--bb-font-display); font-size: 1.35rem; color: var(--bb-ink); }
.bb-score-tag { display: inline-block; font-size: var(--bb-text-xs); font-weight: 700; padding: 0.15rem 0.5rem; border-radius: var(--bb-radius-pill); background: var(--bb-bg-2); color: var(--bb-ink-2); }

/* ---------- Evidence dots ---------- */
.bb-evidence { display: inline-grid; gap: var(--bb-space-1); }
.bb-evidence__title { font-size: var(--bb-text-sm); font-weight: 600; color: var(--bb-ink-2); }
.bb-evidence__row { display: flex; align-items: center; gap: var(--bb-space-2); flex-wrap: wrap; }
.bb-dots { display: inline-flex; gap: 5px; }
.bb-dot { width: 0.7rem; height: 0.7rem; border-radius: 50%; background: var(--bb-dot-off); }
.bb-dot.is-on { background: var(--bb-dot-on); }
.bb-evidence__label { font-size: var(--bb-text-sm); font-weight: 700; }
.bb-evidence details { font-size: var(--bb-text-sm); }
.bb-evidence summary { cursor: pointer; color: var(--bb-ink-2); font-size: var(--bb-text-xs); text-decoration: underline; }
.bb-evidence table { margin-top: var(--bb-space-2); }
.bb-limited { display: inline-block; font-size: var(--bb-text-xs); font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; border: 1.5px solid var(--bb-ink); border-radius: var(--bb-radius-sm); padding: 0 0.35rem; }

/* ---------- Product DNA ---------- */
.bb-dna { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--bb-space-4); }
.bb-dna__head { display: flex; justify-content: space-between; gap: var(--bb-space-3); font-size: var(--bb-text-sm); }
.bb-dna__label { font-weight: 700; }
.bb-dna__weight { color: var(--bb-muted); font-weight: 400; }
.bb-dna__score { font-family: var(--bb-font-display); font-size: 1.2rem; }
.bb-bar { height: 0.6rem; background: var(--bb-bg-2); border-radius: 999px; overflow: hidden; margin: 0.35rem 0; }
.bb-bar__fill { height: 100%; background: var(--bb-lime); border-radius: inherit; box-shadow: inset 0 0 0 1px rgb(18 18 18 / 8%); }
.bb-bar--low .bb-bar__fill { background: var(--bb-ink); }
.bb-dna__reason { font-size: var(--bb-text-sm); color: var(--bb-ink-2); margin: 0; }
.bb-dna__limited { font-size: var(--bb-text-sm); font-weight: 700; color: var(--bb-muted); }
.bb-dna__maths { font-size: var(--bb-text-sm); color: var(--bb-muted); margin-top: var(--bb-space-4); }
.bb-refs a { font-size: 0.75em; vertical-align: super; text-decoration: none; margin-left: 1px; color: var(--bb-muted); }
.bb-refs a:hover { color: var(--bb-ink); }

/* ---------- Notes (held back, safety, recall) ---------- */
.bb-note { border-left: 4px solid var(--bb-ink); background: var(--bb-surface); padding: var(--bb-space-3) var(--bb-space-4); border-radius: 0 var(--bb-radius-sm) var(--bb-radius-sm) 0; font-size: var(--bb-text-sm); }
.bb-note strong { display: block; margin-bottom: var(--bb-space-1); }
.bb-note--alert { border-left-color: #b42318; background: #fbe9e6; }
.bb-note > :last-child { margin-bottom: 0; }

/* ---------- Verdict header ---------- */
.bb-verdict { display: grid; gap: var(--bb-space-5); padding-block: var(--bb-space-4) var(--bb-space-5); }
.bb-verdict__title { font-size: var(--bb-text-2xl); margin-bottom: var(--bb-space-2); }
.bb-verdict__brand { color: var(--bb-muted); font-size: var(--bb-text-sm); margin-bottom: var(--bb-space-3); }
.bb-verdict__line { font-size: var(--bb-text-md); line-height: var(--bb-leading-snug); color: var(--bb-ink-2); max-width: 40rem; }
.bb-verdict__facts { display: grid; grid-template-columns: 1fr; gap: var(--bb-space-3); margin: var(--bb-space-4) 0; }
.bb-fact { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius-sm); padding: var(--bb-space-3) var(--bb-space-4); }
.bb-fact dt { font-size: var(--bb-text-xs); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bb-muted); }
.bb-fact dd { margin: 0; font-weight: 700; }
.bb-verdict__score { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-5); display: grid; gap: var(--bb-space-4); align-content: start; }
.bb-verdict__meta { font-size: var(--bb-text-xs); color: var(--bb-muted); }
.bb-verdict__media { margin: 0; }
.bb-verdict__media img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: var(--bb-bg); border-radius: var(--bb-radius-sm); }
.bb-verdict__media figcaption { font-size: var(--bb-text-xs); color: var(--bb-muted); margin-top: var(--bb-space-1); }
@media (min-width: 640px) { .bb-verdict__facts { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .bb-verdict { grid-template-columns: minmax(0, 1fr) 19rem; align-items: start; } }

/* Review page: the score card sits in the sidebar so the content starts right under the verdict.
   Phones: intro, score, content, then where to buy. */
.bb-review { display: grid; gap: var(--bb-space-5) var(--bb-space-6); grid-template-columns: minmax(0, 1fr); padding-top: var(--bb-space-4); }
.bb-review > * { min-width: 0; }
.bb-review__side { display: contents; }
.bb-review__intro { order: 1; }
.bb-review__side > .bb-verdict__score { order: 2; }
.bb-review__main { order: 3; }
.bb-review__buy { order: 4; }
@media (min-width: 960px) {
	.bb-review { grid-template-columns: minmax(0, 1fr) 20rem; grid-template-rows: auto 1fr; align-items: start; }
	.bb-review__intro { grid-column: 1; grid-row: 1; }
	.bb-review__main { grid-column: 1; grid-row: 2; }
	.bb-review__side { display: grid; gap: var(--bb-space-5); grid-column: 2; grid-row: 1 / span 2; }
}

/* ---------- Before You Buy ---------- */
.bb-byb { display: grid; gap: var(--bb-space-4); }
.bb-byb__col { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-4); }
.bb-byb h3 { font-size: var(--bb-text-md); }
.bb-ticks { list-style: none; padding: 0; margin: 0; }
.bb-ticks li { position: relative; padding-left: 1.85rem; margin-bottom: var(--bb-space-2); }
.bb-ticks li::before { content: ""; position: absolute; left: 0; top: 0.2em; width: 1.15rem; height: 1.15rem; border-radius: 4px; background: var(--bb-lime); border: 1.5px solid var(--bb-ink); }
.bb-ticks li::after { content: ""; position: absolute; left: 0.42rem; top: 0.38em; width: 0.3rem; height: 0.58rem; border-right: 2px solid var(--bb-ink); border-bottom: 2px solid var(--bb-ink); transform: rotate(45deg); }
.bb-crosses li::before { background: var(--bb-surface); }
.bb-crosses li::after { content: "×"; border: 0; transform: none; left: 0.3rem; top: 0; color: var(--bb-ink); font-weight: 800; width: auto; height: auto; }
@media (min-width: 640px) { .bb-byb--two { grid-template-columns: 1fr 1fr; } }

/* ---------- Product card ---------- */
.bb-card { position: relative; display: flex; flex-direction: column; background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-4); height: 100%; transition: border-color 0.15s, box-shadow 0.15s; }
.bb-card:hover { border-color: var(--bb-ink); box-shadow: var(--bb-shadow); }
.bb-card__label { align-self: flex-start; background: var(--bb-accent); color: var(--bb-on-accent); font-size: var(--bb-text-xs); font-weight: 800; padding: 0.2rem 0.55rem; border-radius: var(--bb-radius-sm); margin-bottom: var(--bb-space-3); }
.bb-card__media { aspect-ratio: 4 / 3; margin: 0 0 var(--bb-space-3); display: grid; place-items: center; background: var(--bb-bg); border-radius: var(--bb-radius-sm); overflow: hidden; }
.bb-card__media img { width: 100%; height: 100%; object-fit: contain; }
.bb-card__top { display: flex; justify-content: space-between; gap: var(--bb-space-3); align-items: flex-start; }
.bb-card__title { font-size: 1.3rem; margin: 0; }
.bb-card__title a { color: var(--bb-ink); text-decoration: none; }
.bb-card__title a::after { content: ""; position: absolute; inset: 0; }
.bb-card__sub { font-size: var(--bb-text-sm); color: var(--bb-muted); margin: 0.15rem 0 0; }
.bb-card__facts { margin: var(--bb-space-3) 0 var(--bb-space-4); display: grid; gap: var(--bb-space-2); font-size: var(--bb-text-sm); }
.bb-card__facts dt { font-weight: 800; color: var(--bb-ink); }
.bb-card__facts dd { margin: 0; color: var(--bb-ink-2); }
.bb-card__cta { margin-top: auto; }
.bb-card__cta .bb-btn { width: 100%; position: relative; z-index: 1; }
.bb-card--row { display: grid; gap: var(--bb-space-4); }
@media (min-width: 800px) { .bb-card--row { grid-template-columns: 12rem minmax(0, 1fr) 15rem; align-items: start; } .bb-card--row .bb-card__media { margin: 0; } }

/* ---------- Tables ---------- */
.bb-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: var(--bb-space-4); }
.bb-table { width: 100%; border-collapse: collapse; font-size: var(--bb-text-sm); background: var(--bb-surface); }
.bb-table caption { text-align: left; padding-bottom: var(--bb-space-2); font-family: var(--bb-font-serif); font-size: var(--bb-text-lg); }
.bb-table th, .bb-table td { text-align: left; padding: 0.65rem 0.75rem; border-bottom: 1px solid var(--bb-line); vertical-align: top; }
.bb-table thead th { background: var(--bb-ink); color: #fff; font-size: var(--bb-text-xs); letter-spacing: 0.08em; text-transform: uppercase; }
.bb-table thead th a { color: #fff; }
.bb-table button.bb-sort { background: none; border: 0; font: inherit; color: inherit; cursor: pointer; padding: 0; text-transform: inherit; letter-spacing: inherit; }
.bb-table button.bb-sort::after { content: " ↕"; color: var(--bb-lime); }
.bb-specs__basis { color: var(--bb-muted); }
.bb-compare-cell { min-width: 9rem; }

/* ---------- Evidence blocks ---------- */
.bb-consensus__bar { display: flex; height: 0.7rem; border-radius: 999px; overflow: hidden; background: var(--bb-line); margin: var(--bb-space-3) 0; }
.bb-consensus__bar span { display: block; }
.bb-consensus__pos { background: var(--bb-ink); }
.bb-consensus__mixed { background: var(--bb-muted); }
.bb-consensus__neg { background: var(--bb-line-strong); }
.bb-consensus__legend { display: flex; flex-wrap: wrap; gap: var(--bb-space-4); font-size: var(--bb-text-sm); list-style: none; padding: 0; }
.bb-consensus__legend i { display: inline-block; width: 0.7rem; height: 0.7rem; border-radius: 2px; margin-right: 0.35rem; vertical-align: -1px; }
.bb-themes { display: grid; gap: var(--bb-space-4); }
@media (min-width: 640px) { .bb-themes { grid-template-columns: 1fr 1fr; } }
.bb-themes h3 { font-size: var(--bb-text-md); }
.bb-themes ul { padding-left: 1.1rem; }
.bb-claim { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-4); margin-bottom: var(--bb-space-4); }
.bb-claim__label { font-size: var(--bb-text-xs); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bb-muted); margin-bottom: var(--bb-space-2); }
.bb-claim__claim { font-family: var(--bb-font-serif); font-size: var(--bb-text-lg); line-height: var(--bb-leading-snug); margin: 0 0 var(--bb-space-3); padding: 0; border: 0; }
.bb-claim .bb-claim__verdict { display: inline-block; background: var(--bb-ink); color: var(--bb-lime); font-weight: 800; font-size: var(--bb-text-sm); padding: 0.15rem 0.6rem; border-radius: var(--bb-radius-sm); margin-bottom: var(--bb-space-3); }
.bb-claim--supported .bb-claim__verdict { background: var(--bb-lime); color: var(--bb-ink); }
.bb-claim__evidence { margin: 0; font-size: var(--bb-text-sm); color: var(--bb-ink-2); }
.bb-callout { border-left: 4px solid var(--bb-lime-dark); background: var(--bb-lime-tint); padding: var(--bb-space-4); border-radius: 0 var(--bb-radius-sm) var(--bb-radius-sm) 0; margin: 0 0 var(--bb-space-4); }
.bb-callout--warning { border-left-color: #b42318; background: #fbe9e6; }
.bb-callout__title { font-weight: 800; margin-bottom: var(--bb-space-2); }
.bb-callout p:last-child { margin: 0; }

/* ---------- Sources ---------- */
.bb-sources ol { padding-left: 0; list-style: none; font-size: var(--bb-text-sm); }
.bb-sources li { display: grid; grid-template-columns: 2.25rem minmax(0, 1fr); gap: var(--bb-space-2); padding: var(--bb-space-2) 0; border-bottom: 1px solid var(--bb-line); }
.bb-sources li:target { background: var(--bb-lime-tint); }
.bb-sources__n { font-weight: 800; color: var(--bb-muted); }
.bb-sources__meta { color: var(--bb-muted); display: block; }
.bb-old { font-size: var(--bb-text-xs); font-weight: 800; border: 1px solid var(--bb-muted); border-radius: 3px; padding: 0 0.25rem; margin-left: 0.25rem; }

/* ---------- Buy box ---------- */
.bb-buy { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-4); display: grid; gap: var(--bb-space-3); }
.bb-buy__head { display: flex; justify-content: space-between; align-items: center; gap: var(--bb-space-3); flex-wrap: wrap; }
.bb-buy__head h2, .bb-buy__head h3 { font-size: var(--bb-text-md); margin: 0; font-family: var(--bb-font-sans); font-weight: 800; }
.bb-region-select { font-size: var(--bb-text-sm); display: flex; align-items: center; gap: var(--bb-space-2); }
.bb-region-select select { min-height: 2.25rem; padding: 0.25rem 0.5rem; border: 1px solid var(--bb-line-strong); border-radius: var(--bb-radius-sm); background: var(--bb-surface); font: inherit; }
.bb-buy__links { display: grid; gap: var(--bb-space-2); }
.bb-buy__links .bb-btn { justify-content: space-between; }
.bb-buy__retailer { font-weight: 500; opacity: 0.85; }
.bb-buy__none { font-size: var(--bb-text-sm); color: var(--bb-ink-2); }
.bb-value { font-size: var(--bb-text-sm); }
.bb-value strong { display: block; font-size: var(--bb-text-base); }
.bb-disclosure { font-size: var(--bb-text-xs); color: var(--bb-muted); margin: 0; }
.bb-disclosure a { color: inherit; }

/* ---------- Researched by ---------- */
.bb-researched { display: flex; flex-wrap: wrap; gap: 0.25rem 0.75rem; align-items: center; font-size: var(--bb-text-sm); color: var(--bb-ink-2); }
.bb-researched__badge { font-weight: 800; color: var(--bb-ink); background: var(--bb-lime); padding: 0 0.4rem; border-radius: 4px; }
.bb-researched__sep { color: var(--bb-line-strong); }

/* ---------- Related links ---------- */
.bb-related { display: grid; gap: var(--bb-space-4); }
.bb-related h3 { font-size: var(--bb-text-md); font-family: var(--bb-font-sans); font-weight: 800; }
.bb-linklist { list-style: none; padding: 0; margin: 0; }
.bb-linklist li { padding: var(--bb-space-2) 0; border-bottom: 1px solid var(--bb-line); }
.bb-linklist a { font-weight: 700; text-decoration: none; }
.bb-linklist a:hover { text-decoration: underline; }
.bb-linklist span { display: block; font-size: var(--bb-text-sm); color: var(--bb-muted); }

/* ---------- Article cards ---------- */
.bb-post { display: flex; flex-direction: column; gap: var(--bb-space-2); background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-4); position: relative; height: 100%; transition: border-color 0.15s; }
.bb-post:hover { border-color: var(--bb-ink); }
.bb-post__type { font-size: var(--bb-text-xs); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bb-ink-2); }
.bb-post h3 { font-size: var(--bb-text-lg); margin: 0; }
.bb-post h3 a { color: var(--bb-ink); text-decoration: none; }
.bb-post h3 a::after { content: ""; position: absolute; inset: 0; }
.bb-post p { font-size: var(--bb-text-sm); color: var(--bb-ink-2); margin: 0; }
.bb-post time { font-size: var(--bb-text-xs); color: var(--bb-muted); margin-top: auto; }

/* ============================================================
   Homepage
   ============================================================ */

/* Hero */
.bb-hero { padding-block: var(--bb-space-6) 0; }
.bb-hero__grid { display: grid; gap: var(--bb-space-6); align-items: stretch; }
.bb-hero h1 { font-family: var(--bb-font-display); font-weight: 400; font-size: var(--bb-text-hero); text-transform: uppercase; line-height: 0.88; letter-spacing: -0.01em; margin: 0 0 var(--bb-space-5); }
.bb-hero h1 .bb-underline { position: relative; display: inline-block; }
.bb-hero h1 .bb-underline svg { position: absolute; left: -2%; bottom: -0.16em; width: 104%; height: 0.24em; overflow: visible; }
.bb-hero__lead { font-size: var(--bb-text-md); color: var(--bb-ink-2); max-width: 32rem; }
.bb-hero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: var(--bb-space-4) var(--bb-space-5); margin: var(--bb-space-5) 0; }
.bb-hero__ctas .bb-btn { min-height: 3.25rem; padding-inline: 1.6rem; font-size: var(--bb-text-base); }
.bb-hero__search { max-width: 32rem; }
.bb-hero__search .bb-search { min-height: 3rem; }
.bb-popular { font-size: var(--bb-text-sm); display: flex; flex-wrap: wrap; gap: var(--bb-space-2) var(--bb-space-3); align-items: baseline; margin-top: var(--bb-space-3); }
.bb-popular strong { font-weight: 700; }
.bb-popular a { color: var(--bb-ink); }

.bb-hero__panel { position: relative; min-height: 26rem; border-radius: var(--bb-radius-lg); overflow: hidden; background: radial-gradient(120% 90% at 80% 10%, #fffdf6 0%, #efe7d6 55%, #e3d7bf 100%); padding: var(--bb-space-5); display: none; }
.bb-hero__panel::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 22px, rgb(18 18 18 / 2.5%) 22px 23px); }
.bb-scorecard { background: var(--bb-surface); border-radius: var(--bb-radius); box-shadow: 0 30px 60px rgb(18 18 18 / 18%); padding: var(--bb-space-5); display: grid; gap: var(--bb-space-3); }
.bb-scorecard__link { font-size: var(--bb-text-sm); font-weight: 700; color: var(--bb-ink); justify-self: start; }

/* Deck of the latest reviews: cards stacked with --pos (0 = front); site.js cycles them. */
.bb-deck { position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -54%); width: min(20rem, 70%); }
.bb-deck__stack { display: grid; }
.bb-deck__card { grid-area: 1 / 1; z-index: calc(10 - var(--pos)); transform-origin: 50% 100%; transform: translate(calc(var(--pos) * 0.7rem), calc(var(--pos) * -0.8rem)) rotate(calc(-2deg + var(--pos) * 3deg)) scale(calc(1 - var(--pos) * 0.05)); transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.4s ease, box-shadow 0.4s ease; }
.bb-deck__card:not([data-pos="0"]) { box-shadow: 0 12px 28px rgb(18 18 18 / 10%); }
.bb-deck__card:not([data-pos="0"]):not([data-pos="1"]):not([data-pos="2"]) { opacity: 0; }
.bb-deck__card.is-leaving { transform: translate(-115%, 1.5rem) rotate(-14deg); opacity: 0; }
.bb-deck__dots { position: absolute; top: calc(100% + 1.4rem); left: 0; right: 0; display: flex; justify-content: center; gap: 0.45rem; }
.bb-deck__dots button { width: 0.6rem; height: 0.6rem; padding: 0; border-radius: 50%; border: 1.5px solid var(--bb-ink); background: transparent; cursor: pointer; transition: width 0.3s ease, background 0.3s ease; }
.bb-deck__dots button[aria-current="true"] { width: 1.6rem; border-radius: 0.3rem; background: var(--bb-ink); }
.bb-deck__dots button:focus-visible { outline: 2px solid var(--bb-lime-dark); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .bb-deck__card, .bb-deck__dots button { transition: none; } }
.bb-scorecard__name { font-family: var(--bb-font-serif); font-size: 1.35rem; line-height: 1.1; margin: 0; }
.bb-scorecard__cat { font-size: var(--bb-text-xs); color: var(--bb-muted); margin: 0; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; }
.bb-scorecard .bb-score__value { font-size: 4.2rem; }
.bb-scorecard .bb-dna { gap: var(--bb-space-2); }
.bb-scorecard .bb-dna__head { font-size: var(--bb-text-xs); }
.bb-scorecard .bb-bar { height: 0.45rem; margin: 0.2rem 0 0; }
.bb-tag { position: absolute; z-index: 2; background: var(--bb-surface); border-radius: var(--bb-radius-sm); box-shadow: var(--bb-shadow); padding: 0.55rem 2.2rem 0.6rem 0.8rem; font-size: 0.72rem; color: var(--bb-ink-2); text-decoration: none; line-height: 1.3; max-width: 12rem; }
.bb-tag strong { display: block; font-size: var(--bb-text-sm); color: var(--bb-ink); }
.bb-tag::after { content: "↗"; position: absolute; right: 0.7rem; top: 50%; transform: translateY(-50%); font-weight: 700; color: var(--bb-ink); }
.bb-tag:hover { text-decoration: none; outline: 2px solid var(--bb-lime-dark); }
.bb-tag--a { top: 1.5rem; right: 1.5rem; }
.bb-tag--b { bottom: 1.75rem; left: 1.5rem; }
.bb-annot { position: absolute; z-index: 2; display: flex; align-items: flex-end; gap: 0.25rem; font-family: var(--bb-font-hand); font-weight: 500; font-size: 1.3rem; line-height: 1.05; color: var(--bb-ink-2); pointer-events: none; }
.bb-annot svg { width: 2.6rem; height: 2.6rem; flex: none; }
.bb-annot--a { top: 1.5rem; left: 1.5rem; transform: rotate(-8deg); max-width: 9rem; flex-direction: column; align-items: flex-start; }
.bb-annot--b { right: 1.5rem; bottom: 1.5rem; transform: rotate(-8deg); max-width: 8.5rem; flex-direction: column-reverse; align-items: flex-end; }
@media (min-width: 960px) {
	.bb-hero__grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); }
	.bb-hero__panel { display: block; }
}

/* Stats */
.bb-stats { display: grid; grid-template-columns: 1fr 1fr; gap: var(--bb-space-5) var(--bb-space-4); padding-block: var(--bb-space-6); border-bottom: 1px solid var(--bb-line); }
.bb-stat strong { display: block; font-family: var(--bb-font-display); font-weight: 400; font-size: clamp(2.2rem, 1.8rem + 1.6vw, 3rem); line-height: 1; }
.bb-stat span { font-size: var(--bb-text-sm); color: var(--bb-ink-2); }
.bb-stat--icon { display: flex; align-items: center; gap: var(--bb-space-3); }
.bb-stat--icon svg { width: 2.6rem; height: 2.6rem; flex: none; }
@media (min-width: 960px) { .bb-stats { grid-template-columns: repeat(4, 1fr) 1.3fr; } .bb-stat + .bb-stat { border-left: 1px solid var(--bb-line); padding-left: var(--bb-space-5); } }

/* Finder band */
.bb-finderband { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-5); display: grid; gap: var(--bb-space-4); align-items: end; margin-top: var(--bb-space-6); }
.bb-finderband h2 { font-size: var(--bb-text-lg); margin: 0; }
.bb-finderband p { margin: 0; color: var(--bb-muted); font-size: var(--bb-text-sm); }
.bb-finderband__fields { display: grid; gap: var(--bb-space-3); }
@media (min-width: 720px) { .bb-finderband__fields { grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: end; } }
@media (min-width: 1080px) { .bb-finderband { grid-template-columns: minmax(14rem, 0.8fr) minmax(0, 2fr); } }

/* Trending */
.bb-trend__head { display: grid; gap: var(--bb-space-3) var(--bb-space-6); align-items: end; margin-bottom: var(--bb-space-5); }
.bb-trend__head h2 { font-family: var(--bb-font-display); font-weight: 400; text-transform: uppercase; font-size: var(--bb-text-display); line-height: 0.9; margin: 0; }
.bb-trend__head p { margin: 0; max-width: 22rem; color: var(--bb-ink-2); font-size: var(--bb-text-md); line-height: 1.35; }
.bb-trend__cards { display: grid; gap: var(--bb-space-5); }
@media (min-width: 900px) { .bb-trend__head { grid-template-columns: auto 1fr auto; } .bb-trend__cards { grid-template-columns: 1fr 1fr; } }
.bb-trendcard { display: grid; background: var(--bb-surface); border-radius: var(--bb-radius); overflow: hidden; border: 1px solid var(--bb-line); }
.bb-trendcard__visual { position: relative; min-height: 14rem; background: linear-gradient(160deg, #efe6d3 0%, #d9c9a8 100%); padding: 5.5rem var(--bb-space-4) var(--bb-space-4); display: flex; flex-direction: column; justify-content: flex-end; gap: var(--bb-space-2); }
.bb-trendcard__visual::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 18px, rgb(18 18 18 / 3%) 18px 19px); }
.bb-rank { position: absolute; top: 0; left: var(--bb-space-4); background: var(--bb-lime); color: var(--bb-ink); padding: 0.55rem 0.6rem 0.5rem; text-align: center; border-radius: 0 0 var(--bb-radius-sm) var(--bb-radius-sm); z-index: 1; }
.bb-rank strong { display: block; font-family: var(--bb-font-display); font-weight: 400; font-size: 2rem; line-height: 1; }
.bb-rank span { display: block; font-size: 0.56rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; line-height: 1.2; }
.bb-mini { position: relative; background: rgb(255 255 255 / 88%); border-radius: var(--bb-radius-sm); padding: 0.45rem 0.7rem; display: flex; justify-content: space-between; align-items: center; gap: var(--bb-space-3); font-size: var(--bb-text-sm); font-weight: 600; }
.bb-mini b { font-family: var(--bb-font-display); font-weight: 400; font-size: 1.25rem; }
.bb-trendcard__body { padding: var(--bb-space-5); display: flex; flex-direction: column; gap: var(--bb-space-3); }
.bb-trendcard__body h3 { font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.6rem); line-height: 1; margin: 0; }
.bb-trendcard__body p { margin: 0; color: var(--bb-ink-2); font-size: var(--bb-text-sm); }
.bb-trendcard__body .bb-btn { align-self: flex-start; margin-top: auto; }
@media (min-width: 560px) { .bb-trendcard { grid-template-columns: 0.9fr 1.1fr; } }

/* Featured review */
.bb-featured { display: grid; gap: var(--bb-space-5); background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-5); align-items: start; }
.bb-featured__visual { position: relative; min-height: 13rem; border-radius: var(--bb-radius-sm); background: linear-gradient(160deg, #f1ebdf, #ddd0b6); padding: var(--bb-space-4); display: flex; align-items: flex-end; }
/* With a product image: the image fills the panel at 4:3, the standard image shape. */
.bb-featured__visual--image { padding: 0; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--bb-bg); align-self: start; }
.bb-featured__visual--image img { width: 100%; height: 100%; object-fit: cover; }
.bb-featured__visual .bb-annot { position: static; transform: rotate(-6deg); flex-direction: column; align-items: flex-start; }
.bb-featured__name { font-size: 1.7rem; margin: 0; }
.bb-featured__name a { color: inherit; text-decoration: none; }
.bb-featured__cat { color: var(--bb-muted); margin: 0 0 var(--bb-space-4); }
.bb-featured__score { display: grid; gap: var(--bb-space-4); }
.bb-featured h3 { font-family: var(--bb-font-sans); font-weight: 800; font-size: var(--bb-text-sm); margin-bottom: var(--bb-space-3); }
.bb-featured .bb-dna { gap: var(--bb-space-2); }
.bb-featured .bb-dna li { display: grid; grid-template-columns: minmax(0, 1fr) 6rem 2rem; align-items: center; gap: var(--bb-space-2); font-size: var(--bb-text-xs); border-bottom: 1px solid var(--bb-line); padding-bottom: var(--bb-space-2); }
.bb-featured .bb-bar { margin: 0; }
.bb-featured .bb-dna b { font-family: var(--bb-font-display); font-weight: 400; font-size: 1rem; text-align: right; }
.bb-sourcecard dl { margin: 0 0 var(--bb-space-3); display: grid; grid-template-columns: 1fr auto; gap: 0.3rem var(--bb-space-3); font-size: var(--bb-text-sm); }
.bb-sourcecard dt { color: var(--bb-ink-2); }
.bb-sourcecard dd { margin: 0; font-weight: 800; text-align: right; }
.bb-sourcecard blockquote { margin: 0; font-size: var(--bb-text-sm); border-left: 3px solid var(--bb-lime); padding-left: var(--bb-space-3); color: var(--bb-ink-2); }
.bb-sourcecard__label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bb-muted); margin: var(--bb-space-3) 0 var(--bb-space-2); }
@media (min-width: 720px) { .bb-featured { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1120px) { .bb-featured { grid-template-columns: 0.8fr 1.25fr 1fr 0.95fr; } .bb-featured > * + * { border-left: 1px solid var(--bb-line); padding-left: var(--bb-space-5); } .bb-featured > .bb-featured__visual + * { border-left: 0; padding-left: 0; } }

/* Editorial + claim board */
.bb-story { display: grid; gap: var(--bb-space-5); }
@media (min-width: 960px) { .bb-story { grid-template-columns: 1.4fr 1fr; } }
.bb-editorial { position: relative; overflow: hidden; border-radius: var(--bb-radius); background: radial-gradient(90% 120% at 20% 100%, #3a3a36 0%, var(--bb-dark) 60%), var(--bb-dark); color: #fff; padding: var(--bb-space-6) var(--bb-space-5); display: grid; gap: var(--bb-space-4); align-items: center; min-height: 12rem; }
.bb-editorial::before { content: ""; position: absolute; inset: auto -10% -40% 30%; height: 80%; background: linear-gradient(160deg, transparent 40%, rgb(255 255 255 / 5%) 41%, transparent 70%); transform: skewY(-12deg); }
.bb-editorial .bb-eyebrow { color: #cfcfc6; }
.bb-editorial h2 { color: #fff; font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem); line-height: 0.95; margin: 0; }
.bb-editorial h2 em { font-style: normal; position: relative; display: inline-block; }
.bb-editorial h2 em svg { position: absolute; left: 0; bottom: -0.1em; width: 100%; height: 0.22em; }
.bb-editorial p { color: #e1e1da; margin: 0 0 var(--bb-space-4); font-size: var(--bb-text-sm); max-width: 22rem; }
@media (min-width: 720px) { .bb-editorial { grid-template-columns: 1.1fr 1fr; padding-inline: var(--bb-space-6); } }
.bb-claimboard { position: relative; overflow: hidden; border-radius: var(--bb-radius); background: var(--bb-bg-2); padding: var(--bb-space-5); display: grid; gap: var(--bb-space-4); min-height: 12rem; }
.bb-claimboard h2 { font-size: clamp(1.9rem, 1.5rem + 1.3vw, 2.5rem); line-height: 1; margin: 0; }
.bb-claimboard p { margin: 0; font-size: var(--bb-text-sm); color: var(--bb-ink-2); }
.bb-claimboard__notes { display: grid; gap: var(--bb-space-3); justify-items: end; }
.bb-sticky { font-family: var(--bb-font-hand); font-weight: 500; font-size: 1.35rem; line-height: 1.1; padding: 0.7rem 0.9rem; box-shadow: 0 10px 20px rgb(18 18 18 / 12%); max-width: 15rem; }
.bb-sticky--claim { background: #fff; transform: rotate(-4deg); justify-self: start; }
.bb-sticky--verdict { background: var(--bb-lime); transform: rotate(3deg); }
.bb-sticky small { display: block; font-family: var(--bb-font-sans); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.2rem; }
@media (min-width: 560px) { .bb-claimboard { grid-template-columns: 1fr 1fr; align-items: center; } }

/* Pair of features (comparison, before you buy) */
.bb-pair { display: grid; gap: var(--bb-space-4); }
@media (min-width: 960px) { .bb-pair { grid-template-columns: repeat(3, minmax(0, 1fr)); } .bb-pair--2 { grid-template-columns: 1fr 1fr; } }
.bb-feature { background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-5); display: grid; gap: var(--bb-space-3); align-content: start; }
.bb-feature h2 { font-size: var(--bb-text-xl); margin: 0; }
.bb-feature p { margin: 0; color: var(--bb-ink-2); font-size: var(--bb-text-sm); }

/* On the desk (area hubs) */
.bb-desk { display: grid; background: var(--bb-dark); color: #fff; border-radius: var(--bb-radius); overflow: hidden; }
.bb-desk__media { min-height: 12rem; background: var(--bb-dark-2); }
.bb-desk__media img { width: 100%; height: 100%; object-fit: cover; }
.bb-desk__media--art { display: grid; place-items: center; padding: var(--bb-space-5); color: var(--bb-lime); }
.bb-desk__body { padding: var(--bb-space-5); display: grid; gap: var(--bb-space-3); align-content: center; }
.bb-desk .bb-eyebrow { color: var(--bb-lime); }
.bb-desk h2 { color: #fff; font-size: var(--bb-text-xl); margin: 0; }
.bb-desk p { color: #dcdcd4; margin: 0; }
.bb-desk-row { display: grid; gap: var(--bb-space-5); }
@media (min-width: 720px) { .bb-desk { grid-template-columns: 0.9fr 1.1fr; } }

/* How we research */
.bb-howwe { display: grid; gap: var(--bb-space-5); background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-6) var(--bb-space-5); align-items: center; }
.bb-howwe h2 { font-family: var(--bb-font-display); font-weight: 400; text-transform: uppercase; font-size: var(--bb-text-2xl); line-height: 0.95; }
.bb-howwe ul { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--bb-space-2); font-size: var(--bb-text-sm); }
.bb-howwe li { display: flex; gap: var(--bb-space-2); align-items: baseline; }
.bb-swatch { width: 0.7rem; height: 0.7rem; border-radius: 50%; flex: none; }
.bb-weights li { justify-content: space-between; }
.bb-donut { width: 11rem; height: 11rem; margin: 0 auto; }
@media (min-width: 960px) { .bb-howwe { grid-template-columns: 1.1fr 0.9fr 1fr; } }

/* Trust strip */
.bb-trust { background: var(--bb-ink); color: #fff; }
.bb-trust__inner { display: grid; gap: var(--bb-space-4); padding-block: var(--bb-space-6); }
.bb-trust h2 { color: #fff; margin: 0; font-family: var(--bb-font-display); font-weight: 400; text-transform: uppercase; font-size: var(--bb-text-xl); }
.bb-trust h2 span { color: var(--bb-lime); }
.bb-trust p { margin: 0; color: #cfcfc6; font-size: var(--bb-text-sm); }
.bb-trust__items { display: grid; grid-template-columns: 1fr 1fr; gap: var(--bb-space-4); }
.bb-trust__items strong { display: block; font-size: var(--bb-text-sm); color: var(--bb-lime); }
.bb-trust__items span { font-size: var(--bb-text-xs); color: #cfcfc6; }
@media (min-width: 960px) { .bb-trust__inner { grid-template-columns: 1fr 2fr; align-items: center; } .bb-trust__items { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Hubs ---------- */
.bb-hubhead { padding-block: var(--bb-space-5) var(--bb-space-4); }
.bb-hubhead h1 { font-size: var(--bb-text-display); margin-bottom: var(--bb-space-3); }
.bb-hubhead p { max-width: 44rem; color: var(--bb-ink-2); font-size: var(--bb-text-md); }
.bb-catgrid { display: grid; gap: var(--bb-space-3); grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr)); }
.bb-cat { display: block; background: var(--bb-surface); border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-4); text-decoration: none; color: var(--bb-ink); transition: border-color 0.15s, box-shadow 0.15s; }
.bb-cat:hover { border-color: var(--bb-ink); box-shadow: inset 0 -4px 0 var(--bb-lime); text-decoration: none; }
.bb-cat strong { display: block; font-family: var(--bb-font-serif); font-weight: 400; font-size: var(--bb-text-lg); }
.bb-cat span { font-size: var(--bb-text-sm); color: var(--bb-muted); }
.bb-weights-table td:last-child, .bb-weights-table th:last-child { text-align: right; }

/* ---------- Finder ---------- */
.bb-quiz { display: grid; gap: var(--bb-space-4); }
.bb-quiz fieldset { border: 1px solid var(--bb-line); border-radius: var(--bb-radius); padding: var(--bb-space-4); margin: 0; background: var(--bb-surface); }
.bb-quiz legend { padding: 0 var(--bb-space-2); font-family: var(--bb-font-serif); font-size: var(--bb-text-lg); }
.bb-options { display: flex; flex-wrap: wrap; gap: var(--bb-space-2); }
.bb-options label { display: inline-flex; align-items: center; gap: var(--bb-space-2); border: 1.5px solid var(--bb-line-strong); border-radius: 999px; padding: 0.4rem 0.9rem; cursor: pointer; font-size: var(--bb-text-sm); background: var(--bb-surface); font-weight: 600; }
.bb-options input { accent-color: var(--bb-ink); }
.bb-options label:has(input:checked) { border-color: var(--bb-ink); background: var(--bb-lime); }
.bb-results { display: grid; gap: var(--bb-space-4); margin-top: var(--bb-space-5); }

/* ---------- Footer ---------- */
.bb-footer { background: var(--bb-surface); border-top: 1px solid var(--bb-line); }
.bb-newsletter { display: grid; gap: var(--bb-space-4); padding-block: var(--bb-space-6); border-bottom: 1px solid var(--bb-line); align-items: center; }
.bb-newsletter h2 { font-family: var(--bb-font-display); font-weight: 400; text-transform: uppercase; font-size: var(--bb-text-xl); margin: 0; }
.bb-newsletter form { display: grid; gap: var(--bb-space-2); }
.bb-newsletter__row { display: flex; gap: var(--bb-space-2); flex-wrap: wrap; }
.bb-newsletter__row .bb-input { flex: 1 1 14rem; }
.bb-newsletter__row .bb-btn { border-radius: var(--bb-radius-pill); background: var(--bb-lime); border-color: var(--bb-lime); color: var(--bb-ink); }
.bb-newsletter__eds { display: flex; gap: var(--bb-space-4); flex-wrap: wrap; }
@media (min-width: 960px) { .bb-newsletter { grid-template-columns: 1fr 1.4fr; } }
.bb-footer__cols { display: grid; grid-template-columns: 1fr 1fr; gap: var(--bb-space-5); padding-block: var(--bb-space-6); }
.bb-footer__cols h2 { font-family: var(--bb-font-sans); font-size: var(--bb-text-xs); font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--bb-muted); margin-bottom: var(--bb-space-3); }
.bb-footer__cols ul { list-style: none; padding: 0; margin: 0; }
.bb-footer__cols li { margin-bottom: var(--bb-space-2); font-size: var(--bb-text-sm); }
.bb-footer__cols a { color: var(--bb-ink-2); text-decoration: none; }
.bb-footer__cols a:hover { color: var(--bb-ink); text-decoration: underline; }
@media (min-width: 960px) { .bb-footer__cols { grid-template-columns: repeat(4, 1fr); } }
.bb-footer__base { display: flex; flex-wrap: wrap; gap: var(--bb-space-3); justify-content: space-between; padding-block: var(--bb-space-4) calc(var(--bb-space-4) + env(safe-area-inset-bottom, 0)); border-top: 1px solid var(--bb-line); font-size: var(--bb-text-xs); color: var(--bb-muted); }
.bb-footer__base a { color: var(--bb-muted); }

/* ---------- Content blocks inside the editor body ---------- */
.bb-content > * { max-width: var(--bb-measure); }
.bb-content .bb-specs, .bb-content .bb-table-wrap { max-width: none; }
.bb-content blockquote { border-left: 4px solid var(--bb-lime); margin: 0 0 var(--bb-space-4); padding: var(--bb-space-2) var(--bb-space-4); font-family: var(--bb-font-serif); font-size: var(--bb-text-lg); }
.bb-content figure { margin: 0 0 var(--bb-space-4); }
.bb-content figcaption { font-size: var(--bb-text-sm); color: var(--bb-muted); }

/* ---------- Styleguide ---------- */
.bb-sg { display: grid; gap: var(--bb-space-6); }
.bb-sg__item { border: 1px dashed var(--bb-line-strong); border-radius: var(--bb-radius); padding: var(--bb-space-4); background: var(--bb-bg); }
.bb-sg__name { font: 700 var(--bb-text-xs) var(--bb-font-sans); text-transform: uppercase; letter-spacing: 0.12em; color: var(--bb-muted); margin-bottom: var(--bb-space-3); }
.bb-swatches { display: flex; flex-wrap: wrap; gap: var(--bb-space-3); }
.bb-swatches div { width: 7rem; font-size: var(--bb-text-xs); }
.bb-swatches i { display: block; height: 3rem; border-radius: var(--bb-radius-sm); border: 1px solid var(--bb-line); margin-bottom: var(--bb-space-1); }

/* ---------- Print and motion ---------- */
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
@media print { .bb-header, .bb-footer, .bb-buy, .bb-drawer { display: none !important; } body { background: #fff; } }
