/* Drift — startup tech subscription */
:root { --font-display: 'Manrope', sans-serif; --font-body: 'Manrope', sans-serif; }
.brand__mark { background: var(--c-fg); color: var(--c-bg); border-radius: 14px; font-weight: 800; }
.brand__name { font-weight: 800; letter-spacing: -0.04em; font-size: 1.6rem; }
.cta-pill { background: var(--c-accent); color: white; border-radius: 999px; box-shadow: 0 8px 22px rgba(255,61,87,0.3); font-weight: 700; }
.eyebrow { font-weight: 600; }
.hero__title { font-weight: 800; letter-spacing: -0.04em; }
.hero__art img { border-radius: 28px; }
.hero__sticker { background: var(--c-fg); color: var(--c-bg); border: none; transform: rotate(-3deg); border-radius: 999px; font-weight: 700; }
.hero__badges span { background: white; box-shadow: 0 4px 14px rgba(0,0,0,0.06); border-radius: 999px; }
.btn--primary { background: var(--c-accent); color: white; box-shadow: 0 10px 28px rgba(255,61,87,0.32); border-radius: 999px; }
.btn--ghost { border-radius: 999px; }
.dish { background: white; border: 1px solid color-mix(in srgb, var(--c-fg) 8%, transparent); border-radius: 24px; box-shadow: 0 4px 18px rgba(0,0,0,0.04); }
.dish:hover { box-shadow: 0 18px 40px rgba(0,0,0,0.08); }
.dish__cat { background: color-mix(in srgb, var(--c-accent) 12%, white); color: var(--c-accent); border-radius: 999px; }
.dish h3 { font-weight: 700; letter-spacing: -0.01em; }
.dish__price { color: var(--c-fg); font-weight: 800; }
.dish__price::after { content: '/mo'; font-size: 0.85rem; color: var(--c-muted); margin-left: 4px; font-weight: 600; }
.menu-group__title { background: var(--c-fg); color: var(--c-bg); padding: 6px 18px; border-radius: 999px; border-bottom: none; font-weight: 700; }
.section-head h2, .menu-page h1, .about__copy h2 { font-weight: 800; letter-spacing: -0.04em; }
.about__stats strong { color: var(--c-accent); font-weight: 800; }
.loc-card { background: white; border: 1px solid color-mix(in srgb, var(--c-fg) 8%, transparent); border-radius: 24px; }
.strip { background: var(--c-accent); color: white; }
