
.bww-store-footer{margin-top:64px;background:#f7f5f1;color:#252525;font-family:inherit}
.bww-footer-main{padding:58px 0 48px;border-top:1px solid #e5e0d7}
.bww-footer-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.bww-footer-main .bww-footer-shell{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.15fr;gap:48px}
.bww-footer-logo{display:inline-flex;align-items:center;gap:11px;color:#171717!important;text-decoration:none!important;margin-bottom:20px}
.bww-footer-logo-mark{display:grid;place-items:center;width:42px;height:42px;background:#171717;color:#fff;font-family:Georgia,serif;font-size:25px;font-weight:700}
.bww-footer-logo strong{display:block;font-family:Georgia,serif;font-size:21px;line-height:1;letter-spacing:.04em}
.bww-footer-logo small{display:block;margin-top:4px;font-size:9px;letter-spacing:.25em}
.bww-footer-brand p{max-width:360px;margin:0 0 20px;color:#666;font-size:13px;line-height:1.75}
.bww-footer-cta{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 15px;border:1px solid #171717;background:#171717;color:#fff!important;border-radius:3px;text-decoration:none!important;font-size:12px;font-weight:800}
.bww-footer-heading{width:100%;padding:0 0 16px;border:0;background:transparent!important;color:#171717!important;text-align:left;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;box-shadow:none!important}
.bww-footer-plus{display:none}
.bww-footer-links ul{list-style:none;margin:0;padding:0}
.bww-footer-links li{margin:0 0 10px}
.bww-footer-links a{color:#555!important;text-decoration:none!important;font-size:13px;line-height:1.5}
.bww-footer-links a:hover{color:#9b7d45!important}
.bww-footer-showroom .bww-footer-links p{margin:0 0 12px;color:#666;font-size:13px;line-height:1.6}
.bww-footer-showroom .bww-footer-links strong{color:#292929}
.bww-footer-bottom{border-top:1px solid #dfdad1;background:#f1eee8}
.bww-footer-bottom-inner{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#777;font-size:11px}
.bww-footer-bottom nav{display:flex;align-items:center;gap:20px}
.bww-footer-bottom a{color:#666!important;text-decoration:none!important}
@media(max-width:900px){
 .bww-store-footer{margin-top:42px}
 .bww-footer-main{padding:34px 0 26px}
 .bww-footer-shell{width:calc(100% - 28px)}
 .bww-footer-main .bww-footer-shell{display:block}
 .bww-footer-brand{padding-bottom:26px}
 .bww-footer-brand p{max-width:none}
 .bww-footer-column{border-top:1px solid #ddd7cd}
 .bww-footer-heading{display:flex!important;align-items:center;justify-content:space-between;min-height:52px;padding:0!important;cursor:pointer}
 .bww-footer-plus{display:block;font-size:20px;font-weight:400;transition:transform .2s}
 .bww-footer-links{display:none;padding:0 0 20px}
 .bww-footer-column.is-open .bww-footer-links{display:block}
 .bww-footer-column.is-open .bww-footer-plus{transform:rotate(45deg)}
 .bww-footer-bottom-inner{padding:17px 0;display:block;line-height:1.7}
 .bww-footer-bottom nav{margin-top:8px;gap:13px;flex-wrap:wrap}
}


/* Stable 2.1.22 — verified footer links/contact/hours */
.bww-footer-contact-actions,
.bww-footer-route-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bww-footer-cta--light {
  background: transparent !important;
  color: #171717 !important;
}

.bww-footer-hours {
  display: grid;
  gap: 5px;
  margin: 14px 0 16px;
}

.bww-footer-hours > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
}

.bww-footer-hours strong {
  color: #2b2b2b !important;
  font-weight: 700;
}

.bww-footer-route {
  font-weight: 800 !important;
  color: #171717 !important;
}

.bww-footer-email {
  margin-top: 14px !important;
}

@media (max-width: 900px) {
  .bww-footer-hours > div {
    grid-template-columns: 1fr auto;
  }
}

/* Stable 2.1.23 — use the actual WordPress/site logo in footer */
.bww-footer-logo{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:240px!important;
  margin:0 0 20px!important;
}
.bww-footer-logo-image{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:220px!important;
  max-height:72px!important;
  object-fit:contain!important;
}
.bww-footer-logo-fallback{
  color:#171717;
  font-size:20px;
  font-weight:800;
}
@media(max-width:900px){
  .bww-footer-logo-image{
    max-width:190px!important;
    max-height:62px!important;
  }
}
