/* Pop & Cone — playful candy pink */
:root { --font-display: 'Bricolage Grotesque', sans-serif; --font-body: 'Fredoka', sans-serif; }
.brand__mark { background: var(--c-accent); color: white; border-radius: 14px; font-weight: 900; box-shadow: 0 6px 18px rgba(196,62,186,0.3); transform: rotate(-6deg); }
.brand__name { font-weight: 900; letter-spacing: -0.02em; }
.cta-pill { background: var(--c-accent); color: white; box-shadow: 0 8px 22px rgba(196,62,186,0.32); border-radius: 999px; }
.hero__title { font-weight: 900; letter-spacing: -0.04em; }
.hero__art img { border-radius: 50% 30% 50% 30% / 30% 50% 30% 50%; box-shadow: 0 20px 60px rgba(196,62,186,0.22); }
.hero__sticker { background: var(--c-accent2); color: var(--c-fg); border: 3px solid var(--c-fg); transform: rotate(-12deg); border-radius: 16px; font-weight: 900; }
.hero__badges span { background: white; box-shadow: 0 4px 14px rgba(196,62,186,0.12); border-radius: 999px; }
.btn--primary { border-radius: 999px; box-shadow: 0 8px 22px rgba(196,62,186,0.32); font-weight: 700; }
.btn--ghost { border-radius: 999px; }
.dish { background: white; border: 3px solid color-mix(in srgb, var(--c-accent) 12%, white); border-radius: 28px; }
.dish:hover { border-color: var(--c-accent); transform: translateY(-6px) rotate(-1deg); }
.dish__cat { background: var(--c-accent2); color: var(--c-fg); border-radius: 999px; font-weight: 700; }
.dish h3 { font-weight: 900; }
.dish__price { color: var(--c-accent); font-weight: 900; }
.menu-group__title { background: var(--c-accent); color: white; padding: 6px 22px; border-radius: 999px; border-bottom: none; font-weight: 900; }
.section-head h2, .menu-page h1, .about__copy h2 { font-weight: 900; letter-spacing: -0.03em; }
.about__stats strong { color: var(--c-accent); font-weight: 900; }
.loc-card { background: white; border: 3px solid color-mix(in srgb, var(--c-accent) 12%, white); border-radius: 28px; }
.strip { background: var(--c-accent2); color: var(--c-fg); font-weight: 700; }
.strip span::after { color: var(--c-accent); }
.foot { background: var(--c-fg); }
