.shop-title em,.cover-title em,.build-title em,.footer-tagline em{font-style:normal;color:inherit;font-weight:inherit;}

/* Global raking-key ground — one low-angle key grazing the whole matte page,
   light → shade, behind all content (z-index:-1, fixed so the light stays put
   as the page scrolls). Achromatic + matte; principle-zero "light on material"
   applied to the page itself, not just the card. Requires the page body to be
   transparent (set per converted page) so this layer reads through. */
html::before{
  content:'';
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(130% 95% at 12% 4%, var(--bg-rk-bloom) 0%, rgba(255,255,255,0) 46%),
    linear-gradient(118deg, var(--bg-rk-lit) 0%, var(--bg-rk-mid) 40%, var(--bg-rk-shade) 74%, var(--bg-rk-deep) 100%);
}
