/* GILDED signature: struck, still gold. No shimmer, no rake, no glow pulse. The gold
   wordmarks, the hero title AND the footer brand, are a static top-lit gradient (bright
   crown down to a deeper base) with an engraved bevel, a hair of light above the glyphs
   and a firm shadow below, like a struck gold medallion lit from overhead. Deliberately
   motionless: where L'Heure's gold drifts and breathes, gilded just sits there with weight. */
.hero .goldmark,
.site-foot .goldmark{
  animation:none;
  background-image:linear-gradient(180deg,
    var(--gilt-hi) 0%, var(--gilt) 46%, var(--gilt-base) 82%, var(--gilt-deep) 100%);
  background-size:100% 100%;
  filter:drop-shadow(0 -1px 0 color-mix(in srgb,var(--gilt-hi) 55%,transparent))
         drop-shadow(0 2px 2px rgba(0,0,0,.5));
}
