.bcc-home-hero .assistant-first-copy{max-width:1100px}.bcc-home-hero .assistant-first-copy p:not(.eyebrow){max-width:980px}.bcc-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:min(1180px,100%);margin:0 auto}.bcc-review-card{background:#fff;border:1px solid rgba(11,44,95,.12);border-radius:22px;padding:24px;box-shadow:0 14px 36px rgba(11,44,95,.08);display:flex;flex-direction:column;justify-content:space-between;gap:18px}.bcc-review-copy{margin:0;color:#30435f;line-height:1.72}.bcc-review-byline{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(11,44,95,.1);padding-top:14px}.bcc-review-byline strong{color:#0b2c5f}.bcc-review-byline span{color:#6b7d96;font-weight:700}.theme-dark .bcc-review-card{background:#101f37;border-color:#263a5c}.theme-dark .bcc-review-copy,.theme-dark .bcc-review-byline span{color:#aebed6}.theme-dark .bcc-review-byline strong{color:#f4f7fb}@media(max-width:900px){.bcc-review-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.bcc-review-grid{grid-template-columns:1fr}}

/* BCC Patch 04H compact header logo */
.site-header .brand-logo-wrap{width:148px!important;height:72px!important;min-width:148px!important;padding:6px!important;border-radius:16px!important;overflow:hidden!important;display:grid!important;place-items:center!important;background:#fff!important}
.site-header .brand-logo-img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;padding:0!important;transform:none!important}
@media(max-width:980px){.site-header .brand-logo-wrap{width:132px!important;height:64px!important;min-width:132px!important}}
@media(max-width:640px){.site-header .brand-logo-wrap{width:116px!important;height:56px!important;min-width:116px!important}}

/* BCC Patch 04I: fill header logo container */
.site-header .brand-logo-wrap{
  padding:0!important;
  overflow:hidden!important;
}
.site-header .brand-logo-img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  transform:scale(1.58)!important;
  transform-origin:center!important;
}
@media(max-width:980px){
  .site-header .brand-logo-img{transform:scale(1.52)!important}
}
@media(max-width:640px){
  .site-header .brand-logo-img{transform:scale(1.46)!important}
}

/* BCC Patch 04K heritage proof */
.bcc-heritage-tagline{font-weight:800;color:#9b783f;letter-spacing:.02em}
.bcc-heritage-benefits{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
@media(max-width:980px){.bcc-heritage-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.bcc-heritage-benefits{grid-template-columns:1fr}}


/* BCC Patch 04P showroom location */
.bcc-showroom-hero-callout{
  width:min(760px,100%);margin:18px auto 8px;padding:16px 20px;
  border:1px solid rgba(197,155,84,.42);border-radius:18px;
  background:rgba(255,255,255,.76);box-shadow:0 10px 28px rgba(11,44,95,.06);
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 14px;text-align:center
}
.bcc-showroom-hero-callout strong{color:#0b2c5f}
.bcc-showroom-hero-callout span{color:#42546d}
.bcc-showroom-hero-callout a{font-weight:800;color:#9b783f;text-decoration:underline;text-underline-offset:3px}
.bcc-showroom-location{scroll-margin-top:110px}
.bcc-location-grid{
  width:min(1180px,100%);margin:0 auto;display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);gap:22px;align-items:stretch
}
.bcc-location-details,.bcc-map-card{
  background:#fff;border:1px solid rgba(11,44,95,.12);border-radius:24px;
  box-shadow:0 14px 36px rgba(11,44,95,.08);overflow:hidden
}
.bcc-location-details{padding:28px;display:flex;flex-direction:column;justify-content:center}
.bcc-location-details h3{margin:.25rem 0 1rem;color:#0b2c5f}
.bcc-location-details p{color:#42546d;line-height:1.7}
.bcc-location-details a:not(.secondary-btn){color:#0b2c5f;font-weight:800}
.bcc-location-kicker{font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#c59b54;font-size:.78rem}
.bcc-location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.bcc-map-card{min-height:390px}
.bcc-map-card iframe{display:block;width:100%;height:100%;min-height:390px;border:0}
.theme-dark .bcc-showroom-hero-callout,.theme-dark .bcc-location-details,.theme-dark .bcc-map-card{
  background:#101f37;border-color:#263a5c
}
.theme-dark .bcc-showroom-hero-callout strong,.theme-dark .bcc-location-details h3{color:#f4f7fb}
.theme-dark .bcc-showroom-hero-callout span,.theme-dark .bcc-location-details p{color:#aebed6}
@media(max-width:820px){
  .bcc-location-grid{grid-template-columns:1fr}
  .bcc-map-card,.bcc-map-card iframe{min-height:330px}
}
