.bmh-readings { max-width: 1280px; margin: 0 auto; padding: 64px 28px 80px; color: #121511; }
.bmh-readings [hidden] { display: none !important; }
.bmh-readings-mast { max-width: 800px; margin-bottom: 40px; }
.bmh-readings-mast h1 { margin: 12px 0 20px; font-family: var(--bmh-headline, var(--bm-display)); font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.07; letter-spacing: -.04em; }
.bmh-readings-mast .bmh-lead { max-width: 660px; font-size: 1.1rem; line-height: 1.65; }
.bmh-readings-note { max-width: 660px; margin-top: 18px; font-size: .85rem; line-height: 1.6; color: #687067; }
.bmh-readings-filters { display: flex; align-items: end; gap: 20px; padding: 22px; border: 1px solid #dde1d8; background: #f1f3ea; border-radius: 14px; }
.bmh-readings-filters label { display: block; font-weight: 600; font-size: .85rem; margin-bottom: 8px; }
.bmh-readings-search { flex: 1; }
.bmh-readings-search > div { position: relative; }
.bmh-readings-search svg { position: absolute; inset-inline-start: 16px; top: 16px; width: 22px; height: 22px; color: #687067; }
.bmh-readings-filters input, .bmh-readings-filters select { box-sizing: border-box; width: 100%; min-height: 54px; border: 1px solid #ccd2c6; border-radius: 9px; background: #fff; color: #121511; padding: 12px 16px; font: inherit; font-size: 16px; transition: border-color .16s ease, box-shadow .16s ease; }
.bmh-readings-filters input { padding-inline-start: 48px; }
.bmh-readings-filters select { min-width: 230px; }
.bmh-readings-filters input:focus-visible, .bmh-readings-filters select:focus-visible { outline: 2px solid #687a00; outline-offset: 2px; }
.bmh-readings-results { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; font-size: .9rem; }
.bmh-readings-results p { margin: 0; }
.bmh-readings-results a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: 4px; }
.bmh-readings-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.bmh-reading { display: flex; flex-direction: column; min-width: 0; border: 1px solid #dde1d8; border-radius: 14px; overflow: hidden; background: #fff; animation: reading-appear .22s ease both; }
.bmh-reading-cover { display: flex; align-items: center; justify-content: center; padding: 28px; min-height: 235px; background: #edf0e5; }
.bmh-reading:nth-child(3n+2) .bmh-reading-cover { background: #eef1f2; }
.bmh-reading:nth-child(3n+3) .bmh-reading-cover { background: #f2efe8; }
.bmh-reading-cover img { width: auto; height: 190px; max-width: 100%; object-fit: contain; border-radius: 1px 4px 4px 1px; box-shadow: 5px 9px 16px #12151126; transition: transform .2s ease; }
.bmh-reading:focus-within .bmh-reading-cover img { transform: translateY(-3px); }
@media (hover: hover) { .bmh-reading:hover .bmh-reading-cover img { transform: translateY(-3px); } }
.bmh-reading-copy { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.bmh-reading-topic { margin: 0 0 10px; font-size: .75rem; font-weight: 600; color: #687a00; }
.bmh-reading-copy h2 { margin: 0; font-family: var(--bmh-headline, var(--bm-display)); font-size: 1.3rem; letter-spacing: -.02em; line-height: 1.3; overflow-wrap: anywhere; }
.bmh-reading-author { margin: 7px 0 14px; font-size: .85rem; color: #687067; }
.bmh-reading-why { margin: 0 0 20px; font-size: 1rem; line-height: 1.6; }
.bmh-reading-link { display: flex; gap: 12px; align-items: center; justify-content: space-between; min-height: 44px; margin-top: auto; border-top: 1px solid #dde1d8; padding-top: 12px; font-weight: 600; font-size: .9rem; }
.bmh-reading-link:hover { color: #687a00; }
.bmh-reading-link:focus-visible { outline: 2px solid #687a00; outline-offset: 4px; border-radius: 3px; }
.bmh-readings-empty { padding: 60px 24px; text-align: center; border: 1px dashed #ccd2c6; border-radius: 14px; }
.bmh-readings-more { display: flex; justify-content: center; margin-top: 32px; }
.bmh-readings-share { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 64px; border-top: 1px solid #dde1d8; padding-top: 30px; }
.bmh-readings-share h2 { font-size: 1.35rem; margin: 0 0 8px; }
.bmh-readings-share p { color: #687067; margin: 0; }
.bmh-readings-share .bm-btn { flex-shrink: 0; }
@keyframes reading-appear { from { opacity: .4; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) { .bmh-readings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
  .bmh-readings { padding: 36px 20px 48px; }
  .bmh-readings-mast { margin-bottom: 28px; }
  .bmh-readings-filters { flex-direction: column; align-items: stretch; padding: 16px; gap: 16px; }
  .bmh-readings-grid { grid-template-columns: 1fr; }
  .bmh-reading-cover { min-height: 220px; padding: 20px; }
  .bmh-reading-copy { padding: 20px; }
  .bmh-readings-share { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .bmh-reading { animation: none; }
  .bmh-reading-cover img, .bmh-readings-filters input, .bmh-readings-filters select { transition: none; transform: none !important; }
}
