/* Frostpop — modern clean wellness */
:root { --font-display: 'General Sans', sans-serif; --font-body: 'General Sans', sans-serif; }
.brand__mark { background: var(--c-accent); color: white; border-radius: 50%; font-size: 1.4rem; }
.brand__name { font-weight: 700; letter-spacing: -0.01em; }
.cta-pill { background: var(--c-accent); color: white; border-radius: 999px; box-shadow: 0 8px 22px rgba(10,169,160,0.25); font-weight: 600; }
.hero__title { font-weight: 700; letter-spacing: -0.03em; }
.hero__art img { border-radius: 24px; }
.hero__sticker { background: var(--c-accent2); color: white; border: none; border-radius: 999px; transform: rotate(-3deg); font-weight: 700; }
.hero__badges span { background: white; box-shadow: 0 4px 14px rgba(10,169,160,0.1); border-radius: 999px; }
.btn--primary { border-radius: 999px; box-shadow: 0 8px 22px rgba(10,169,160,0.28); font-weight: 600; }
.btn--ghost { border-radius: 999px; }
.dish { background: white; border: 1px solid color-mix(in srgb, var(--c-accent) 12%, transparent); border-radius: 22px; }
.dish:hover { border-color: var(--c-accent); box-shadow: 0 18px 40px rgba(10,169,160,0.16); }
.dish__cat { background: color-mix(in srgb, var(--c-accent) 14%, white); color: var(--c-accent); border-radius: 999px; }
.dish h3 { font-weight: 700; }
.dish__price { color: var(--c-accent); font-weight: 700; }
.menu-group__title { background: var(--c-accent); color: white; padding: 6px 18px; border-radius: 999px; border-bottom: none; font-weight: 700; }
.section-head h2, .menu-page h1, .about__copy h2 { font-weight: 700; letter-spacing: -0.03em; }
.about__stats strong { color: var(--c-accent); font-weight: 700; }
.loc-card { background: white; border: 1px solid color-mix(in srgb, var(--c-accent) 12%, transparent); border-radius: 22px; }
.strip { background: var(--c-accent); color: white; }
