/* Shared 12-store storefront cards used by Home + About. */
.bmt-store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.bmt-store-card{min-width:0}
.bmt-store-card>a{display:flex;height:100%;min-width:0;flex-direction:column;border:1px solid #dce5df;border-radius:18px;background:#fff;color:inherit;box-shadow:0 10px 28px rgba(20,58,32,.045);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.bmt-store-card figure{position:relative;margin:0;aspect-ratio:4/3;overflow:hidden;background:#eef4ef}
.bmt-store-card figure::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,61,27,.11),transparent 45%);pointer-events:none}
.bmt-store-card img{width:100%;height:100%;object-fit:cover;object-position:center 37%;transition:transform .34s ease}
.bmt-store-card__body{display:flex;min-height:132px;padding:14px 15px 15px;flex:1;flex-direction:column}
.bmt-store-card h3{margin:0;color:#213329;font-size:.94rem;font-weight:650;line-height:1.34}
.bmt-store-card p{margin:6px 0 11px;color:#66756c;font-size:.78rem;line-height:1.48;overflow-wrap:anywhere}
.bmt-store-card__body>span{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:#2c6a39;font-size:.75rem;font-weight:650}
.bmt-store-card__body>span svg{width:14px;height:14px;transition:transform .18s ease}
.bmt-store-card>a:focus-visible{outline:3px solid rgba(57,181,74,.28);outline-offset:3px}
@media(hover:hover){.bmt-store-card>a:hover{transform:translateY(-3px);border-color:#c7ddcd;box-shadow:0 16px 38px rgba(20,58,32,.08)}.bmt-store-card>a:hover img{transform:scale(1.025)}.bmt-store-card>a:hover .bmt-store-card__body>span svg{transform:translateX(2px)}}
@media(max-width:1180px){.bmt-store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1023px){.bmt-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.bmt-store-grid{grid-template-columns:1fr;gap:10px}.bmt-store-card>a{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:138px;border-radius:15px}.bmt-store-card figure{height:100%;min-height:138px;aspect-ratio:auto}.bmt-store-card img{object-position:center 38%}.bmt-store-card__body{min-height:138px;padding:12px 13px}.bmt-store-card h3{font-size:.9rem}.bmt-store-card p{margin:5px 0 8px;font-size:.75rem}}

@media(max-width:420px){.bmt-store-card>a{grid-template-columns:100px minmax(0,1fr)}}
