/* CurioSpark v8.36.11 - Home Hero Warm Background Restore
   Scope: one existing Home hero logo card only.
   Keeps the approved v8.36.9 image, card dimensions, position, and sparkle animation.
   Adds a warm pale-yellow background by blending behind the existing image—no new logo art. */

body.home-hero-logo-focus .home-hero-photo--main.home-hero-photo--brand {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 248, 213, 0.18) 40%, transparent 70%),
    linear-gradient(145deg, #fff5c7 0%, #fff9e5 48%, #fff0b8 100%);
}

/* The existing v8.36.9 logo asset has a white canvas. Multiply lets its white canvas
   inherit the warm card layer underneath while preserving the approved logo artwork. */
body.home-hero-logo-focus .home-hero-photo--main.home-hero-photo--brand > img {
  mix-blend-mode: multiply;
}
