/* Logo officiel : bordeaux conservé dans le médaillon, transparent autour. */
.brand img,
footer img {
  mix-blend-mode: normal;
  clip-path: none;
  background: transparent;
  transform: none;
}

.brand img { width: 64px; height: 64px; }
footer img { width: 62px; height: 62px; }

.topbar nav a::before,
.topbar .reserve::before {
  content: '·';
  color: #1a1615;
  margin-right: .18rem;
  font-size: 1.05em;
}

.topbar nav a:first-child::before { margin-left: .35rem; }

/* Teinte d'or prélevée sur le médaillon V'56 : référence unique du site. */
:root { --gold: #e0a028; --muted: #e0a028; }
.hours h2,
.parking h2 { color: var(--gold); }

.eyebrow,
.heading-meta,
.heading-meta .eyebrow,
.section-heading h2,
.section-heading h2 em,
.heading-row strong,
.hours h2 em,
.parking h2 em,
.menu-choice,
.menu-choice:hover,
.menu-choice.active,
footer a { color: var(--gold); }
