/* ============================================================================
   Costco97 — single Recipe post (from Recipe Post.dc.html)
   Accent: terracotta #BE4A1E · tints #FBF0E8 / #FDF6F0 · border #F0DAC9
   ========================================================================== */

:root {
	--c97-terra:        #BE4A1E;
	--c97-terra-press:  #9C3A16;
	--c97-terra-tint:   #FBF0E8;
	--c97-terra-tint-2: #FDF6F0;
	--c97-terra-line:   #F0DAC9;
	--c97-terra-line-2: #E4C9B4;
}

/* ---- Terracotta rail subscribe card ---- */
.c97-news--recipe { background: var(--c97-terra); }
.c97-news--recipe .c97-news__kicker { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #F6D9C6; margin-bottom: 8px; }
.c97-news--recipe button { color: var(--c97-terra); font-weight: 600; border-radius: var(--c97-r-pill); }
.c97-news--recipe button:hover { background: var(--c97-terra-tint); }

/* ---- Stat card ---- */
.c97rc-statcard { border: 1px solid var(--c97-terra-line); background: var(--c97-terra-tint-2); border-radius: 20px; padding: 24px 26px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 36px; }
.c97rc-stats { display: flex; flex-wrap: wrap; gap: 22px 34px; }
.c97rc-stat__k { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--c97-terra); }
.c97rc-stat__v { margin-top: 4px; font-size: 23px; font-weight: 600; letter-spacing: -.01em; color: var(--c97-ink); }
.c97rc-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.c97rc-btn { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--c97-ink); border: 1px solid var(--c97-terra-line-2); border-radius: var(--c97-r-pill); padding: 11px 17px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }
.c97rc-btn:hover { border-color: var(--c97-terra); color: var(--c97-terra); text-decoration: none; }
.c97rc-btn--solid { background: var(--c97-terra); color: #fff; border: none; font-weight: 600; padding: 11px 19px; }
.c97rc-btn--solid:hover { background: var(--c97-terra-press); color: #fff; }

/* ---- Body prose + section headings ---- */
.c97rc-body { margin-top: 26px; }
.c97rc-body > p { font-size: 18px; line-height: 1.68; color: var(--c97-body); margin: 0 0 22px; }
.c97rc-body > p:first-child { font-size: 21px; line-height: 1.55; color: var(--c97-ink); font-weight: 300; }
.c97rc-body h2 { margin: 44px 0 8px; font-size: 28px; line-height: 1.18; letter-spacing: -.02em; font-weight: 600; color: var(--c97-ink); scroll-margin-top: 80px; }

/* ---- Ingredients ---- */
.c97rc-ingredients { border-top: 1px solid var(--c97-line-faint); margin-top: 12px; }
.c97rc-ing { display: flex; gap: 14px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid #f0f0f2; }
.c97rc-ing__box { flex: none; width: 20px; height: 20px; margin-top: 2px; border-radius: 6px; border: 1.5px solid var(--c97-terra-line-2); background: var(--c97-terra-tint-2); }
.c97rc-ing__main { flex: 1; min-width: 0; }
.c97rc-ing__name { font-size: 17px; font-weight: 600; line-height: 1.4; color: var(--c97-ink); }
.c97rc-ing__note { margin-top: 3px; font-size: 15px; line-height: 1.5; color: var(--c97-muted-2); }
.c97rc-ing__pill { flex: none; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--c97-terra); background: var(--c97-terra-tint); border: 1px solid var(--c97-terra-line); border-radius: var(--c97-r-pill); padding: 4px 11px; white-space: nowrap; }

/* ---- Pantry basics ---- */
.c97rc-body .recipe-pantry { margin-top: 22px; background: var(--c97-wash); border-radius: 16px; padding: 42px 22px 20px; position: relative; font-size: 16px; line-height: 1.6; color: var(--c97-body); }
.c97rc-body .recipe-pantry::before { content: "Pantry basics - these don't count toward the list"; position: absolute; top: 20px; left: 22px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--c97-muted); }

/* ---- Method ---- */
.c97rc-body .recipe-method { list-style: none; margin: 8px 0 0; padding: 0; counter-reset: c97step; }
.c97rc-body .recipe-method > li { counter-increment: c97step; position: relative; padding: 20px 0 20px 52px; border-top: 1px solid #f0f0f2; font-size: 18px; line-height: 1.65; color: var(--c97-body); }
.c97rc-body .recipe-method > li::before { content: counter(c97step); position: absolute; left: 0; top: 20px; width: 34px; height: 34px; border-radius: 50%; background: var(--c97-terra); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 600; }
.c97rc-body .recipe-method > li > strong:first-child { display: block; font-size: 19px; font-weight: 600; letter-spacing: -.01em; color: var(--c97-ink); margin-bottom: 5px; }

/* ---- Tip callout ---- */
.c97rc-body .recipe-tip { margin: 30px 0 0; border-left: 3px solid var(--c97-terra); background: var(--c97-terra-tint-2); border-radius: 0 14px 14px 0; padding: 44px 24px 20px; position: relative; font-size: 17px; line-height: 1.6; color: var(--c97-body); }
.c97rc-body .recipe-tip::before { content: "Good to know"; position: absolute; top: 20px; left: 24px; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--c97-terra); }
.c97rc-body .recipe-tip p { margin: 0; font-size: inherit; color: inherit; }

/* ---- Swaps ---- */
.c97rc-body .recipe-swaps { margin: 16px 0 0; }
.c97rc-body .recipe-swaps dt { padding: 16px 0 0; border-top: 1px solid #f0f0f2; font-size: 17px; font-weight: 600; color: var(--c97-terra); }
.c97rc-body .recipe-swaps dd { margin: 5px 0 16px; font-size: 17px; line-height: 1.6; color: var(--c97-body); }

/* ---- Level up ---- */
.c97rc-body .recipe-cheat { margin: 30px 0 0; background: var(--c97-terra); border-radius: 18px; padding: 44px 26px 24px; position: relative; font-size: 18px; line-height: 1.6; color: #fff; border-left: none; }
.c97rc-body .recipe-cheat::before { content: "The cheat - level it up"; position: absolute; top: 20px; left: 26px; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #F6D9C6; }
.c97rc-body .recipe-cheat p { margin: 0; font-size: inherit; color: inherit; }

/* ---- Nutrition ---- */
.c97rc-body .recipe-nutrition { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.c97rc-body .recipe-nutrition::before { content: "Approximate, per serving."; flex: 1 1 100%; font-size: 15px; color: var(--c97-muted); margin-bottom: 4px; }
.c97rc-body .recipe-nutrition li { flex: 1 1 120px; min-width: 108px; border: 1px solid var(--c97-line-faint); border-radius: 14px; padding: 16px 18px; }
.c97rc-body .recipe-nutrition .value { display: block; font-size: 24px; font-weight: 600; letter-spacing: -.01em; color: var(--c97-ink); }
.c97rc-body .recipe-nutrition .label { display: block; margin-top: 2px; font-size: 13px; color: var(--c97-muted); }

/* ---- Printable card CTA ---- */
.c97rc-cardcta { margin-top: 30px; border: 1px solid var(--c97-terra-line); background: var(--c97-terra-tint-2); border-radius: 18px; padding: 26px 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.c97rc-cardcta > div { flex: 1; min-width: 220px; }
.c97rc-cardcta__title { font-size: 20px; font-weight: 600; letter-spacing: -.01em; color: var(--c97-ink); }
.c97rc-cardcta p { margin: 6px 0 0; font-size: 15px; line-height: 1.55; color: var(--c97-muted-2); }
