/* Bowl Bowl — tropical playful sidebar-fixed */
:root { --font-display: 'Caveat', cursive; --font-body: 'Quicksand', sans-serif; }
.brand__mark { background: var(--c-accent); color: white; border-radius: 50%; font-family: var(--font-display); font-size: 1.4rem; box-shadow: 0 6px 18px color-mix(in srgb, var(--c-accent) 35%, transparent); }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.8rem; }
.cta-pill { background: var(--c-accent); color: white; box-shadow: 0 6px 16px color-mix(in srgb, var(--c-accent) 35%, transparent); }
.hero__title { font-family: var(--font-display); font-weight: 700; }
.hero__art img { border-radius: 32px; box-shadow: 0 24px 60px color-mix(in srgb, var(--c-accent) 25%, transparent); }
.hero__sticker { background: var(--c-accent2); color: var(--c-fg); border: none; transform: rotate(-12deg); font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }
.hero__badges span { background: white; color: var(--c-fg); border-radius: 999px; box-shadow: 0 4px 12px rgba(232,58,140,0.12); }
.dish { background: white; border: none; border-radius: 28px; box-shadow: 0 6px 20px rgba(232,58,140,0.08); }
.dish:hover { box-shadow: 0 18px 40px rgba(232,58,140,0.16); }
.dish__img img { border-radius: 0; }
.dish h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; }
.dish__cat { background: var(--c-accent2); color: var(--c-fg); }
.dish__price { color: var(--c-accent); }
.btn--primary { border-radius: 999px; box-shadow: 0 8px 22px color-mix(in srgb, var(--c-accent) 35%, transparent); }
.btn--ghost { border-radius: 999px; }
.section-head h2, .menu-page h1, .about__copy h2 { font-family: var(--font-display); font-weight: 700; }
.menu-group__title { font-family: var(--font-display); font-weight: 700; background: var(--c-accent2); color: var(--c-fg); padding: 4px 18px; border-radius: 999px; border-bottom: none; font-size: 1.6rem; }
.about__stats strong { font-family: var(--font-display); }
.loc-card { background: white; border-radius: 28px; border: none; box-shadow: 0 6px 20px rgba(232,58,140,0.08); }
.foot { background: var(--c-fg); }
