/* Curl Society — warm sun-baked feminine */
:root { --font-display: 'Recoleta', Georgia, serif; --font-body: 'DM Sans', sans-serif; }
.brand__mark { background: var(--c-accent); color: white; border-radius: 50%; font-family: var(--font-display); }
.brand__name { font-family: var(--font-display); font-weight: 700; }
.cta-pill { background: var(--c-accent); color: white; box-shadow: 0 8px 22px rgba(224,122,50,0.25); }
.hero__title { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; }
.hero__art img { border-radius: 60% 40% 60% 40% / 50% 50% 50% 50%; box-shadow: 0 20px 60px rgba(91,57,37,0.18); }
.hero__sticker { background: var(--c-accent2); color: white; border: none; transform: rotate(-8deg); border-radius: 999px; font-family: var(--font-display); font-weight: 700; }
.hero__badges span { background: white; box-shadow: 0 4px 14px rgba(91,57,37,0.08); border-radius: 999px; }
.btn--primary { border-radius: 999px; box-shadow: 0 8px 22px rgba(224,122,50,0.28); }
.btn--ghost { border-radius: 999px; }
.dish { background: white; border: none; border-radius: 32px; box-shadow: 0 6px 22px rgba(91,57,37,0.06); }
.dish:hover { box-shadow: 0 18px 44px rgba(224,122,50,0.18); }
.dish__cat { background: color-mix(in srgb, var(--c-accent) 14%, white); color: var(--c-accent); border-radius: 999px; }
.dish h3 { font-family: var(--font-display); font-weight: 700; }
.dish__price { font-family: var(--font-display); color: var(--c-accent); font-weight: 700; }
.menu-group__title { font-family: var(--font-display); font-weight: 700; 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: 700; letter-spacing: -0.02em; }
.about__stats strong { font-family: var(--font-display); color: var(--c-accent); font-weight: 700; }
.loc-card { background: white; border: none; border-radius: 32px; box-shadow: 0 6px 22px rgba(91,57,37,0.06); }
.strip { background: var(--c-accent); color: white; }
.foot { background: var(--c-accent2); }
