/* Field & Furrow — earthy editorial tasting room */
: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-weight: 600; }
.brand__name { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; }
.cta-pill { background: var(--c-accent); color: var(--c-bg); font-family: var(--font-display); font-weight: 600; }
.hero__title { font-family: var(--font-display); font-weight: 600; }
.hero__art img { border-radius: 4px; filter: saturate(1.05); }
.hero__sticker { background: var(--c-accent2); color: var(--c-fg); border: none; font-family: var(--font-display); font-weight: 600; }
.eyebrow { font-family: var(--font-display); text-transform: none; letter-spacing: 0.04em; font-size: 1rem; font-weight: 600; }
.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.5rem; }
.dish__cat { background: transparent; color: var(--c-accent); font-family: var(--font-display); padding: 0; text-transform: none; letter-spacing: 0; font-size: 1rem; font-weight: 600; }
.btn { font-family: var(--font-display); font-weight: 600; }
.section-head h2, .menu-page h1, .about__copy h2 { font-family: var(--font-display); font-weight: 600; }
.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); }
.strip { background: var(--c-accent); }
