/* Public marketing + recipe pages. Reuses brand tokens/fonts from styles.css. */
body.mkt {
  background: var(--paper);
  color: var(--ink);
}
.mkt a { color: inherit; }
.mkt h1, .mkt h2, .mkt h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.02em; }

.mkt-nav {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mkt-brand { font-family: var(--serif); font-weight: 600; font-size: 22px; text-decoration: none; }
.mkt-brand .dot { color: var(--terracotta); }
.mkt-nav nav { display: flex; align-items: center; gap: 18px; }
.mkt-nav nav a { text-decoration: none; font-size: 14.5px; font-weight: 500; color: var(--ink-soft); }
.mkt-cta {
  background: var(--terracotta); color: #fff !important; padding: 9px 16px; border-radius: 10px;
}

.btn {
  display: inline-block; border: 1px solid var(--line-strong); background: #fff; color: var(--ink-soft);
  border-radius: 11px; padding: 12px 20px; font-size: 15px; font-weight: 500; text-decoration: none;
  transition: all 0.15s ease;
}
.btn:hover { border-color: var(--muted); transform: translateY(-1px); }
.btn-primary { background: var(--terracotta); border-color: var(--terracotta); color: #fff; }
.btn-primary:hover { background: var(--terracotta-deep); border-color: var(--terracotta-deep); }

section { max-width: 1080px; margin: 0 auto; padding: 18px 24px; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: 12px; font-weight: 500; color: var(--terracotta); }
.hero { padding-top: 56px; padding-bottom: 40px; text-align: center; }
.hero h1 { font-size: clamp(34px, 6vw, 56px); line-height: 1.04; margin: 14px auto 18px; max-width: 16ch; }
.lede { font-size: clamp(16px, 2vw, 19px); color: var(--ink-soft); max-width: 60ch; margin: 0 auto; line-height: 1.5; }
.hero-cta { display: flex; gap: 12px; justify-content: center; margin-top: 26px; flex-wrap: wrap; }

.features h2, .recipes-strip h2, .faq h2 { font-size: 28px; text-align: center; margin: 32px 0 22px; }
.features .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.feature { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.feature h3 { font-size: 18px; margin: 0 0 8px; }
.feature p { margin: 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; }

.rgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.rcard {
  display: flex; flex-direction: column; gap: 6px; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px; text-decoration: none; box-shadow: var(--shadow-sm); transition: all 0.16s ease;
}
.rcard:hover { box-shadow: var(--shadow-md); border-color: var(--line-strong); transform: translateY(-2px); }
.rc-title { font-family: var(--serif); font-weight: 500; font-size: 17px; }
.rc-meta { color: var(--muted); font-size: 12.5px; }
.rc-tags { display: flex; gap: 6px; }
.rc-tags .tag { font-size: 11px; background: var(--paper-2); color: var(--ink-soft); padding: 2px 8px; border-radius: 999px; }
.more { display: inline-block; margin-top: 16px; color: var(--terracotta-deep); font-weight: 500; text-decoration: none; }

.faq details { border-bottom: 1px solid var(--line); padding: 14px 2px; }
.faq summary { font-weight: 500; font-size: 16px; cursor: pointer; }
.faq p { color: var(--ink-soft); margin: 10px 0 0; line-height: 1.5; }

.cta-band { text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 36px; margin: 40px auto; }
.cta-band h2 { font-size: 26px; margin: 0 0 18px; }

/* Recipe page */
.recipe { max-width: 720px; margin: 0 auto; padding: 18px 24px 40px; }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.crumbs a { color: var(--terracotta-deep); text-decoration: none; }
.recipe h1 { font-size: clamp(30px, 5vw, 42px); margin: 4px 0 12px; }
.recipe h2 { font-size: 22px; margin: 28px 0 12px; }
.r-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.r-meta span { font-size: 12.5px; background: var(--paper-2); border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; }
.r-macros { font-size: 14px; color: var(--ink-soft); background: var(--sage-wash); border: 1px solid #dde0d0; border-radius: 10px; padding: 10px 13px; }
.r-ings { list-style: none; margin: 0; padding: 0; }
.r-ings li { display: flex; justify-content: space-between; padding: 8px 2px; border-bottom: 1px solid var(--line); font-size: 15px; }
.r-ings .amt { color: var(--muted); }
.r-steps { padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.r-steps li { font-size: 15px; line-height: 1.5; color: var(--ink-soft); }

.week-list { list-style: none; margin: 0 auto; padding: 0; max-width: 620px; }
.week-list li { display: flex; align-items: center; gap: 14px; padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 15px; }
.week-list li:last-child { border-bottom: none; }
.week-list .d { width: 96px; font-weight: 500; color: var(--muted); font-size: 13px; }
.week-list li a, .week-list .t { flex: 1; text-decoration: none; color: var(--ink); }
.week-list li a:hover { color: var(--terracotta-deep); }
.week-list .k { color: var(--muted); font-size: 13px; white-space: nowrap; }

.page-head { text-align: center; padding-top: 40px; }
.page-head h1 { font-size: clamp(30px, 5vw, 46px); margin-bottom: 12px; }

.mkt-foot { max-width: 1080px; margin: 40px auto 0; padding: 28px 24px 48px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13.5px; text-align: center; }
.mkt-foot nav { display: flex; gap: 16px; justify-content: center; margin: 10px 0; }
.mkt-foot nav a { color: var(--ink-soft); text-decoration: none; }
.mkt-foot .fine { font-size: 12px; margin-top: 8px; }
