/* Standalone public pages: keep the supplied dark/gold logo readable on the cream header. */
html[data-theme='light'] .ps-header .ps-brand img.brand-mark,
html[data-theme='light'] .ps-footer .ps-brand img,
html[data-theme='light'] .site-header .brand img.brand-mark {
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    padding: 3px !important;
    border: 1px solid rgba(151,116,21,.22) !important;
    border-radius: 14px !important;
    background: #131713 !important;
    box-shadow: inset 0 1px rgba(255,244,174,.08),0 8px 20px rgba(62,49,25,.10) !important;
    filter: saturate(1.12) contrast(1.10) brightness(.96) drop-shadow(0 5px 10px rgba(116,87,16,.08)) !important;
}
html[data-theme='light'] .ps-header .ps-brand:hover img.brand-mark,
html[data-theme='light'] .ps-footer .ps-brand:hover img {
    filter: saturate(1.18) contrast(1.12) brightness(1) drop-shadow(0 7px 14px rgba(116,87,16,.12)) !important;
}
