/* Shared public footer; isolated from the legacy BHP/insurance footer rules. */
.bmk-site-footer { background: #192c23; color: #edf1e9; font-family: 'Manrope', sans-serif; font-size: 15px; line-height: 1.7; padding: 58px 0 72px; border-top: 4px solid #95bc68; text-align: left; }
.bmk-site-footer *, .bmk-site-footer *::before, .bmk-site-footer *::after { box-sizing: border-box; }
.bmk-site-footer .bmk-footer-shell { width: calc(100% - 64px); max-width: 1200px; margin: 0 auto; }
.bmk-site-footer a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
.bmk-site-footer a:hover { color: #c1e397; text-decoration: underline; }
.bmk-site-footer a:focus-visible { outline: 3px solid #c1e397; outline-offset: 5px; border-radius: 3px; }
.bmk-site-footer .bmk-footer-grid { display: grid; grid-template-columns: 1.3fr .85fr .95fr 1.2fr; gap: 36px; }
.bmk-site-footer .bmk-footer-grid > * { min-width: 0; }
.bmk-site-footer .bmk-footer-logo { display: inline-flex; align-items: center; gap: 10px; min-height: 65px; margin-bottom: 18px; }
.bmk-site-footer .bmk-footer-logo img { display: block; width: auto; height: 55px; object-fit: contain; }
.bmk-site-footer .bmk-footer-logo img:first-child { width: 55px; height: 55px; padding: 6px; border-radius: 8px; background: #f4f7ed; }
.bmk-site-footer .bmk-footer-logo .bmk-footer-wordmark { height: 65px; filter: brightness(0) invert(1); }
.bmk-site-footer .bmk-footer-description { margin: 0; max-width: 295px; color: #d2dece; font-size: 14px; line-height: 1.85; }
.bmk-site-footer .bmk-footer-area { margin: 17px 0 0; color: #c1e397; font-size: 12px; font-weight: 650; }
.bmk-site-footer .bmk-footer-area span { margin-inline: 4px; }
.bmk-site-footer .bmk-footer-heading { display: block; margin: 10px 0 16px; padding: 0; border: 0; font-family: 'Manrope', sans-serif; color: #b9ceab; font-size: 12px; font-weight: 800; letter-spacing: .08em; line-height: 1.7; text-transform: uppercase; }
.bmk-site-footer .bmk-footer-heading::after { content: none; }
/* Legacy mobile BHP footer headings use !important; constrain only the new footer. */
.bmk-site-footer .bmk-footer-heading { font-size: 12px !important; }
.bmk-site-footer .bmk-footer-links { list-style: none; display: grid; gap: 1px; margin: 0; padding: 0; }
.bmk-site-footer .bmk-footer-links li { margin: 0; padding: 0; }
.bmk-site-footer .bmk-footer-links a { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 6px 0; font-size: 14px; }
.bmk-site-footer .bmk-footer-phone { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: clamp(22px, 2vw, 27px); font-weight: 750; line-height: 1.5; white-space: nowrap; }
.bmk-site-footer .bmk-footer-phone span { color: #c1e397; font-size: 22px; }
.bmk-site-footer .bmk-footer-email { display: block; width: fit-content; max-width: 100%; min-height: 40px; padding: 7px 0; font-size: 14px; overflow-wrap: anywhere; }
.bmk-site-footer .bmk-footer-contact-note { margin: 14px 0 0; color: #d2dece; font-size: 14px; line-height: 1.85; max-width: 265px; }
.bmk-site-footer .bmk-footer-contact-note a { color: #c1e397; font-weight: 750; text-decoration: underline; }
.bmk-site-footer .bmk-footer-social-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; padding: 23px 0; border-top: 1px solid #48604e; border-bottom: 1px solid #48604e; }
.bmk-site-footer .bmk-footer-social-label { color: #d2dece; font-size: 13px; }
.bmk-site-footer .bmk-footer-socials { display: flex; flex-wrap: wrap; gap: 8px; }
.bmk-site-footer .bmk-footer-socials a { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid #6c8167; border-radius: 6px; color: #edf1e9; font-size: 12px; font-weight: 650; }
.bmk-site-footer .bmk-footer-socials a:hover { border-color: #c1e397; background: #294234; }
.bmk-site-footer .bmk-footer-socials a { gap: 7px; }
.bmk-site-footer .bmk-footer-social-icon { display: block; width: 14px; height: 14px; flex: 0 0 14px; }
.bmk-site-footer .bmk-footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding-top: 18px; font-size: 12px; color: #becdb8; }
.bmk-site-footer .bmk-footer-bottom p { margin: 0; font-size: inherit; line-height: 1.8; color: inherit; }
.bmk-site-footer .bmk-footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; }
@media (max-width: 1050px) {
    .bmk-site-footer .bmk-footer-grid { grid-template-columns: 1.15fr 1fr; gap: 30px 48px; }
    .bmk-site-footer .bmk-footer-contact { grid-column: 2; grid-row: 1; }
    .bmk-site-footer .bmk-footer-social-row { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
    .bmk-site-footer { padding: 36px 0 72px; }
    .bmk-site-footer .bmk-footer-shell { width: calc(100% - 36px); }
    .bmk-site-footer .bmk-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
    .bmk-site-footer .bmk-footer-brand { grid-column: 1 / -1; }
    .bmk-site-footer .bmk-footer-contact { grid-column: 1 / -1; grid-row: 2; padding-bottom: 20px; border-bottom: 1px solid #48604e; }
    .bmk-site-footer .bmk-footer-description, .bmk-site-footer .bmk-footer-contact-note { max-width: 100%; }
    .bmk-site-footer .bmk-footer-heading { letter-spacing: .045em; font-size: 11px !important; }
    .bmk-site-footer .bmk-footer-links a { min-height: 44px; font-size: 13px; }
    .bmk-site-footer .bmk-footer-social-row { margin-top: 24px; }
    .bmk-site-footer .bmk-footer-socials a { padding-inline: 12px; }
    .bmk-site-footer .bmk-footer-bottom { align-items: flex-start; flex-direction: column; }
}
