/* identity-rabino.css — Rabino's logo icon (a long-neck dino). Brand identity, not
   visual theme: always loaded when the brand is Rabino, regardless of which Theme
   is active, and never loaded for Skipper. */
body.brand-rabino .brand::before {   /* the dino: a cream silhouette, works on any theme's topnav */
  content: ""; width: 40px; height: 30px; flex: none; align-self: center;
  background: url("data:image/svg+xml,<svg viewBox='0 0 72 52' xmlns='http://www.w3.org/2000/svg'><g fill='%23F7F0DE'><path d='M2 46C14 44 22 40 30 33L33 40C25 46 14 48 4 49Z'/><ellipse cx='36' cy='31' rx='17' ry='12'/><rect x='23' y='37' width='6' height='12' rx='3'/><rect x='32' y='39' width='6' height='10' rx='3'/><rect x='43' y='39' width='6' height='10' rx='3'/><rect x='49' y='37' width='6' height='12' rx='3'/><path d='M46 26C45 13 48 5 56 4L61 7C54 9 53 17 53 28Z'/><ellipse cx='59' cy='6' rx='7' ry='4.6'/><rect x='63' y='4.5' width='6' height='4' rx='2'/></g><circle cx='60.5' cy='5' r='1.1' fill='%23E8843F'/></svg>") center/contain no-repeat;
}
