.bsm {
  --bsm-green: var(--bs-green, #6fb52a);
  --bsm-dark: var(--bs-green-dark, #315f18);
  --bsm-ink: var(--bs-ink, #162011);
  --bsm-muted: #626e5b;
  --bsm-line: #dce5d5;
  padding: 204px 32px 88px;
  color: var(--bsm-ink);
  background: #f3f7ee;
  letter-spacing: 0;
}
.bsm *, .bsm *::before, .bsm *::after { box-sizing: border-box; letter-spacing: 0; }
.bsm [hidden] { display: none !important; }
.bsm__hero, .bsm__toolbar, .bsm__pagination, .bsm__stage, .bsm__empty {
  width: 100%; max-width: 1240px; margin-inline: auto;
}
.bsm__hero { text-align: center; margin-bottom: 32px; }
.bsm__eyebrow { color: var(--bsm-dark); font-size: 12px; margin: 0 0 10px; text-transform: uppercase; font-weight: 700; }
.bsm h1 { margin: 0; font: 400 48px/1.15 Georgia, "Times New Roman", serif; color: var(--bsm-dark); }
.bsm__toolbar { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 24px; padding-block: 18px; border-block: 1px solid var(--bsm-line); }
.bsm__toolbar label { display: grid; gap: 6px; min-width: 0; margin: 0; }
.bsm__toolbar label > span { font-size: 11px; font-weight: 700; color: var(--bsm-dark); text-transform: uppercase; }
.bsm__toolbar select, .bsm__toolbar input {
  width: 100%; min-width: 0; height: 44px; margin: 0; padding: 8px 12px;
  border: 1px solid #c6d3bd; border-radius: 4px; background-color: #fff;
  color: var(--bsm-ink); font: inherit; font-size: 14px;
}
.bsm__toolbar select { padding-right: 30px; }
.bsm :focus-visible { outline: 2px solid var(--bsm-dark); outline-offset: 4px; }
.bsm__pagination { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-block: 20px; }
.bsm__pagination > span { color: var(--bsm-muted); font-size: 13px; text-align: center; font-variant-numeric: tabular-nums; }
.bsm .bsm__button { min-height: 42px; min-width: 96px; padding: 11px 22px; border: 1px solid var(--bsm-green); border-radius: 999px; background: var(--bsm-green); color: #fff; font: inherit; font-size: 12px; font-weight: 750; text-transform: uppercase; cursor: pointer; transition: background .18s; }
.bsm .bsm__button:hover { background: var(--bsm-dark); border-color: var(--bsm-dark); color: #fff; }
.bsm .bsm__button:disabled { opacity: .4; cursor: default; }
.bsm__stage { position: relative; }
.bsm__book { width: 100%; outline-offset: 8px; }
.bsm__book:not(.stf__parent) { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bsm__book.stf__parent { margin-inline: auto; box-shadow: 0 16px 40px #24351a18, 0 2px 5px #24351a18; }
.bsm__section { background: #fffefa; overflow: hidden; }
.bsm__paper { display: flex; flex-direction: column; min-height: 100%; padding: 32px 42px 22px; }
.stf__item .bsm__paper { height: 100%; }
.bsm__section.--left { box-shadow: inset -14px 0 20px -22px #24351a99; }
.bsm__section.--right { box-shadow: inset 14px 0 20px -22px #24351a99; }
.bsm__brand { margin: 0 0 26px; text-align: center; font: italic 400 32px/1.2 Georgia, "Times New Roman", serif; color: var(--bsm-dark); }
.bsm__section-head { margin-bottom: 26px; }
.bsm__section-head > span { display: block; margin-bottom: 8px; color: var(--bsm-muted); font-size: 10px; text-transform: uppercase; font-weight: 700; }
.bsm__section h2 { margin: 0; color: var(--bsm-dark); font: 400 30px/1.15 Georgia, "Times New Roman", serif; overflow-wrap: anywhere; }
.bsm__items { display: flex; flex-direction: column; gap: 20px; }
.bsm__item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 12px; margin: 0; cursor: pointer; border: 0; }
.bsm__item h3 { margin: 0; color: var(--bsm-ink); font: 750 14px/1.4 Inter, system-ui, sans-serif; text-transform: uppercase; overflow-wrap: anywhere; }
.bsm__item:hover h3, .bsm__item:focus-visible h3 { color: var(--bsm-dark); text-decoration: underline; text-decoration-color: var(--bsm-green); text-underline-offset: 4px; }
.bsm__item p { margin: 4px 0 0; color: var(--bsm-muted); font: italic 15px/1.4 Georgia, "Times New Roman", serif; }
.bsm__price { font-size: 13px; font-weight: 600; color: var(--bsm-dark); white-space: nowrap; }
.bsm__tags { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; color: var(--bsm-dark); font-size: 10px; line-height: 1.5; }
.bsm__folio { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 24px; color: var(--bsm-muted); font-size: 10px; }
.bsm__section.is-compact .bsm__items { gap: 13px; }
.bsm__section.is-compact .bsm__section-head { margin-bottom: 20px; }
.bsm__section.is-compact .bsm__brand { margin-bottom: 20px; }
.bsm__section.is-compact .bsm__item p { font-size: 14px; }
.bsm__section.is-compact .bsm__item h3 { font-size: 13px; }
.bsm__closing .bsm__paper { justify-content: center; text-align: center; }
.bsm__closing .bsm__brand { margin: 0 0 12px; }
.bsm__closing p:last-child { color: var(--bsm-muted); font: italic 18px Georgia, serif; }
.bsm__empty { padding: 40px 0; text-align: center; }
.bsm__tooltip { position: fixed; z-index: 1001; width: 28px; height: 28px; pointer-events: none; visibility: hidden; }
.bsm__tooltip.is-visible { visibility: visible; }
.bsm__loader { width: 26px; height: 26px; border: 2px solid var(--bsm-line); border-top-color: var(--bsm-dark); border-radius: 50%; animation: bsm-spin .6s linear infinite; }
.bsm__tooltip-content { display: none; }
.bsm__tooltip.is-loaded { width: min(340px, calc(100vw - 32px)); height: auto; padding: 20px; background: #fff; border: 1px solid var(--bsm-line); border-radius: 6px; box-shadow: 0 10px 35px #24351a20; }
.bsm__tooltip.is-loaded .bsm__loader { display: none; }
.bsm__tooltip.is-loaded .bsm__tooltip-content { display: block; }
.bsm__tooltip strong { display: block; color: var(--bsm-dark); font-size: 17px; line-height: 1.3; margin-bottom: 8px; }
.bsm__tooltip p { margin: 0 0 12px; font-size: 14px; line-height: 1.5; }
.bsm__tooltip span { display: block; font-size: 12px; line-height: 1.5; }
.bsm__details { width: min(440px, calc(100% - 32px)); max-height: 85dvh; overflow: auto; margin: auto; padding: 28px; border: 1px solid var(--bsm-line); border-radius: 6px; background: #fffefa; color: var(--bsm-ink); }
.bsm__details::backdrop { background: #16201170; }
.bsm__details h2 { font: 400 28px/1.2 Georgia, serif; color: var(--bsm-dark); }
.bsm__details p { font-size: 15px; line-height: 1.6; }
.bsm__details form { margin: 20px 0 0; }
.bsm__measure { position: absolute; left: -20000px; top: 0; visibility: hidden; pointer-events: none; }
.bsm__measure .bsm__paper { height: auto; min-height: 0; }
@keyframes bsm-spin { to { transform: rotate(360deg); } }
@media (max-width: 1279px) {
  .bsm { padding-top: 204px; }
  .bsm__hero, .bsm__toolbar, .bsm__pagination, .bsm__stage { max-width: 620px; }
  .bsm__toolbar { gap: 16px; grid-template-columns: 1fr 1fr; }
  .bsm__search { grid-column: 1 / -1; }
  .bsm__book:not(.stf__parent) { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .bsm { padding: 122px 16px 48px; }
  .bsm h1 { font-size: 34px; }
  .bsm__hero { margin-bottom: 24px; }
  .bsm__toolbar select, .bsm__toolbar input { font-size: 16px; }
  .bsm__toolbar { gap: 12px; grid-template-columns: 1fr; }
  .bsm__paper { padding: 24px 24px 18px; }
  .bsm__brand { font-size: 28px; margin-bottom: 26px; }
  .bsm__section h2 { font-size: 28px; }
  .bsm__item h3, .bsm__section.is-compact .bsm__item h3 { font-size: 13px; }
  .bsm__item p, .bsm__section.is-compact .bsm__item p { font-size: 15px; }
  .bsm__items, .bsm__section.is-compact .bsm__items { gap: 18px; }
  .bsm__pagination { gap: 8px; }
  .bsm .bsm__button { min-width: 82px; padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .bsm *, .bsm *::before, .bsm *::after { animation: none !important; transition: none !important; }
}
