/* Monkey's Paw brand theme.
   Scoped to body.mp so the rest of the Fable Games site is unaffected.
   Palette: Marketing/MonkeyPaws/monkeys_paw_marketing_package/brand/color-palette.json
   Notes:  Midnight Navy backgrounds, Wish Gold titles/CTAs,
           Genie Blue magical effects, Parchment for readable text. */

.mp {
  color-scheme: dark;
  --bg: #0D1326;       /* Midnight Navy */
  --bg-panel: #151d3a; /* Midnight Navy lifted toward Royal Blue */
  --text: #F5E9D2;     /* Parchment */
  --text-dim: #BFB393; /* dimmed Parchment */
  --accent: #388DF8;   /* Genie Blue */
  --border: #1E3A8A;   /* Royal Blue */
  --gold: #F4C430;     /* Wish Gold */
}

body.mp {
  background:
    radial-gradient(120% 70% at 50% -15%, rgba(56, 141, 248, 0.20), transparent 60%),
    radial-gradient(90% 50% at 50% 0%, rgba(30, 58, 138, 0.35), transparent 70%),
    var(--bg);
}

.mp header.site a.brand { color: var(--text); }
.mp nav.crumbs,
.mp nav.crumbs a { color: var(--text-dim); }

.mp-hero { text-align: center; }

.mp-logo {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto 0.5rem;
}

.mp h1 {
  font-family: 'Cinzel Decorative', Georgia, 'Times New Roman', serif;
  color: var(--gold);
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  margin: 0.25rem 0 0.35rem;
}

.mp p.tagline {
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 18px rgba(56, 141, 248, 0.45); /* Genie Blue glow */
}

.mp .status {
  display: inline-block;
  margin-top: 1.1rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--gold);
  border: 1px solid rgba(244, 196, 48, 0.6);
  border-radius: 999px;
  padding: 0.2rem 0.8rem;
  background: rgba(244, 196, 48, 0.08);
}

.mp a { color: var(--accent); }
.mp footer.site { border-top-color: var(--border); color: var(--text-dim); }
.mp footer.site a { color: var(--accent); }
