/* Area theme: Demand (MemberWeb:Theming:Themes in appsettings.json). Scoped to
   [data-mw-theme="demand"] — set on <body> for the area's own pages, and on any card whose
   linked item belongs to this area (see docs/memberweb Area Theme Setup guide). */
[data-mw-theme="demand"] {
  /* Page-head band background (ade-custom.css's own token, not core's --mw-color-primary-dark
     — ade's page-head reads --mw-color-pagehead-bg directly). */
  --mw-color-pagehead-bg: #9CDFE8;
  /* Breadcrumb colour override (client request, 2026-09-04) — reverses the earlier "stays
     sitewide everywhere" decision recorded in ade-custom.css's --mw-color-pagehead-breadcrumb
     comment; that decision covered the token default other areas still use, not this theme. */
  --mw-color-pagehead-breadcrumb: #107996;
}

/* The sitewide default pattern moved on to pagehead-pattern-mauve.svg (ade-custom.css's own
   .mw-pagehead:after rule) — this theme keeps its own pagehead-pattern-demand-2.svg instead. */
[data-mw-theme="demand"] .mw-pagehead:after {
  background-image: url('/brand/pagehead-pattern-demand-2.svg');
}
