/* Scoopline — sun-baked editorial summer */
:root { --font-display: 'Fraunces', Georgia, serif; --font-body: 'Inter', sans-serif; }
.brand__mark { background: var(--c-accent); color: white; border-radius: 50%; font-family: var(--font-display); font-weight: 800; }
.brand__name { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.01em; }
.cta-pill { background: var(--c-accent); color: white; box-shadow: 0 8px 22px rgba(232,93,117,0.25); }
.hero__title { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; }
.hero__art img { border-radius: 32px; box-shadow: 0 20px 60px rgba(232,93,117,0.18); }
.hero__sticker { background: var(--c-accent2); color: var(--c-fg); border: none; transform: rotate(-8deg); border-radius: 999px; font-family: var(--font-display); font-weight: 800; }
.hero__badges span { background: white; box-shadow: 0 4px 14px rgba(232,93,117,0.08); border-radius: 999px; }
.btn--primary { border-radius: 999px; box-shadow: 0 8px 22px rgba(232,93,117,0.3); }
.btn--ghost { border-radius: 999px; }
.dish { background: white; border: none; border-radius: 28px; box-shadow: 0 6px 20px rgba(232,93,117,0.08); }
.dish:hover { box-shadow: 0 18px 44px rgba(232,93,117,0.18); }
.dish__cat { background: color-mix(in srgb, var(--c-accent2) 30%, white); color: var(--c-fg); border-radius: 999px; }
.dish h3 { font-family: var(--font-display); font-weight: 800; }
.dish__price { font-family: var(--font-display); color: var(--c-accent); font-weight: 800; }
.menu-group__title { font-family: var(--font-display); font-weight: 800; background: var(--c-accent); color: white; padding: 6px 22px; border-radius: 999px; border-bottom: none; }
.section-head h2, .menu-page h1, .about__copy h2 { font-family: var(--font-display); font-weight: 800; }
.about__stats strong { font-family: var(--font-display); color: var(--c-accent); }
.loc-card { background: white; border: none; border-radius: 28px; box-shadow: 0 6px 20px rgba(232,93,117,0.08); }
.strip { background: var(--c-accent); }
