
/* ==========================================================================
   HU KITCHEN — PLAN → SHOP → STORE → COOK → ENJOY
   A guided journey replacing the flat 13-tile grid. Every destination is an
   EXISTING route; nothing was deleted, only reorganised. Prefix kj- (verified free).
   ========================================================================== */
#kjWrap{
  --kj-navy:#243447; --kj-ink:#2B2B2B; --kj-muted:#5A6472; --kj-line:#E8E4DC;
  --kj-sage:#5F7350; --kj-sage-s:#EEF4EC; --kj-cream:#FBF6EC; --kj-blush:#F7EDE9;
  --kj-terra:#A05949; --kj-lav:#EFEAF4; --kj-gold:#CF9E3F;
  font-family:'Nunito',system-ui,-apple-system,sans-serif;
  max-width:1180px; margin:0 auto; padding:0 clamp(18px,5vw,64px) 56px;
}
#kjWrap *{ box-sizing:border-box; }

/* ---------- quick action ---------- */
.kj-qa{ margin:6px 0 22px; }
.kj-qa-row{ display:flex; gap:9px; flex-wrap:wrap; }
.kj-qa-in{
  flex:1 1 260px; min-width:0; border:1.5px solid var(--kj-line); border-radius:16px;
  padding:13px 16px; font-family:inherit; font-size:.95rem; background:#FDFCFA;
  color:var(--kj-navy); min-height:52px;
}
.kj-qa-in:focus{ outline:none; border-color:var(--kj-sage); background:#fff; }
.kj-qa-btn{
  display:inline-flex; align-items:center; gap:8px; cursor:pointer; font-family:inherit;
  font-size:.86rem; font-weight:800; border-radius:999px; padding:12px 20px; min-height:52px;
  background:var(--kj-navy) !important; border:1px solid var(--kj-navy);
  color:#fff !important; -webkit-text-fill-color:#fff !important;
}
.kj-qa-btn:hover{ background:#31465F !important; }
.kj-qa-mic{
  cursor:pointer; border-radius:999px; min-height:52px; width:52px; flex:none;
  background:#fff !important; border:1px solid var(--kj-line); font-size:1.05rem;
  color:var(--kj-navy) !important;
}
.kj-qa-mic:hover{ background:var(--kj-sage-s) !important; border-color:var(--kj-sage); }
.kj-qa-hint{ margin:8px 0 0; font-size:.79rem;
  color:var(--kj-muted) !important; -webkit-text-fill-color:var(--kj-muted) !important; }

/* ---------- sticky journey nav ---------- */
#kjNav{
  position:sticky; top:64px; z-index:40;
  background:rgba(255,255,255,.94); backdrop-filter:blur(8px);
  border:1px solid var(--kj-line); border-radius:999px;
  padding:6px; margin:0 0 30px;
  display:flex; gap:4px; overflow-x:auto; scrollbar-width:none;
}
#kjNav::-webkit-scrollbar{ height:0; }
#kjNav a{
  flex:1 0 auto; text-align:center; text-decoration:none; white-space:nowrap;
  font-size:.82rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  border-radius:999px; padding:11px 18px; min-height:44px;
  display:inline-flex; align-items:center; justify-content:center;
  color:var(--kj-muted) !important; -webkit-text-fill-color:var(--kj-muted) !important;
  transition:background .16s, color .16s;
}
#kjNav a:hover{ background:var(--kj-sage-s) !important; }
#kjNav a[aria-current="true"]{
  background:var(--kj-navy) !important;
  color:#fff !important; -webkit-text-fill-color:#fff !important;
}
#kjNav a:focus-visible{ outline:3px solid var(--kj-gold); outline-offset:2px; }

/* ---------- sections ---------- */
.kj-sec{ padding:34px 0 8px; scroll-margin-top:130px; }
.kj-sec + .kj-sec{ border-top:1px solid var(--kj-line); }
.kj-head{ margin-bottom:20px; }
.kj-label{
  font-size:.68rem; font-weight:800; letter-spacing:.2em; text-transform:uppercase; margin:0 0 7px;
}
.kj-h{
  font-family:'Playfair Display',Georgia,serif; font-weight:700;
  font-size:clamp(1.25rem,2.2vw,1.65rem); line-height:1.2; margin:0;
  color:var(--kj-navy) !important; -webkit-text-fill-color:var(--kj-navy) !important;
}
.kj-sub{ margin:7px 0 0; font-size:.95rem; line-height:1.6; max-width:60ch;
  color:var(--kj-muted) !important; -webkit-text-fill-color:var(--kj-muted) !important; }

/* primary action — the one obvious thing per stage */
.kj-primary{
  display:grid; grid-template-columns:auto minmax(0,1fr) auto; gap:18px; align-items:center;
  width:100%; text-align:left; cursor:pointer; font-family:inherit;
  border:1px solid var(--kj-line); border-radius:22px; padding:22px 24px;
  transition:transform .16s, box-shadow .16s, border-color .16s;
}
.kj-primary:hover{ transform:translateY(-2px); box-shadow:0 10px 28px rgba(36,52,71,.08); }
.kj-primary:focus-visible{ outline:3px solid var(--kj-gold); outline-offset:3px; }
.kj-p-ic{ width:56px; height:56px; border-radius:18px; display:grid; place-items:center;
  font-size:1.5rem; background:#fff; flex:none; }
.kj-p-t{ margin:0; font-family:'Playfair Display',Georgia,serif; font-weight:700; font-size:1.15rem;
  color:var(--kj-navy) !important; -webkit-text-fill-color:var(--kj-navy) !important; }
.kj-p-d{ margin:5px 0 0; font-size:.88rem; line-height:1.55;
  color:var(--kj-muted) !important; -webkit-text-fill-color:var(--kj-muted) !important; }
.kj-p-go{
  flex:none; display:inline-flex; align-items:center; gap:8px; border-radius:999px;
  padding:11px 20px; min-height:44px; font-size:.82rem; font-weight:800;
  letter-spacing:.06em; text-transform:uppercase;
  background:var(--kj-navy); color:#fff !important; -webkit-text-fill-color:#fff !important;
}

/* supporting actions — small, never the same weight as the primary */
.kj-support{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:14px; }
.kj-s{
  display:flex; align-items:flex-start; gap:11px; text-align:left; cursor:pointer;
  font-family:inherit; background:#fff !important; border:1px solid var(--kj-line);
  border-radius:16px; padding:14px 15px; min-height:44px;
  transition:border-color .16s, transform .16s;
}
.kj-s:hover{ border-color:var(--kj-sage); transform:translateY(-1px); }
.kj-s:focus-visible{ outline:3px solid var(--kj-gold); outline-offset:2px; }
.kj-s-ic{ font-size:1.05rem; flex:none; line-height:1.3; }
.kj-s-t{ margin:0; font-size:.9rem; font-weight:700;
  color:var(--kj-navy) !important; -webkit-text-fill-color:var(--kj-navy) !important; }
.kj-s-d{ margin:3px 0 0; font-size:.78rem; line-height:1.45;
  color:var(--kj-muted) !important; -webkit-text-fill-color:var(--kj-muted) !important; }

/* one soft tint per stage — a navigation cue, never the only identifier */
.kj-sec[data-stage="plan"]  .kj-label{ color:#5F7350 !important; -webkit-text-fill-color:#5F7350 !important; }
.kj-sec[data-stage="plan"]  .kj-primary{ background:var(--kj-sage-s); border-color:#DCE7D8; }
.kj-sec[data-stage="shop"]  .kj-label{ color:#8A6A2F !important; -webkit-text-fill-color:#8A6A2F !important; }
.kj-sec[data-stage="shop"]  .kj-primary{ background:var(--kj-cream); border-color:#EDE4D4; }
.kj-sec[data-stage="store"] .kj-label{ color:#4F6E72 !important; -webkit-text-fill-color:#4F6E72 !important; }
.kj-sec[data-stage="store"] .kj-primary{ background:#EDF3F4; border-color:#D8E5E7; }
.kj-sec[data-stage="cook"]  .kj-label{ color:#A05949 !important; -webkit-text-fill-color:#A05949 !important; }
.kj-sec[data-stage="cook"]  .kj-primary{ background:var(--kj-blush); border-color:#EFDCD5; }
.kj-sec[data-stage="enjoy"] .kj-label{ color:#7A5C8A !important; -webkit-text-fill-color:#7A5C8A !important; }
.kj-sec[data-stage="enjoy"] .kj-primary{ background:var(--kj-lav); border-color:#E3DBEC; }

@media (max-width:900px){
  .kj-support{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .kj-primary{ grid-template-columns:auto minmax(0,1fr); }
  .kj-primary .kj-p-go{ grid-column:1/-1; justify-content:center; }
}
@media (max-width:560px){
  .kj-support{ grid-template-columns:minmax(0,1fr); }
  #kjNav{ border-radius:18px; }
}
@media (prefers-reduced-motion:reduce){
  .kj-primary,.kj-s{ transition:none !important; }
  html{ scroll-behavior:auto !important; }
}

/* The flat 13-tile grid and the panel's four action cards are HIDDEN, not deleted —
   every destination now appears inside the five stages, so nothing is lost and no
   route changes. Un-hide these two rules to get the old layout back. */
#page-dashboard #huKitchenReact .grid.gap-4,
#page-dashboard #huKitchenReact .rounded-3xl{ display:none !important; }
/* The tiles were hidden but their GRID CONTAINER was not — it kept its pale
   background and 54px of height, leaving an empty bar under "What's for dinner".
   The container is `grid gap-5`, not `gap-4`, which is why the first rule missed it. */
#page-dashboard #huKitchenReact .grid.gap-5{ display:none !important; }
#page-dashboard #huMkHero .mkh-cards{ display:none !important; }
