/* v170 — standard article masthead/navigation across every article page */
body > header.bg-article-site-header,
header.site-header.bg-article-site-header{
  position:sticky !important;
  top:0 !important;
  z-index:999 !important;
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-bottom:1px solid rgba(59,0,43,.10) !important;
  background:rgba(255,250,248,.92) !important;
  box-shadow:none !important;
  -webkit-backdrop-filter:saturate(180%) blur(12px) !important;
  backdrop-filter:saturate(180%) blur(12px) !important;
}
body > header.bg-article-site-header .bg-article-header-inner,
header.site-header.bg-article-site-header .bg-article-header-inner{
  width:min(1360px, calc(100% - 64px)) !important;
  min-height:76px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:28px !important;
}
body > header.bg-article-site-header .bg-article-brand,
header.site-header.bg-article-site-header .bg-article-brand{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:4px !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  text-decoration:none !important;
  background:transparent !important;
  border:0 !important;
  color:#24101d !important;
}
body > header.bg-article-site-header .bg-article-brand span,
header.site-header.bg-article-site-header .bg-article-brand span{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  font-family:Arial, Helvetica, sans-serif !important;
  text-transform:uppercase !important;
  letter-spacing:.28em !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  color:#b85b72 !important;
}
body > header.bg-article-site-header .bg-article-brand strong,
header.site-header.bg-article-site-header .bg-article-brand strong{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  font-family:Georgia, 'Times New Roman', serif !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1.05 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#24101d !important;
}
body > header.bg-article-site-header .bg-article-nav,
header.site-header.bg-article-site-header .bg-article-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:22px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
}
body > header.bg-article-site-header .bg-article-nav a,
header.site-header.bg-article-site-header .bg-article-nav a{
  display:inline-block !important;
  margin:0 !important;
  padding:0 0 7px !important;
  border:0 !important;
  border-bottom:1px solid rgba(184,91,114,.30) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  font-family:Arial, Helvetica, sans-serif !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.20em !important;
  text-transform:uppercase !important;
  color:#6f5d68 !important;
  text-decoration:none !important;
}
body > header.bg-article-site-header .bg-article-nav a:hover,
header.site-header.bg-article-site-header .bg-article-nav a:hover{
  color:#b85b72 !important;
  border-bottom-color:#b85b72 !important;
}
@media(max-width:760px){
  body > header.bg-article-site-header .bg-article-header-inner,
  header.site-header.bg-article-site-header .bg-article-header-inner{
    width:min(100% - 32px, 1360px) !important;
    min-height:66px !important;
    gap:14px !important;
  }
  body > header.bg-article-site-header .bg-article-brand span,
  header.site-header.bg-article-site-header .bg-article-brand span{
    font-size:11px !important;
    letter-spacing:.22em !important;
  }
  body > header.bg-article-site-header .bg-article-brand strong,
  header.site-header.bg-article-site-header .bg-article-brand strong{
    font-size:15px !important;
  }
  body > header.bg-article-site-header .bg-article-nav,
  header.site-header.bg-article-site-header .bg-article-nav{
    gap:12px !important;
  }
  body > header.bg-article-site-header .bg-article-nav a,
  header.site-header.bg-article-site-header .bg-article-nav a{
    font-size:11px !important;
    letter-spacing:.14em !important;
  }
}
