.bp-catalog-hero {
  color: var(--white);
  background: linear-gradient(135deg, #12141a 0%, #2b0f12 100%);
}

.bp-catalog-hero-book {
  border-bottom: 4px solid var(--red);
}

.bp-catalog-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, 600px);
  gap: 32px;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
  padding: 8px var(--page-pad) 20px;
}

@media (max-width: 575.98px) {
  .bp-catalog-hero-inner {
    gap: 12px;
    padding-bottom: 14px;
  }
}

.bp-catalog-hero h1 {
  margin: 0 0 6px;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  font-weight: 950;
}

.bp-catalog-hero p {
  max-width: 56ch;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .92rem;
}

.bp-catalog-hero-philosophy {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.bp-catalog-hero-philosophy span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 900;
}

.bp-catalog-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 8px;
  padding: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
}

.bp-catalog-search input,
.bp-request-form input,
.bp-request-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.bp-catalog-search input {
  min-height: 42px;
  padding: 0 12px;
}

.bp-catalog-search button,
.bp-request-form button {
  border: 0;
  border-radius: 6px;
  color: var(--white);
  background: var(--red);
  font-weight: 900;
}

.bp-catalog-section {
  padding-top: 18px;
}

.bp-compact-alert {
  padding: 10px 12px;
  font-size: .9rem;
}

.bp-catalog-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.bp-catalog-toolbar-simple {
  min-height: 54px;
}

.bp-catalog-toolbar strong {
  font-size: 1.25rem;
  font-weight: 950;
}

.bp-catalog-toolbar span,
.bp-catalog-toolbar small {
  margin-left: 6px;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
}

.bp-finder-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.bp-finder-panel {
  display: grid;
  gap: 10px;
  position: sticky;
  top: 76px;
}

.bp-finder-block,
.bp-no-results,
.bp-request-box,
.bp-suggestion-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.bp-finder-block {
  padding: 10px;
}

.bp-finder-book-block {
  background:
    linear-gradient(90deg, rgba(196, 24, 38, .08), transparent 42px),
    var(--white);
}

.bp-finder-heading {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 8px;
  font-size: .9rem;
}

.bp-finder-heading span {
  width: 5px;
  height: 20px;
  background: var(--red);
  border-radius: 2px;
}

.bp-maker-list-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.bp-maker-row {
  display: grid;
  grid-template-columns: 34px minmax(76px, 1fr) auto;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  padding: 5px 6px;
  color: var(--text);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
}

.bp-maker-dot {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--black), var(--red-dark));
  border-radius: 50%;
  font-size: .8rem;
  font-weight: 950;
}

.bp-maker-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-maker-row span:nth-child(2) {
  overflow: visible;
  min-width: 0;
  color: var(--text);
  font-size: .8rem;
  font-weight: 900;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: anywhere;
}

.bp-maker-row small {
  color: var(--muted);
  font-size: .66rem;
  font-weight: 800;
}

.bp-chip-grid,
.bp-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.bp-filter-chip,
.bp-type-card {
  display: grid;
  gap: 2px;
  min-height: 42px;
  padding: 7px 8px;
  color: var(--text);
  text-decoration: none;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.bp-type-grid-book .bp-type-card {
  min-height: 48px;
  background:
    linear-gradient(135deg, #fff, #f6f7f9);
}

.bp-type-grid-book .bp-type-card span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  vertical-align: middle;
  background: var(--red);
  border-radius: 50%;
}

.bp-filter-chip strong,
.bp-type-card span {
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.15;
}

.bp-filter-chip small,
.bp-type-card small {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
}

.bp-maker-row.is-active,
.bp-filter-chip.is-active,
.bp-type-card.is-active {
  border-color: var(--red);
  box-shadow: inset 0 0 0 1px var(--red);
}

.bp-clear-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
}

.bp-active-filter-line {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.bp-active-filter-line span {
  padding: 4px 8px;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 850;
}

.bp-no-results {
  display: grid;
  gap: 12px;
  padding: 18px;
  margin-bottom: 12px;
}

.bp-no-results-book {
  border-top: 4px solid var(--red);
}

.bp-no-results h2 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 950;
}

.bp-no-results p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.bp-suggestion-box,
.bp-request-box {
  padding: 12px;
}

.bp-suggestion-box h3,
.bp-request-box h3 {
  margin: 0 0 8px;
  font-size: .98rem;
  font-weight: 950;
}

.bp-mini-bike-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bp-mini-bike-list a {
  padding: 5px 9px;
  color: var(--text);
  text-decoration: none;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
}

.bp-request-form {
  display: grid;
  gap: 8px;
}

.bp-request-form input,
.bp-request-form textarea {
  padding: 9px 10px;
  font-size: .88rem;
}

.bp-request-form button {
  min-height: 40px;
}

.bp-request-note {
  margin: -2px 0 8px;
  color: var(--muted);
  font-size: .82rem;
}

.bp-catalog-main-head {
  display: flex;
  gap: 12px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.bp-catalog-main-head h2 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 950;
}

.bp-catalog-main-head p {
  max-width: 34em;
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
}

.bp-catalog-fun-section {
  padding-top: 20px;
}

.bp-catalog-ranking-grid,
.bp-catalog-product-grid {
  display: grid;
  gap: 8px;
}

.bp-catalog-ranking-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bp-catalog-ranking-card,
.bp-catalog-product-card {
  color: var(--text);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(17,19,24,.055);
}

.bp-catalog-ranking-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 84px;
  padding: 8px;
  text-decoration: none;
}

.bp-catalog-pickup-photo {
  display: block;
  width: 64px;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--black), var(--red-dark));
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.bp-catalog-ranking-card strong {
  display: block;
  overflow: hidden;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-catalog-ranking-card small,
.bp-catalog-ranking-card em {
  display: block;
  color: var(--muted);
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.bp-catalog-ranking-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.bp-catalog-ranking-stats em {
  margin-top: 0;
}

.bp-catalog-photo-count {
  display: inline-flex !important;
  align-items: center;
  width: max-content;
  padding: 2px 7px;
  color: var(--muted) !important;
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 999px;
  line-height: 1 !important;
  white-space: nowrap;
}

.bp-catalog-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-catalog-product-card {
  display: grid;
  gap: 6px;
  padding: 10px;
}

.bp-catalog-product-category {
  color: var(--red);
  font-size: .7rem;
  font-weight: 950;
}

.bp-catalog-product-card h3 {
  margin: 0;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1.25;
}

.bp-catalog-product-card p {
  display: -webkit-box;
  min-height: 2.7em;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bp-product-category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr);
  gap: 14px;
  width: min(1120px, calc(100% - 32px));
  margin: 22px auto 0;
}

.bp-product-memory-hero {
  align-items: stretch;
}

.bp-product-category-hero-text,
.bp-product-category-note,
.bp-product-category-card,
.bp-product-category-cta {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(17,19,24,.06);
}

.bp-product-category-hero-text {
  padding: 22px;
}

.bp-product-category-hero-text h1 {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 950;
  letter-spacing: 0;
}

.bp-product-category-hero-text p,
.bp-product-category-note p,
.bp-product-category-card p,
.bp-product-category-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.bp-product-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.bp-product-category-tags span {
  padding: 5px 9px;
  background: #f4f6f5;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
}

.bp-product-category-note {
  align-self: stretch;
  padding: 18px;
}

.bp-product-category-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: .95rem;
  font-weight: 950;
}

.bp-product-flow-section {
  margin-top: 14px;
  margin-bottom: 10px;
}

.bp-product-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(17,19,24,.055);
}

.bp-product-flow li {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 6px 8px;
  color: var(--text);
  background: #f4f6f5;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: .82rem;
  font-weight: 950;
  text-align: center;
}

.bp-product-flow li:nth-child(4) {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.bp-product-flow li:last-child {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.bp-product-category-section {
  padding-top: 18px;
}

.bp-product-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bp-product-category-card {
  padding: 14px;
}

.bp-product-category-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 950;
}

.bp-product-mounted-section,
.bp-product-detail-section {
  padding-top: 12px;
}

.bp-product-mounted-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bp-product-mounted-card {
  min-height: 180px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 14px;
  color: var(--white);
  background:
    linear-gradient(180deg, transparent, rgba(0,0,0,.68)),
    radial-gradient(circle at 72% 32%, rgba(255,255,255,.24), transparent 24%),
    linear-gradient(135deg, #151920, #4b1116 72%, #111318);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17,19,24,.12);
}

.bp-product-mounted-card span {
  width: fit-content;
  padding: 4px 8px;
  color: var(--white);
  background: rgba(215,25,32,.92);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 950;
}

.bp-product-mounted-card strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.bp-product-mounted-card p {
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: .84rem;
  line-height: 1.6;
  font-weight: 760;
}

.bp-product-category-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 32px;
  padding: 18px;
}

.bp-product-category-cta h2 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 950;
}

.bp-product-category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.bp-product-category-actions .btn {
  white-space: nowrap;
}

.bp-catalog-lead {
  padding-top: 18px;
  padding-bottom: 0;
}

.bp-catalog-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(280px, 1fr);
  gap: 14px;
  align-items: stretch;
}

.bp-catalog-post-card,
.bp-catalog-today-mini {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 22px rgba(17,19,24,.07);
}

.bp-catalog-post-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  min-height: 218px;
  padding: 18px 190px 18px 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(196, 24, 34, .20), transparent 26%),
    linear-gradient(135deg, rgba(196, 24, 34, .10), rgba(255,255,255,.78) 42%),
    linear-gradient(180deg, #fff, #fff8f8);
  isolation: isolate;
}

.bp-catalog-post-card::before,
.bp-catalog-post-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.bp-catalog-post-card::before {
  right: 22px;
  bottom: 22px;
  width: 150px;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.82) 0 13%, transparent 14%),
    radial-gradient(circle at 50% 46%, rgba(0,0,0,.46) 0 20%, transparent 21%),
    linear-gradient(90deg, transparent 0 16%, rgba(255,255,255,.16) 17% 18%, transparent 19% 81%, rgba(255,255,255,.16) 82% 83%, transparent 84%),
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.42)),
    linear-gradient(135deg, #1b1d22, #c41822);
  border: 7px solid #fff;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(17,19,24,.18);
  transform: rotate(-2deg);
}

.bp-catalog-post-card::after {
  right: 118px;
  bottom: 84px;
  width: 82px;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.74) 0 10%, transparent 11%),
    radial-gradient(circle at 50% 50%, rgba(0,0,0,.42) 0 22%, transparent 23%),
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.36)),
    linear-gradient(135deg, #2e343c, #8f1119);
  border: 6px solid #fff;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(17,19,24,.14);
  transform: rotate(6deg);
}

.bp-catalog-post-card h2 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.18;
}

.bp-catalog-post-card p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.55;
}

.bp-catalog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bp-catalog-post-meta span {
  display: inline-flex;
  min-width: 64px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.bp-catalog-post-button {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(196,24,34,.18);
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.bp-catalog-post-button:hover {
  color: var(--white);
  background: var(--red-dark);
  box-shadow: 0 10px 22px rgba(196,24,34,.24);
  transform: translateY(-1px);
}

.bp-catalog-today-mini {
  display: grid;
  grid-template-rows: minmax(120px, 1fr) auto;
}

.bp-catalog-today-mini-photo {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 132px;
  padding: 10px;
  color: var(--white);
  background: linear-gradient(135deg, var(--black), var(--red-dark));
  background-position: center;
  background-size: cover;
  text-decoration: none;
}

.bp-catalog-today-mini-photo span {
  padding: 4px 8px;
  background: rgba(0,0,0,.68);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 950;
}

.bp-catalog-today-mini-body {
  display: grid;
  gap: 6px;
  padding: 10px;
}

.bp-catalog-today-mini-body h2 {
  margin: 0;
  font-size: 1.06rem;
  font-weight: 950;
  line-height: 1.18;
}

.bp-catalog-today-mini-body p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bp-catalog-today-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.bp-catalog-today-meta span {
  padding: 3px 6px;
  color: var(--text);
  background: var(--off-white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: .66rem;
  font-weight: 850;
}

.bp-catalog-philosophy-section {
  padding-top: 10px;
}

.bp-catalog-philosophy-lead {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  gap: 16px;
  align-items: end;
  margin-bottom: 10px;
}

.bp-catalog-philosophy-lead h2 {
  margin: 0;
  font-size: clamp(1.28rem, 2.3vw, 1.9rem);
  font-weight: 950;
  line-height: 1.24;
}

.bp-catalog-philosophy-lead p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.72;
}

.bp-catalog-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.bp-catalog-philosophy-grid article {
  display: grid;
  gap: 6px;
  min-height: 168px;
  padding: 13px;
  background:
    linear-gradient(135deg, rgba(196,24,34,.07), transparent 38%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(17,19,24,.055);
}

.bp-catalog-philosophy-grid span {
  width: fit-content;
  padding: 3px 7px;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 950;
  line-height: 1;
}

.bp-catalog-philosophy-grid h3 {
  margin: 0;
  font-size: .98rem;
  font-weight: 950;
  line-height: 1.28;
}

.bp-catalog-philosophy-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 730;
  line-height: 1.55;
}

.bp-catalog-ai-mechanic-section {
  padding-top: 14px;
}

.bp-catalog-ai-mechanic-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .85fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17,19,24,.97), rgba(43,15,18,.96)),
    var(--black);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.bp-catalog-ai-mechanic-card h2 {
  margin: 0 0 6px;
  font-size: clamp(1.22rem, 2.3vw, 1.85rem);
  font-weight: 950;
  line-height: 1.25;
}

.bp-catalog-ai-mechanic-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .88rem;
  font-weight: 730;
  line-height: 1.65;
}

.bp-catalog-ai-question-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.bp-catalog-ai-question-list span {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.35;
}

.bp-catalog-ai-mechanic-card .bp-catalog-post-button {
  justify-self: end;
  color: var(--red);
  background: var(--white);
  white-space: nowrap;
}

.bp-catalog-ai-mechanic-card .bp-catalog-post-button:hover {
  color: var(--red-dark);
  background: #fff4f4;
}

.bp-empty-polish-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(196,24,34,.08), transparent 42%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(17,19,24,.055);
}

.bp-empty-polish-card h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 950;
}

.bp-empty-polish-card p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 750;
}

@media (min-width: 992px) {
  .bp-catalog-grid .bp-card {
    font-size: .95rem;
  }

  .bp-catalog-grid .bp-card-title {
    font-size: .88rem;
  }

  .bp-catalog-grid .bp-card .card-body {
    padding: 6px;
  }

  .bp-catalog-grid .bp-card-thumb {
    min-height: 86px;
  }

  .bp-catalog-grid .bp-card-summary {
    font-size: .70rem;
    line-height: 1.32;
  }

  .bp-catalog-grid .bp-card-spec-row span {
    padding: 3px 4px;
    font-size: .64rem;
  }

  .bp-catalog-grid .bp-card-number-grid span {
    min-height: 30px;
    font-size: .64rem;
  }

  .bp-catalog-grid .bp-card-number-grid strong {
    font-size: .86rem;
  }

  .bp-catalog-product-card {
    padding: 8px;
  }

  .bp-catalog-product-card h3 {
    font-size: .88rem;
  }

  .bp-catalog-product-card p {
    font-size: .70rem;
  }
}

@media (max-width: 991.98px) {
  .bp-catalog-hero-inner {
    grid-template-columns: 1fr;
    padding: 18px var(--page-pad);
  }

  .bp-finder-layout {
    grid-template-columns: 1fr;
  }

  .bp-catalog-lead-grid {
    grid-template-columns: 1fr;
  }

  .bp-catalog-philosophy-lead,
  .bp-catalog-ai-mechanic-card {
    grid-template-columns: 1fr;
  }

  .bp-catalog-philosophy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-catalog-ai-mechanic-card .bp-catalog-post-button {
    justify-self: start;
  }

  .bp-catalog-post-card {
    padding: 16px;
  }

  .bp-catalog-post-card::before,
  .bp-catalog-post-card::after {
    display: none;
  }

  .bp-catalog-ranking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-product-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-product-mounted-grid {
    grid-template-columns: 1fr;
  }

  .bp-finder-panel {
    position: static;
  }

  .bp-catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .bp-catalog-main-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .bp-catalog-hero-inner {
    padding: 14px var(--page-pad);
  }

  .bp-catalog-hero h1 {
    max-width: 12.5em;
    font-size: 1.25rem;
    line-height: 1.18;
  }

  .bp-catalog-hero p {
    font-size: .82rem;
  }

  .bp-catalog-search {
    grid-template-columns: 1fr 72px;
    padding: 6px;
  }

  .bp-catalog-search input {
    min-height: 38px;
    font-size: .82rem;
  }

  .bp-catalog-hero-philosophy {
    gap: 5px;
    margin-top: 9px;
  }

  .bp-catalog-hero-philosophy span {
    min-height: 24px;
    padding: 0 8px;
    font-size: .66rem;
  }

  .bp-catalog-philosophy-grid,
  .bp-catalog-ai-question-list {
    grid-template-columns: 1fr;
  }

  .bp-catalog-philosophy-grid article {
    min-height: auto;
    padding: 11px;
  }

  .bp-catalog-ai-mechanic-card {
    padding: 14px;
  }

  .bp-maker-list-compact,
  .bp-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-catalog-grid {
    --bs-gutter-x: .45rem;
    --bs-gutter-y: .45rem;
  }

  .bp-catalog-ranking-card {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    min-height: 76px;
  }

  .bp-catalog-pickup-photo {
    width: 58px;
  }
}

/* Bike catalog entrance */
.bp-bike-index-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: 24px;
    align-items: end;
    padding: 36px 30px 30px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 58%, #dc1623 100%);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.bp-bike-index-hero h1 {
    margin: 4px 0 10px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    letter-spacing: 0;
}

.bp-bike-index-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.78);
    line-height: 1.8;
}

.bp-bike-index-hero .section-kicker {
    color: #fff;
}

.bp-bike-index-search {
    display: flex;
    gap: 8px;
    padding: 8px;
    background: rgba(255,255,255,.96);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.bp-bike-index-search input {
    min-width: 0;
    flex: 1;
    border: 1px solid #d7dde5;
    border-radius: 6px;
    padding: 11px 12px;
    font-size: .96rem;
}

.bp-bike-index-search button {
    border: 0;
    border-radius: 6px;
    padding: 0 20px;
    background: #dc1623;
    color: #fff;
    font-weight: 800;
}

.bp-bike-index-section {
    padding-top: 28px;
}

.bp-bike-index-entry-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 18px;
}

.bp-bike-index-panel {
    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

.bp-bike-index-panel--wide {
    grid-row: span 2;
}

.bp-bike-index-heading {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.bp-bike-index-heading > span {
    width: 5px;
    align-self: stretch;
    min-height: 48px;
    border-radius: 999px;
    background: #dc1623;
}

.bp-bike-index-heading h2 {
    margin: 2px 0 0;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 0;
}

.bp-maker-country-block + .bp-maker-country-block {
    margin-top: 22px;
}

.bp-maker-country-block h3 {
    margin: 0 0 12px;
    padding: 9px 12px;
    background: #f4f6f8;
    border-left: 4px solid #dc1623;
    font-size: 1rem;
    font-weight: 900;
}

.bp-maker-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px 14px;
}

.bp-directory-link {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    padding: 8px 6px;
    color: #0b5ed7;
    text-decoration: none;
    border-radius: 6px;
}

.bp-directory-link:hover {
    background: #f3f7ff;
}

.bp-directory-link strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: .95rem;
}

.bp-directory-link span {
    flex: 0 0 auto;
    color: #6b7280;
    font-size: .78rem;
}

.bp-bodytype-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bp-bodytype-card {
    display: grid;
    justify-items: center;
    gap: 6px;
    min-height: 128px;
    padding: 14px 8px;
    text-align: center;
    color: #111827;
    text-decoration: none;
    border: 1px solid #e1e6ee;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #f8fafc);
}

.bp-bodytype-card:hover {
    border-color: #dc1623;
    box-shadow: 0 12px 24px rgba(220,22,35,.12);
}

.bp-bodytype-illustration {
    display: grid;
    place-items: center;
    width: 70px;
    height: 46px;
    border: 2px solid #9aa5b1;
    border-radius: 18px 18px 10px 10px;
    background: #eef2f7;
    color: #4b5563;
    font-weight: 900;
    font-size: .9rem;
}

.bp-bodytype-card strong {
    font-size: .95rem;
}

.bp-bodytype-card small,
.bp-displacement-directory span {
    color: #6b7280;
}

.bp-displacement-directory {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.bp-displacement-directory a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px;
    color: #111827;
    text-decoration: none;
    border: 1px solid #e1e6ee;
    border-radius: 8px;
    background: #fff;
}

.bp-displacement-directory a:hover {
    border-color: #dc1623;
}

.bp-bike-index-featured {
    margin-top: 24px;
}

.bp-bike-index-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.bp-bike-index-featured-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: 160px auto;
    color: #111827;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 8px;
}

.bp-bike-index-featured-photo {
    background-size: cover;
    background-position: center;
}

.bp-bike-index-featured-body {
    display: grid;
    gap: 4px;
    padding: 13px 14px 15px;
}

.bp-bike-index-featured-body small {
    color: #6b7280;
}

.bp-bike-index-featured-body strong {
    font-size: 1.12rem;
    font-weight: 900;
}

.bp-bike-index-featured-body em {
    color: #dc1623;
    font-style: normal;
    font-weight: 800;
}

.bp-bike-index-results-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.bp-bike-index-results-head h2 {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 900;
}

@media (max-width: 960px) {
    .bp-bike-index-hero,
    .bp-bike-index-entry-grid {
        grid-template-columns: 1fr;
    }

    .bp-maker-directory-grid,
    .bp-bike-index-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .bp-bike-index-hero {
        padding: 28px 16px 22px;
    }

    .bp-bike-index-search {
        flex-direction: column;
    }

    .bp-bike-index-search button {
        min-height: 42px;
    }

    .bp-bike-index-panel {
        padding: 16px;
    }

    .bp-maker-directory-grid,
    .bp-bodytype-grid,
    .bp-displacement-directory,
    .bp-bike-index-featured-grid {
        grid-template-columns: 1fr;
    }

    .bp-bike-index-featured-card {
        grid-template-rows: 180px auto;
    }

    .bp-bike-index-results-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Home catalog shelf: keep bike cards from leaking outside the TOP layout. */
.bp-home-catalog-section {
  overflow-x: clip;
}

.bp-home-catalog-section .bp-catalog-main,
.bp-home-catalog-section .bp-catalog-grid,
.bp-home-catalog-section .bp-catalog-grid > [class*="col-"] {
  min-width: 0;
}

.bp-home-catalog-section .bp-maker-list-compact {
  overflow: hidden;
}

.bp-home-catalog-section .bp-maker-row {
  grid-template-columns: 36px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
}

.bp-home-catalog-section .bp-maker-dot {
  width: 32px;
  height: 32px;
  min-width: 32px;
}
.bp-home-catalog-section .bp-maker-row span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-home-catalog-section .bp-maker-row small {
  display: none;
}

.bp-home-catalog-section .bp-card {
  min-width: 0;
  overflow: hidden;
}

.bp-home-catalog-section .bp-card-title,
.bp-home-catalog-section .bp-link,
.bp-home-catalog-section .bp-card-spec-row span,
.bp-home-catalog-section .bp-card-number-grid span,
.bp-home-catalog-section .bp-card-badges span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-home-catalog-section .bp-card-maker {
  overflow-wrap: anywhere;
  white-space: normal;
}

.bp-home-catalog-section .bp-card-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 575.98px) {
  .bp-home-catalog-section .bp-catalog-grid > .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
