/**
 * Secret menu hub — extra type colors on top of coffee-menu.css tokens.
 * Scoped to body.brew-secret-menu
 */

body.brew-secret-menu .ds-verify-box {
    background: #fdf8f3;
    border: 1px solid #ebdcd0;
    border-left: 4px solid #8b5a2b;
}

body.brew-secret-menu .ds-verify-box__head {
    color: #2b1810;
}

body.brew-secret-menu #secret-finder,
body.brew-secret-menu .cm-type-section,
body.brew-secret-menu #secret-types,
body.brew-secret-menu #secret-menu-table,
body.brew-secret-menu #best-secret,
body.brew-secret-menu #sugar-free,
body.brew-secret-menu #how-to-order,
body.brew-secret-menu #secret-menu-pdf,
body.brew-secret-menu #flavors,
body.brew-secret-menu [id^="drink-"] {
    scroll-margin-top: 7.5rem;
}

body.brew-secret-menu .cm-card__emoji {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.1rem;
    line-height: 1;
}

body.brew-secret-menu .cm-card__order {
    margin: 0.45rem 0 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #6f4e37;
}

body.brew-secret-menu .cm-card__order span {
    font-weight: 700;
    color: #2b1810;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.68rem;
}

body.brew-secret-menu .cm-card--coffee { --cm-accent: #8b5a2b; }
body.brew-secret-menu .cm-card--energy { --cm-accent: #c2410c; }
body.brew-secret-menu .cm-card--fizz { --cm-accent: #0e7490; }
body.brew-secret-menu .cm-card--smoothie { --cm-accent: #b45309; }

body.brew-secret-menu .cm-card--coffee .cm-card__media {
    background:
        radial-gradient(circle at 70% 20%, rgba(217, 119, 6, 0.35), transparent 50%),
        linear-gradient(165deg, #8b5a2b 0%, #1e110b 100%);
}

body.brew-secret-menu .cm-card--energy .cm-card__media {
    background:
        radial-gradient(circle at 50% 40%, rgba(255, 248, 238, 0.45), transparent 60%),
        linear-gradient(165deg, #c2410c 0%, #1e110b 100%);
}

body.brew-secret-menu .cm-card--fizz .cm-card__media {
    background:
        radial-gradient(circle at 30% 20%, rgba(165, 243, 252, 0.4), transparent 55%),
        linear-gradient(165deg, #0e7490 0%, #1e110b 100%);
}

body.brew-secret-menu .cm-card--smoothie .cm-card__media {
    background:
        radial-gradient(circle at 70% 30%, rgba(253, 186, 116, 0.4), transparent 55%),
        linear-gradient(165deg, #d97706 0%, #3d2314 100%);
}

body.brew-secret-menu .cm-type-card--coffee { border-top: 4px solid #8b5a2b; }
body.brew-secret-menu .cm-type-card--energy { border-top: 4px solid #c2410c; }
body.brew-secret-menu .cm-type-card--fizz { border-top: 4px solid #0e7490; }
body.brew-secret-menu .cm-type-card--smoothie { border-top: 4px solid #d97706; }

body.brew-secret-menu .cm-type-section--coffee {
    background:
        radial-gradient(900px 420px at 0% 0%, rgba(139, 90, 43, 0.14), transparent 55%),
        linear-gradient(180deg, #2b1810 0%, #3d2314 100%);
    color: #fffaf4;
}

body.brew-secret-menu .cm-type-section--coffee .cm-type-section__badge {
    background: rgba(253, 230, 138, 0.16);
    color: #fde68a;
}

body.brew-secret-menu .cm-type-section--coffee h2,
body.brew-secret-menu .cm-type-section--coffee .cm-type-section__title {
    color: #fffaf4 !important;
    border-left-color: #d97706 !important;
}

body.brew-secret-menu .cm-type-section--coffee .cm-type-section__meta a,
body.brew-secret-menu .cm-type-section--coffee .cm-type-section__meta {
    color: #fce7d2 !important;
}

body.brew-secret-menu .cm-type-section--coffee .cm-type-section__subtitle,
body.brew-secret-menu .cm-type-section--coffee .cm-related,
body.brew-secret-menu .cm-type-section--coffee .cm-related a {
    color: rgba(255, 250, 244, 0.9) !important;
}

body.brew-secret-menu .cm-card__order {
    background: #fdf8f3 !important;
    border-left: 3.5px solid #8b5a2b !important;
    color: #4a3328 !important;
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
    padding: 6px 10px !important;
    border-radius: 0 6px 6px 0 !important;
    margin: 0.5rem 0 0 !important;
}

body.brew-secret-menu .cm-card__order span {
    color: #2b1810 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.04em !important;
}

body.brew-secret-menu .cm-type-section--energy {
    background:
        radial-gradient(800px 380px at 100% 0%, rgba(194, 65, 12, 0.14), transparent 55%),
        #fffaf4;
}

body.brew-secret-menu .cm-type-section--fizz {
    background: linear-gradient(180deg, #f0fdfa 0%, #f7f3ee 100%);
}

body.brew-secret-menu .cm-type-section--smoothie {
    background:
        radial-gradient(800px 380px at 0% 0%, rgba(217, 119, 6, 0.14), transparent 55%),
        #f6efe8;
}

body.brew-secret-menu .cm-chip--sugar-free {
    border-color: #d97706;
}
