/* Static footer uses the main site's typography, rail and publisher badges. */
.brj-footer { background: #090909 !important; color: rgba(255,255,255,.8) !important; padding: 0 !important; font: 400 15px/1.85 'DM Sans',sans-serif !important; }
.brj-footer * { box-sizing: border-box; }
.brj-footer-rail { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.brj-footer a { color: rgba(255,255,255,.75) !important; text-decoration: none !important; border-bottom: 0 !important; overflow-wrap: anywhere; }
.brj-footer a:hover, .brj-footer a:focus { color: #fff !important; text-decoration: underline !important; text-underline-offset: 4px; }
.brj-footer-top { display: flex; flex-wrap: wrap; gap: 12px 32px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.brj-footer-inner { max-width: none !important; display: grid !important; grid-template-columns: .8fr 1.25fr 1fr 1.1fr !important; gap: 36px !important; padding: 48px 0 !important; margin: 0 !important; }
.brj-footer h2 { font: 500 20px/1.4 'Playfair Display',serif !important; color: #fff !important; margin: 0 0 20px !important; text-transform: none !important; }
.brj-footer address { color: rgba(255,255,255,.7); font-style: normal; margin: 0 0 12px; }
.brj-footer nav a { display: block; margin-bottom: 8px; }
.brj-footer-logo img { display: block; width: auto !important; height: 96px !important; max-width: 100%; object-fit: contain; object-position: left; margin: 0 !important; }
.brj-footer-badges { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px 32px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.brj-footer-badges img { display: block; width: auto; max-width: 140px; height: 60px; object-fit: contain; margin: 0 !important; filter: grayscale(1) invert(1) brightness(1.75); }
.brj-footer-badges .brj-badge-flat { filter: brightness(0) invert(1); }
.brj-footer-badges .brj-badge-atlas { height: 38px; }
.brj-footer-bottom { display: flex; justify-content: space-between; gap: 16px 32px; max-width: none !important; margin: 0 !important; padding: 24px 0 !important; border: 0 !important; text-align: left !important; font-size: 13px !important; color: rgba(255,255,255,.6) !important; }
.brj-footer-bottom p { margin: 0; }
.brj-footer-bottom a { flex-shrink: 0; }
@media(min-width:640px) { .brj-footer-rail { padding: 0 32px; } }
@media(max-width:1000px) { .brj-footer-inner { grid-template-columns: repeat(2,minmax(0,1fr)) !important; } }
@media(max-width:640px) { .brj-footer-inner { grid-template-columns: minmax(0,1fr) !important; gap: 32px !important; padding: 32px 0 !important; } .brj-footer-bottom { flex-direction: column; } .brj-footer-badges { gap: 24px; } }
