/*
Theme Name: YIPINTANG
Theme URI: https://yipintang.com/
Author: YIPINTANG
Description: A fast WooCommerce-ready theme for YIPINTANG articulated 3D printed toys.
Version: 0.6.4
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: backupchoice
*/

:root {
  --bc-ink: #0b2940;
  --bc-muted: #637281;
  --bc-paper: #fffaf4;
  --bc-surface: #ffffff;
  --bc-line: #e8dfd5;
  --bc-brand: #d54b2f;
  --bc-brand-dark: #a82f1c;
  --bc-accent: #f3b548;
  --bc-soft: #f9eadc;
  --bc-radius: 20px;
  --bc-shadow: 0 20px 60px rgba(21, 35, 31, 0.09);
  --bc-width: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bc-ink);
  background: var(--bc-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--bc-accent); outline-offset: 3px; }

.bc-container { width: min(calc(100% - 40px), var(--bc-width)); margin-inline: auto; }
.bc-section { padding: 92px 0; }
.bc-section--soft { background: var(--bc-soft); }
.bc-eyebrow {
  margin: 0 0 12px;
  color: var(--bc-brand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.bc-title { margin: 0; font-size: clamp(2rem, 5vw, 4.5rem); line-height: 1.02; letter-spacing: -0.055em; }
.bc-section-title { margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.1; letter-spacing: -0.04em; }
.bc-lead { max-width: 680px; color: var(--bc-muted); font-size: clamp(1rem, 2vw, 1.2rem); }
.bc-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--bc-brand);
  border-radius: 999px;
  background: var(--bc-brand);
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.bc-brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.bc-button:hover { background: var(--bc-brand-dark); transform: translateY(-2px); }
.bc-button--ghost { background: transparent; color: var(--bc-brand-dark); }

.bc-announcement { padding: 8px 0; background: var(--bc-ink); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .01em; text-align: center; }
.bc-site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(223, 231, 226, .8);
  background: rgba(251, 253, 249, .9);
  backdrop-filter: blur(18px);
}
.bc-nav { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.bc-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.08rem; font-weight: 850; text-decoration: none; }
.bc-brand-copy { display: flex; align-items: flex-start; flex-direction: column; line-height: 1.05; }
.bc-brand-copy strong { font-size: 1rem; letter-spacing: .02em; }
.bc-brand-copy small { margin-top: 4px; color: var(--bc-muted); font-size: .62rem; font-weight: 700; letter-spacing: .02em; }
.bc-brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  color: #fff;
  font-size: .82rem;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.13);
}
.bc-primary-nav { margin-left: auto; }
.bc-menu { display: flex; align-items: center; gap: 16px; margin: 0; padding: 0; list-style: none; }
.bc-menu a { color: var(--bc-muted); font-size: .84rem; font-weight: 700; white-space: nowrap; text-decoration: none; }
.bc-menu a:hover { color: var(--bc-brand); }
.bc-header-actions { display: flex; align-items: center; gap: 6px; }
.bc-header-action { position: relative; display: grid; min-width: 40px; min-height: 40px; place-items: center; border-radius: 50%; color: var(--bc-ink); font-size: 1.25rem; text-decoration: none; }
.bc-header-action:hover { background: var(--bc-soft); color: var(--bc-brand); }
.bc-header-action span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.bc-header-action b { position: absolute; top: 0; right: -2px; display: grid; min-width: 17px; height: 17px; place-items: center; border-radius: 99px; background: var(--bc-brand); color: #fff; font-size: .62rem; }
.bc-menu-toggle { display: none; min-width: 44px; min-height: 44px; place-content: center; gap: 4px; border: 0; border-radius: 50%; background: transparent; color: var(--bc-ink); }
.bc-menu-toggle i { display: block; width: 19px; height: 2px; border-radius: 2px; background: currentColor; }
.bc-menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.bc-hero { position: relative; overflow: hidden; padding: 100px 0 78px; }
.bc-hero::after {
  position: absolute;
  z-index: -1;
  top: -240px;
  right: -220px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(243,181,72,.72), rgba(213,75,47,.09) 45%, transparent 70%);
  content: "";
}
.bc-hero-grid { display: grid; grid-template-columns: 1.16fr .84fr; align-items: center; gap: 70px; }
.bc-hero-copy p { max-width: 650px; color: var(--bc-muted); font-size: 1.16rem; }
.bc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.bc-trust { display: flex; flex-wrap: wrap; gap: 12px 26px; margin: 30px 0 0; padding: 0; color: var(--bc-muted); font-size: .88rem; list-style: none; }
.bc-trust li::before { margin-right: 7px; color: var(--bc-brand); content: "✓"; font-weight: 900; }
.bc-hero-panel { padding: 26px; border: 1px solid var(--bc-line); border-radius: 30px; background: rgba(255,255,255,.82); box-shadow: var(--bc-shadow); }
.bc-hero-panel--image { padding: 0; overflow: hidden; aspect-ratio: 1.2/1; }
.bc-hero-panel--image img { width: 100%; height: 100%; object-fit: cover; }
.bc-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.bc-panel-label { font-size: .84rem; font-weight: 800; }
.bc-status { padding: 5px 10px; border-radius: 999px; background: var(--bc-soft); color: var(--bc-brand-dark); font-size: .72rem; font-weight: 800; }
.bc-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid var(--bc-line); }
.bc-option-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--bc-soft); color: var(--bc-brand); font-weight: 900; }
.bc-option strong, .bc-option small { display: block; }
.bc-option small { color: var(--bc-muted); }
.bc-option-score { font-size: .84rem; font-weight: 800; }

.bc-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.bc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bc-product-grid { grid-template-columns: repeat(4, 1fr); }
.bc-catalog-tools { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 16px; margin-bottom: 30px; padding: 18px; border: 1px solid var(--bc-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(21,35,31,.05); }
.bc-catalog-search input { width: 100%; min-height: 48px; padding: 0 16px; border: 1px solid var(--bc-line); border-radius: 14px; background: #fff; color: var(--bc-ink); font: inherit; }
.bc-catalog-search input:focus { border-color: var(--bc-brand); outline: 3px solid rgba(213,75,47,.14); }
.bc-filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.bc-filter-buttons button { padding: 10px 15px; border: 1px solid var(--bc-line); border-radius: 999px; background: #fff; color: var(--bc-ink); font: inherit; font-size: .84rem; font-weight: 800; cursor: pointer; }
.bc-filter-buttons button.is-active { border-color: var(--bc-brand); background: var(--bc-brand); color: #fff; }
.bc-catalog-count { margin: 0; color: var(--bc-muted); font-size: .86rem; font-weight: 800; white-space: nowrap; }
.bc-catalog-empty { margin: 24px 0; padding: 22px; border-radius: 16px; background: var(--bc-soft); color: var(--bc-muted); text-align: center; }
.bc-product-card[hidden], .bc-catalog-empty[hidden] { display: none; }
.bc-card { position: relative; padding: 28px; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); background: var(--bc-surface); box-shadow: 0 12px 40px rgba(21,35,31,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.bc-card:hover { border-color: #dcc9bb; box-shadow: 0 20px 52px rgba(21,35,31,.09); transform: translateY(-4px); }
.bc-card h3 { margin: 16px 0 8px; font-size: 1.24rem; letter-spacing: -.025em; }
.bc-card p { margin: 0; color: var(--bc-muted); }
.bc-card a::after { position: absolute; inset: 0; content: ""; }
.bc-card-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: var(--bc-soft); color: var(--bc-brand); font-weight: 900; }
.bc-link { color: var(--bc-brand-dark); font-weight: 800; text-decoration: none; }

.bc-product-card { overflow: hidden; padding: 0; }
.bc-product-image { display: block; aspect-ratio: 1/1; overflow: hidden; background: #fff; }
.bc-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.bc-product-card:hover .bc-product-image img { transform: scale(1.035); }
.bc-product-body { padding: 22px; }
.bc-product-body h3 { margin: 5px 0 8px; }
.bc-product-kicker { color: var(--bc-brand); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.bc-price { display: block; margin-top: 14px; color: var(--bc-ink); font-weight: 850; }
.bc-product-link { position: relative; z-index: 2; display: inline-block; margin-top: 14px; color: var(--bc-brand-dark); font-size: .86rem; font-weight: 800; text-decoration: none; }
.bc-card-links { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.bc-product-detail { padding: 70px 0 86px; }
.bc-product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: start; gap: 70px; }
.bc-detail-image { position: sticky; top: 106px; overflow: hidden; border: 1px solid var(--bc-line); border-radius: 30px; background: #fff; box-shadow: var(--bc-shadow); }
.bc-detail-image img { width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.bc-product-gallery { position: sticky; top: 106px; min-width: 0; }
.bc-product-gallery .bc-detail-image { position: relative; top: auto; }
.bc-gallery-arrow { position: absolute; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(11,41,64,.14); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--bc-ink); font-size: 1.8rem; line-height: 1; box-shadow: 0 6px 22px rgba(11,41,64,.12); cursor: pointer; transform: translateY(-50%); }
.bc-gallery-arrow:hover { background: var(--bc-ink); color: #fff; }
.bc-gallery-arrow--prev { left: 16px; }
.bc-gallery-arrow--next { right: 16px; }
.bc-gallery-thumbs { display: grid; grid-template-columns: repeat(6, minmax(62px, 1fr)); gap: 10px; margin-top: 14px; }
.bc-gallery-thumb { overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 12px; background: #fff; cursor: pointer; }
.bc-gallery-thumb img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.bc-gallery-thumb.is-active { border-color: var(--bc-brand); box-shadow: 0 0 0 2px rgba(213,75,47,.12); }
.bc-gallery-count { margin: 9px 4px 0; color: var(--bc-muted); font-size: .78rem; text-align: right; }
.bc-detail-summary h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.bc-detail-price { margin: 25px 0 2px; color: var(--bc-ink); font-size: 2rem; font-weight: 900; }
.bc-price-note { margin: 0 0 24px; color: var(--bc-muted); font-size: .82rem; }
.bc-breadcrumb { display: flex; gap: 8px; margin-bottom: 22px; color: var(--bc-muted); font-size: .8rem; }
.bc-breadcrumb a { text-decoration: none; }
.bc-breadcrumb a:hover { color: var(--bc-brand); }
.bc-product-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 6px; }
.bc-product-badges span { padding: 7px 11px; border: 1px solid #efd5c4; border-radius: 999px; background: #fff5ed; color: var(--bc-brand-dark); font-size: .76rem; font-weight: 800; }
.bc-specs { margin: 30px 0; border-top: 1px solid var(--bc-line); }
.bc-specs > div { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--bc-line); }
.bc-specs dt { color: var(--bc-muted); font-size: .88rem; font-weight: 700; }
.bc-specs dd { margin: 0; font-weight: 800; }
.bc-buy-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.bc-button--amazon { border-color: #ff9900; background: #ff9900; color: #172337; }
.bc-button--amazon:hover { background: #e88b00; }
.bc-buy-box { margin-top: 28px; padding: 20px; border: 1px solid #efd2a0; border-radius: 18px; background: linear-gradient(135deg, #fff8e9, #fff); }
.bc-buy-box > p { margin: 0 0 13px; color: var(--bc-muted); font-size: .9rem; }
.bc-buy-box > p strong { color: var(--bc-ink); }
.bc-amazon-note { color: var(--bc-muted); font-size: .82rem; }
.bc-detail-columns { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; }
.bc-detail-list { display: grid; gap: 12px; padding-left: 20px; }
.bc-detail-callout { padding: 30px; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); background: #fff; }
.bc-detail-callout h3 { margin-top: 0; }
.bc-detail-callout strong { display: block; color: var(--bc-brand); font-size: 2rem; }
.bc-detail-callout p { color: var(--bc-muted); }
.bc-page-hero { padding: 92px 0 70px; border-bottom: 1px solid var(--bc-line); background: linear-gradient(135deg, #fffaf4, #f8e4d4); }
.bc-page-hero h1 { max-width: 940px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.bc-page-hero .bc-lead { margin-top: 24px; }
.bc-quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bc-quality-card { padding: 30px; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); background: #fff; }
.bc-quality-card > span { color: var(--bc-brand); font-weight: 900; }
.bc-quality-card h2 { margin: 12px 0 8px; font-size: 1.35rem; }
.bc-quality-card p { margin: 0; color: var(--bc-muted); }
.bc-compare { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.bc-compare-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bc-compare-columns > div { padding: 26px; border-radius: var(--bc-radius); background: #fff; }
.bc-compare-columns h3 { margin-top: 0; }
.bc-compare-columns ul { margin: 0; padding-left: 20px; }
.bc-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.bc-feature-image { overflow: hidden; border-radius: 28px; background: #fff; box-shadow: var(--bc-shadow); }
.bc-feature-image img { width: 100%; }
.bc-points { display: grid; gap: 16px; margin: 28px 0; padding: 0; list-style: none; }
.bc-points li { padding: 16px 18px; border: 1px solid var(--bc-line); border-radius: 14px; background: #fff; }
.bc-points strong { display: block; }
.bc-notice { padding: 16px 20px; border-radius: 14px; background: #fff1d3; color: #6b4c0d; font-size: .9rem; }
.bc-benefit-bar { border-block: 1px solid var(--bc-line); background: #fff; }
.bc-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.bc-benefit-grid > div { display: grid; grid-template-columns: auto 1fr; gap: 0 14px; padding: 24px 34px; border-right: 1px solid var(--bc-line); }
.bc-benefit-grid > div:last-child { border-right: 0; }
.bc-benefit-grid span { grid-row: 1 / 3; color: var(--bc-brand); font-size: 1.35rem; font-weight: 900; }
.bc-benefit-grid strong, .bc-benefit-grid small { display: block; }
.bc-benefit-grid small { color: var(--bc-muted); }
.bc-section--journey { background: linear-gradient(135deg, var(--bc-ink), #173e54); color: #fff; }
.bc-section--journey .bc-eyebrow { color: #f4ba57; }
.bc-section--journey .bc-lead, .bc-section--journey p { color: #c8d6dc; }
.bc-journey-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--bc-radius); background: rgba(255,255,255,.055); }
.bc-journey-grid span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--bc-accent); color: var(--bc-ink); font-weight: 900; }
.bc-journey-grid h3 { margin: 18px 0 6px; font-size: 1.3rem; }
.bc-journey-grid p { margin: 0; }

.bc-process { counter-reset: step; }
.bc-step { position: relative; padding-left: 70px; }
.bc-step::before {
  position: absolute;
  left: 0;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--bc-ink);
  color: #fff;
  content: counter(step);
  counter-increment: step;
  font-weight: 850;
}

.bc-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bc-post-card { overflow: hidden; border: 1px solid var(--bc-line); border-radius: var(--bc-radius); background: #fff; }
.bc-post-thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--bc-soft), #d7e9df); }
.bc-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bc-post-body { padding: 24px; }
.bc-post-meta { color: var(--bc-brand); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bc-post-body h3 { margin: 9px 0; line-height: 1.25; }
.bc-post-body h3 a { text-decoration: none; }
.bc-post-body p { color: var(--bc-muted); }

.bc-faq { max-width: 820px; }
.bc-faq-item { border-bottom: 1px solid var(--bc-line); }
.bc-faq-button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 22px 0; border: 0; background: transparent; color: var(--bc-ink); text-align: left; font-weight: 800; cursor: pointer; }
.bc-faq-answer { display: none; padding: 0 0 22px; color: var(--bc-muted); }
.bc-faq-item.is-open .bc-faq-answer { display: block; }

.bc-content { max-width: 780px; margin: 0 auto; padding: 72px 0; }
.bc-content h1 { font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.bc-content h2 { margin-top: 2em; line-height: 1.2; }
.bc-content a { color: var(--bc-brand-dark); }
.bc-pagination { display: flex; justify-content: center; padding: 40px 0; }

.bc-shop-content { padding: 56px 0 80px; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { overflow: hidden; border: 1px solid var(--bc-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(25,38,54,.07); }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price { padding-right: 18px; padding-left: 18px; }
.woocommerce ul.products li.product .button { margin: 0 18px 20px; border-radius: 999px; background: var(--bc-brand); color: #fff; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--bc-brand-dark); }
.woocommerce button.button.alt,
.woocommerce a.button.alt { border-radius: 999px; background: var(--bc-brand); }

.bc-site-footer { padding: 64px 0 30px; background: var(--bc-ink); color: #fff; }
.bc-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 50px; }
.bc-site-footer p, .bc-site-footer a { color: #c8d2ce; }
.bc-footer-menu { margin: 12px 0 0; padding: 0; list-style: none; }
.bc-footer-menu li { margin: 8px 0; }
.bc-footer-menu a { text-decoration: none; }
.bc-disclosure { margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: #9fb0a9; font-size: .8rem; }

@media (max-width: 680px) {
  .bc-section { padding: 68px 0; }
  .bc-hero { padding-top: 72px; }
  .bc-hero-grid, .bc-footer-grid, .bc-split { grid-template-columns: 1fr; }
  .bc-product-detail-grid, .bc-detail-columns { grid-template-columns: 1fr; }
  .bc-detail-image, .bc-product-gallery { position: static; }
  .bc-quality-grid { grid-template-columns: 1fr 1fr; }
  .bc-compare { grid-template-columns: 1fr; }
  .bc-hero-grid { gap: 42px; }
  .bc-grid, .bc-article-grid, .bc-product-grid { grid-template-columns: 1fr 1fr; }
  .bc-benefit-grid { grid-template-columns: 1fr; }
  .bc-benefit-grid > div { border-right: 0; border-bottom: 1px solid var(--bc-line); }
  .bc-benefit-grid > div:last-child { border-bottom: 0; }
  .bc-primary-nav { margin: 0; }
  .bc-account-action { display: none; }
  .bc-menu-toggle { display: grid; }
  .bc-menu {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--bc-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--bc-shadow);
  }
  .bc-menu.is-open { display: grid; }
  .bc-menu a { display: block; padding: 8px; }
  .bc-catalog-tools { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 580px) {
  .bc-container { width: min(calc(100% - 28px), var(--bc-width)); }
  .bc-grid, .bc-article-grid { grid-template-columns: 1fr; }
  .bc-product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .bc-product-body { padding: 15px; }
  .bc-product-body p { display: none; }
  .bc-product-body h3 { font-size: 1rem; }
  .bc-gallery-thumbs { display: flex; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }
  .bc-gallery-thumb { min-width: 68px; scroll-snap-align: start; }
  .bc-brand > span:last-child { font-size: .95rem; }
  .bc-quality-grid, .bc-compare-columns { grid-template-columns: 1fr; }
  .bc-heading-row { align-items: start; flex-direction: column; }
  .bc-hero-panel { padding: 20px; border-radius: 22px; }
  .bc-option { grid-template-columns: auto 1fr; }
  .bc-option-score { grid-column: 2; }
}

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