/* Forno Vero — refined Italian editorial */
:root { --font-display: 'Playfair Display', Georgia, serif; --font-body: 'Inter', sans-serif; }
.brand__mark { background: var(--c-accent); color: var(--c-bg); border-radius: 50%; font-family: var(--font-display); font-weight: 600; }
.brand__name { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; }
.cta-pill { background: var(--c-accent); color: var(--c-bg); font-family: var(--font-display); font-weight: 500; }
.hero__title { font-family: var(--font-display); font-weight: 600; font-style: italic; letter-spacing: -0.01em; }
.hero__art img { border-radius: 6px; }
.hero__sticker { background: var(--c-accent2); color: var(--c-bg); border: none; font-family: var(--font-display); font-style: italic; font-weight: 600; }
.eyebrow { font-family: var(--font-display); font-style: italic; text-transform: none; letter-spacing: 0.04em; font-weight: 500; }
.dish { background: var(--c-bg); border: 1px solid color-mix(in srgb, var(--c-fg) 12%, transparent); border-radius: 6px; }
.dish h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; }
.dish__cat { background: transparent; color: var(--c-accent); padding: 0; text-transform: none; letter-spacing: 0.03em; font-style: italic; }
.btn { font-family: var(--font-display); font-weight: 500; }
.btn--primary { border-radius: 999px; }
.btn--ghost { border-radius: 999px; }
.section-head h2, .menu-page h1, .about__copy h2 { font-family: var(--font-display); font-weight: 600; font-style: italic; }
.menu-group__title { font-family: var(--font-display); font-weight: 600; background: transparent; color: var(--c-fg); border-bottom: 1px solid var(--c-accent); }
.about__stats strong { font-family: var(--font-display); color: var(--c-accent); }
.strip { background: var(--c-accent); }
