/* Shutter Lab — bold punchy commercial grid */
:root { --font-display: 'Archivo', sans-serif; --font-body: 'Space Grotesk', sans-serif; }
.brand__mark { background: var(--c-accent); color: var(--c-bg); border-radius: 0; font-family: var(--font-display); font-weight: 900; }
.brand__name { font-family: var(--font-display); font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; }
.cta-pill { background: var(--c-fg); color: var(--c-bg); border-radius: 0; font-weight: 700; text-transform: uppercase; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; font-family: var(--font-body); }
.hero__title { font-family: var(--font-display); font-weight: 900; letter-spacing: -0.03em; text-transform: uppercase; }
.hero__art img { border-radius: 0; }
.hero__sticker { background: var(--c-accent2); color: var(--c-fg); border: 3px solid var(--c-fg); transform: rotate(-3deg); font-family: var(--font-display); font-weight: 900; }
.hero__badges span { border-radius: 0; border: 2px solid var(--c-fg); font-weight: 700; }
.btn { border-radius: 0; font-weight: 700; text-transform: uppercase; }
.dish { background: var(--c-bg); border: 3px solid var(--c-fg); border-radius: 0; }
.dish__img img { border-radius: 0; }
.dish h3 { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; }
.dish__cat { background: var(--c-accent); color: var(--c-bg); border-radius: 0; font-weight: 700; text-transform: uppercase; }
.dish__price { color: var(--c-fg); font-family: var(--font-display); font-weight: 900; }
.section-head h2, .menu-page h1, .about__copy h2 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: -0.02em; }
.menu-group__title { font-family: var(--font-display); font-weight: 900; background: var(--c-fg); color: var(--c-bg); border-bottom: none; text-transform: uppercase; }
.about__stats strong { font-family: var(--font-display); color: var(--c-accent); }
.strip { background: var(--c-accent2); color: var(--c-fg); font-weight: 700; text-transform: uppercase; }
