/* Photo directory; desktop 3 / tablet 2 / phone 1. */
.bm-clubs-directory{background:#080809;color:#fff;min-height:70vh;padding:34px 0 48px}
.bm-clubs-inner{max-width:1440px;margin:auto;padding:0 40px}
.bm-clubs-heading h1{font-size:48px;font-weight:900;line-height:1;margin:0 0 10px;letter-spacing:-.04em}
.bm-clubs-heading p{font-size:18px;margin:0 0 20px;color:#ddd}
.bm-clubs-areas{display:flex;gap:10px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 transparent;padding:0 0 8px}
.bm-clubs-areas a{flex:none;border:1px solid #666;border-radius:24px;min-height:44px;padding:9px 20px;font-size:14px;font-weight:700}
.bm-clubs-areas a[aria-current]{background:#1953ff;border-color:#1953ff;color:#fff}
.bm-clubs-count{font-size:13px;color:#bbb;margin:6px 0 18px}
.bm-clubs-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.bm-clubs-photo-card{min-width:0;border-bottom:1px solid #414145;padding-bottom:12px}
.bm-clubs-photo{position:relative;aspect-ratio:1.9;background:#18181b;border-radius:4px;overflow:hidden}
.bm-clubs-photo>a{display:block;height:100%;width:100%}
.bm-clubs-photo img{width:100%;height:100%;object-fit:cover;transition:transform .2s}
.bm-clubs-photo .bm-fit-media{height:100%;width:100%}.bm-clubs-photo .bm-fit-foreground{object-fit:contain}
.bm-clubs-photo .bm-no-image{height:100%;min-height:0;display:flex;justify-content:center;align-items:center;color:#bbb;background:#18181b}
.bm-clubs-photo .bm-fav{position:absolute;right:10px;top:10px;width:44px;height:44px;border-radius:50%;background:#000b;color:white;border:1px solid #fff7;font-size:28px;display:grid;place-items:center;padding:0;line-height:1}
.bm-clubs-photo .bm-fav.active{background:#1953ff;border-color:#1953ff}
.bm-clubs-caption h2{font-size:24px;line-height:1.2;margin:10px 0 4px;font-weight:800;overflow-wrap:anywhere}
.bm-clubs-caption h2 a{display:flex;justify-content:space-between;align-items:center;gap:12px}.bm-clubs-caption h2 a>span:last-child{font-weight:400;flex:none}
.bm-clubs-caption p{font-size:14px;color:#bbb;margin:0}
.bm-clubs-caption .bm-pr-label{margin-top:8px}
.bm-clubs-directory .bm-pagination a,.bm-clubs-directory .bm-pagination span{color:white;border-color:#555}.bm-clubs-directory .bm-pagination .current{background:#1953ff;border-color:#1953ff}
.bm-clubs-directory a:focus-visible,.bm-clubs-directory button:focus-visible{outline:3px solid #8aabff;outline-offset:3px}
.bm-clubs-empty{padding:35px 0}.bm-clubs-empty a{text-decoration:underline}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.bm-clubs-photo>a:hover img{transform:scale(1.025)}}
@media(max-width:1050px){.bm-clubs-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.bm-clubs-inner{padding:0 24px}}
@media(max-width:600px){.bm-clubs-directory{padding-top:18px}.bm-clubs-inner{padding:0 16px}.bm-clubs-heading h1{font-size:32px;margin-bottom:6px}.bm-clubs-heading p{font-size:14px;margin-bottom:12px}.bm-clubs-areas{gap:8px;margin-right:-16px}.bm-clubs-areas a{padding:8px 16px}.bm-clubs-count{margin:2px 0 10px;font-size:12px}.bm-clubs-photo-grid{grid-template-columns:minmax(0,1fr);gap:14px}.bm-clubs-photo{aspect-ratio:2.7}.bm-clubs-caption h2{font-size:21px;margin:7px 0 3px}.bm-clubs-caption p{font-size:14px}.bm-clubs-photo-card{padding-bottom:10px}}

.bm-clubs-caption-meta{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.bm-clubs-caption-meta p{min-width:0}.bm-clubs-caption-meta .bm-clubs-coupon-label{flex:none;font-size:12px;font-weight:500;line-height:1.5;color:#ccc;text-decoration:none;padding:3px 0}.bm-clubs-coupon-label:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
