/* METAL BOOST FONT22: exact HOME logo + YEAR HUB title typography. */
/* HOME's .logo also matches nav a, so its effective letter-spacing is 1px. */
body.mb-unified-header-page .site-header.mb-unified-header .brand.logo {
  font-family: "Cinzel", serif !important;
  font-size: 1.5rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  line-height: normal !important;
  letter-spacing: 1px !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: linear-gradient(135deg,#d4af37 0%,#fcf6ba 50%,#b38728 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: #d4af37 !important;
}

/* Same rendered rule for ARTIST INDEX / DECADE / YEAR / GENRE / SCENE / SEARCH. */
body.mb-unified-header-page main.hub-main > h1:first-of-type,
body.mb-unified-header-page main.artist-index-main h1.section-title {
  font-family: "Oswald", "Noto Sans JP", sans-serif !important;
  font-size: 3rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  line-height: 1.15 !important;
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
body.mb-unified-header-page main.hub-main > h1:first-of-type {
  margin: 0 0 18px !important;
}
body.mb-unified-header-page main.artist-index-main h1.section-title {
  margin: 0 0 5px !important;
}
