/* Nolito — 1970s Little Italy: cream, burgundy, Song Myung serif display.
   Centered logo over the nav, generous serif headings, warm tones. */

:root {
  --heading-transform: none;
  --heading-spacing: 0.01em;
  --heading-weight: 400;
  --radius: 6px;
  --hero-tint: rgba(64, 22, 30, 0.35);
}

.site-header {
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 1rem;
}

.brand img { height: 62px; }

.site-header nav a { font-family: var(--font-body); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.12em; }

.hero-inner h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); }

.prose h2::after { width: 4.5rem; height: 3px; background: var(--accent); }

.menu-card span { font-size: 1.45rem; }

.visit-card { border-top-color: var(--primary); }

@media (max-width: 720px) {
  .site-header { flex-direction: row; padding-top: 0.7rem; }
}
