
/* Recipe Hub — reuses the Kitchen Bench editorial tokens (.kb-*) and adds only
   what is specific to Recipe Hub. No new framework. */
#page-rh-retired .rh-hero{ display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:center; padding:52px 0 40px; }
#page-rh-retired .rh-preview{ background:#FBFAF7; border:1px solid #E8E4DC; border-radius:26px; padding:18px; box-shadow:0 16px 40px rgba(32,53,75,.08); }
#page-rh-retired .rh-prev-bar{ display:flex; align-items:center; gap:6px; margin-bottom:12px; }
#page-rh-retired .rh-dot{ width:9px; height:9px; border-radius:50%; background:#E3E0D9; }
#page-rh-retired .rh-prev-search{ flex:1; margin-left:8px; background:#fff; border:1px solid #E8E4DC; border-radius:50px; padding:7px 13px; font-size:0.72rem; color:#8b929b !important; -webkit-text-fill-color:#8b929b !important; }
#page-rh-retired .rh-prev-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; }
#page-rh-retired .rh-prev-item{ background:#fff; border:1px solid #EFEBE3; border-radius:16px; overflow:hidden; }
#page-rh-retired .rh-prev-img{ aspect-ratio:16/10; background:linear-gradient(135deg,#EEF3EC,#F7F2EA); display:flex; align-items:center; justify-content:center; font-size:1.5rem; }
#page-rh-retired .rh-prev-b{ padding:9px 11px; }
#page-rh-retired .rh-prev-t{ font-size:0.74rem; font-weight:800; color:#20354B !important; -webkit-text-fill-color:#20354B !important; line-height:1.3; }
#page-rh-retired .rh-prev-m{ font-size:0.64rem; color:#8b929b !important; -webkit-text-fill-color:#8b929b !important; margin-top:3px; }

/* the My Kitchen Recipe Hub card, recreated */
.rh-card{ background:#fff; border:1px solid #E8E4DC; border-radius:28px; padding:30px; box-shadow:0 10px 34px rgba(32,53,75,.07); max-width:420px; }
.rh-card-ic{ width:64px; height:64px; border-radius:20px; background:#DCE7D7; color:#4d6a50; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.rh-card-ic svg{ width:30px; height:30px; }
.rh-card-t{ font-family:Georgia,serif; font-size:1.5rem; font-weight:700; color:#20354B !important; -webkit-text-fill-color:#20354B !important; margin:0 0 8px; }
.rh-card-d{ font-size:0.92rem; line-height:1.65; color:#687383 !important; -webkit-text-fill-color:#687383 !important; margin:0 0 18px; }
.rh-card-list{ list-style:none; margin:0 0 8px; padding:0; display:flex; flex-direction:column; gap:11px; }
.rh-card-list li{ display:flex; gap:10px; align-items:flex-start; font-size:0.88rem; line-height:1.5; color:#3d4a5a !important; -webkit-text-fill-color:#3d4a5a !important; }
.rh-card-list li svg{ width:16px; height:16px; flex:0 0 16px; color:#6F9272; margin-top:2px; }
.rh-more{ background:none; border:none; font-family:inherit; font-size:0.82rem; font-weight:800; color:#4d6a50 !important; -webkit-text-fill-color:#4d6a50 !important; cursor:pointer; padding:8px 0; min-height:44px; }
.rh-connects{ background:#EFF4ED; border-radius:18px; padding:15px 17px; margin:14px 0 18px; }
.rh-connects-l{ font-size:0.64rem; font-weight:800; letter-spacing:0.16em; text-transform:uppercase; color:#6F9272 !important; -webkit-text-fill-color:#6F9272 !important; margin:0 0 5px; }
.rh-connects-v{ font-size:0.87rem; font-weight:700; color:#20354B !important; -webkit-text-fill-color:#20354B !important; margin:0; }
.rh-card-cta{ width:100%; justify-content:center; background:#3f6146 !important; border-color:#3f6146 !important; color:#fff !important; -webkit-text-fill-color:#fff !important; }
.rh-card-cta:hover{ background:#35533b !important; border-color:#35533b !important; }

/* capability tiles */
.rh-caps{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:30px; }
.rh-cap{ background:#fff; border:1px solid #E8E4DC; border-radius:22px; padding:22px; box-shadow:0 1px 2px rgba(32,53,75,.03); transition:.16s; }
.rh-cap:hover{ box-shadow:0 12px 30px rgba(32,53,75,.08); transform:translateY(-2px); }
.rh-cap-top{ display:flex; gap:11px; align-items:flex-start; }
.rh-cap-top svg{ width:20px; height:20px; flex:0 0 20px; color:#6F9272; margin-top:2px; }
.rh-cap-t{ font-size:0.98rem; font-weight:800; color:#20354B !important; -webkit-text-fill-color:#20354B !important; margin:0; }
.rh-cap-d{ font-size:0.84rem; line-height:1.6; color:#687383 !important; -webkit-text-fill-color:#687383 !important; margin:8px 0 0 31px; }

/* see it in action steps */
.rh-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:28px; }
.rh-step{ background:#fff; border:1px solid #E8E4DC; border-radius:22px; padding:22px; cursor:pointer; text-align:left; font-family:inherit; transition:.16s; }
.rh-step:hover{ border-color:#B9CDB4; box-shadow:0 12px 30px rgba(32,53,75,.07); }
.rh-step-n{ width:32px; height:32px; border-radius:10px; background:#DCE7D7; color:#31503a !important; -webkit-text-fill-color:#31503a !important; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:0.86rem; margin-bottom:12px; }
.rh-step-t{ font-size:0.96rem; font-weight:800; color:#20354B !important; -webkit-text-fill-color:#20354B !important; margin:0; }
.rh-step-d{ font-size:0.83rem; line-height:1.6; color:#687383 !important; -webkit-text-fill-color:#687383 !important; margin:7px 0 0; }
.rh-preview-tag{ display:inline-block; margin-top:11px; font-size:0.64rem; font-weight:800; letter-spacing:0.12em; text-transform:uppercase; background:#F6F4EF; color:#8b7a5a !important; -webkit-text-fill-color:#8b7a5a !important; border-radius:50px; padding:4px 10px; }

/* flow line */
.rh-flow{ display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:26px; }
.rh-flow-step{ background:#fff; border:1px solid #E8E4DC; border-radius:50px; padding:11px 18px; font-size:0.82rem; font-weight:700; color:#20354B !important; -webkit-text-fill-color:#20354B !important; }
.rh-flow-arrow{ color:#B9CDB4; display:flex; }
.rh-flow-arrow svg{ width:18px; height:18px; }

/* ingredient / method editors + list rows */
.rh-rows{ display:flex; flex-direction:column; gap:9px; }
.rh-row{ display:grid; grid-template-columns:70px 82px 1fr auto; gap:8px; align-items:center; }
.rh-row input{ border:1px solid #E8E4DC; background:#FBFAF7; border-radius:12px; padding:10px 11px; font-family:inherit; font-size:0.84rem; color:#20354B !important; -webkit-text-fill-color:#20354B !important; outline:none; min-height:44px; width:100%; }
.rh-row input:focus{ border-color:#6F9272; }
.rh-row-del{ width:40px; height:40px; border-radius:50%; border:none; background:none; color:#a3a8af; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.rh-row-del:hover{ background:#FFF4F2; color:#a04f47; }
.rh-row-del svg{ width:16px; height:16px; }
.rh-check-row{ display:flex; align-items:flex-start; gap:11px; padding:11px 0; border-bottom:1px solid #F1EEE8; }
.rh-check-row:last-child{ border-bottom:none; }
.rh-check-row input[type=checkbox]{ width:19px; height:19px; accent-color:#6F9272; margin-top:2px; flex:0 0 19px; }
.rh-check-txt{ flex:1; font-size:0.88rem; line-height:1.5; color:#3d4a5a !important; -webkit-text-fill-color:#3d4a5a !important; }
.rh-inpantry{ font-size:0.68rem; font-weight:800; background:#EFF4ED; color:#4d6a50 !important; -webkit-text-fill-color:#4d6a50 !important; border-radius:50px; padding:3px 9px; margin-left:7px; }

@media (max-width:1024px){
  #page-rh-retired .rh-hero{ grid-template-columns:1fr; gap:28px; }
  .rh-caps, .rh-steps{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:760px){
  #page-rh-retired .rh-hero{ padding:28px 0 22px; }
  .rh-caps, .rh-steps{ grid-template-columns:1fr; }
  .rh-card{ max-width:100%; padding:24px; }
  .rh-row{ grid-template-columns:64px 72px 1fr auto; }
}
