/* Vapor & Vale — misty luxe cinematic */
: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; letter-spacing: 0.02em; 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: 500; letter-spacing: -0.01em; }
.hero__art img { border-radius: 0; filter: brightness(0.85) contrast(1.05); }
.hero__sticker { background: var(--c-accent2); color: var(--c-fg); border: none; transform: rotate(-3deg); font-family: var(--font-display); font-weight: 600; }
.eyebrow { font-family: var(--font-display); letter-spacing: 0.18em; font-weight: 500; }
.dish { background: color-mix(in srgb, var(--c-fg) 5%, var(--c-bg)); border: 1px solid color-mix(in srgb, var(--c-fg) 14%, transparent); border-radius: 0; }
.dish__img img { border-radius: 0; filter: brightness(0.9); }
.dish h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.5rem; }
.dish__cat { background: transparent; color: var(--c-accent); font-family: var(--font-display); letter-spacing: 0.12em; padding: 0; }
.dish__price { color: var(--c-accent); font-family: var(--font-display); }
.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: 500; }
.menu-group__title { font-family: var(--font-display); font-weight: 500; 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-accent2); color: var(--c-fg); font-family: var(--font-display); letter-spacing: 0.06em; }
