/* ============================================================
   PIFF DISPENSARY — DAILY DEALS TOKENS
   The retail layer on top of the Piff Stixs brand system.
   Every weekday owns one flavor color from the Piff Stixs
   spectrum — never invent a new hue.
   ============================================================ */

:root {
  /* ---- Day-of-week accents ---- */
  --pd-day-mon: var(--ps-flavor-orchid);   /* #9e5fa6 */
  --pd-day-tue: var(--ps-flavor-turq);     /* #37c1cc */
  --pd-day-wed: var(--ps-hybrid);          /* #3baf4a */
  --pd-day-thu: var(--ps-flavor-sky);      /* #6caadd */
  --pd-day-fri: var(--ps-flavor-orange);   /* #f46c22 */
  --pd-day-sat: var(--ps-flavor-magenta);  /* #e14a9b */
  --pd-day-sun: var(--ps-flavor-yellow);   /* #fcd820 */

  /* Deep variants for when the day color IS the background */
  --pd-day-mon-deep: var(--ps-flavor-purple);  /* #613395 */
  --pd-day-wed-deep: var(--ps-flavor-green);   /* #009a4e */

  /* ---- Web deal surfaces (piffdispensary.com runs near-black) ---- */
  --pd-strip-bg: #08080a;
  --pd-card-bg: #050506;
  --pd-panel: #101013;
  --pd-hairline: rgba(243,201,105,.4);
  --pd-divider: rgba(255,255,255,.14);
  --pd-on-dark: #e9e9ee;
  --pd-on-dark-mute: #8a8a92;

  /* Headline yellow used by the live in-store deal cards */
  --pd-deal-yellow: #ffe500;

  /* "Pass the Piff" doodle field opacity */
  --pd-pattern-on-dark: .14;   /* @kind other */
  --pd-pattern-on-color: .13;  /* @kind other */

  /* ---- EXPORT GEOMETRY — sizes the storefronts accept ---- */
  --pd-tile-w: 1200px;        /* Flowhub deals tile (4:3) */
  --pd-tile-h: 900px;
  --pd-card-size: 1200px;     /* website deal card (1:1) */
  --pd-strip-w: 2560px;       /* full-width banner, native */
  --pd-strip-h: 460px;
  --pd-strip-web-w: 2454px;   /* exact 2x of the GoDaddy banner box */
  --pd-strip-web-h: 441px;
  --pd-hero-w: 1300px;
  --pd-hero-h: 585px;
}
