/* Oak & Wild — earthy artisan editorial */
:root { --font-display: 'Cormorant Garamond', 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-style: italic; }
.brand__name { font-family: var(--font-display); font-style: italic; font-weight: 600; font-size: 1.4rem; }
.cta-pill { background: var(--c-accent); color: var(--c-bg); font-style: italic; font-family: var(--font-display); font-weight: 500; }
.hero__title { font-family: var(--font-display); font-style: italic; font-weight: 500; }
.hero__art img { border-radius: 50% / 18%; filter: saturate(1.05); }
.hero__sticker { background: var(--c-accent2); color: var(--c-fg); border: none; font-family: var(--font-display); font-style: italic; }
.eyebrow { font-style: italic; font-family: var(--font-display); text-transform: none; letter-spacing: 0.05em; font-size: 0.95rem; font-weight: 500; }
.dish { background: var(--c-bg); border: 1px solid color-mix(in srgb, var(--c-fg) 14%, transparent); border-radius: 12px; }
.dish h3 { font-family: var(--font-display); font-weight: 600; font-style: italic; font-size: 1.4rem; }
.dish__cat { background: transparent; color: var(--c-muted); font-style: italic; font-family: var(--font-display); padding: 0; text-transform: none; letter-spacing: 0; font-size: 0.9rem; }
.btn { font-family: var(--font-display); font-style: italic; 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-style: italic; font-weight: 500; }
.menu-group__title { font-family: var(--font-display); font-style: italic; font-weight: 500; background: transparent; color: var(--c-fg); border-bottom: 1px solid var(--c-accent); }
.about__stats strong { font-family: var(--font-display); }
.strip { background: var(--c-accent); }
