/* WDD Recipes hub */
.wdd-recipes-page { background: var(--color-background); }
.wdd-recipes-hero { padding: 46px 24px 42px; text-align: center; background: #eef1eb; border-bottom: 1px solid rgba(63,59,54,.08); }
.wdd-recipes-hero-inner { max-width: 980px; margin: 0 auto; }
.wdd-recipes-kicker { font-family: var(--font-serif); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; margin: 0 0 9px; color: rgba(63,59,54,.62); }
.wdd-recipes-hero h1 { font-family: var(--font-serif); text-transform: uppercase; font-size: clamp(2.35rem,4.8vw,4.2rem); font-weight: 400; letter-spacing: .03em; margin: 0 0 14px; line-height: 1; }
.wdd-recipes-hero p:last-child { max-width: 920px; margin: 0 auto; color: rgba(63,59,54,.72); font-size: .98rem; white-space: nowrap; }
.wdd-recipes-browse { padding-top: 34px; padding-bottom: 36px; background: #f3f5f0; max-width: none; }
.wdd-recipe-category-pills { display: flex; flex-wrap: nowrap; justify-content: center; gap: 8px; max-width: 1180px; margin: 0 auto; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: none; }
.wdd-recipe-category-pills::-webkit-scrollbar { display: none; }
.wdd-recipe-category-pill { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 12px; border-radius: 999px; border: 0; font-family: var(--font-serif); text-transform: uppercase; letter-spacing: .055em; font-size: .62rem; text-decoration: none; color: var(--color-neutral); }
.wdd-recipe-category-pill { background: #dfe6da !important; }
.wdd-recipe-category-pill:hover { filter: brightness(.98); }
.wdd-recipes-featured { padding-top: 50px; }
.wdd-recipe-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.wdd-recipe-feature-card { background: #fff; border: 1px solid rgba(63,59,54,.08); border-radius: 26px; overflow: hidden; }
.wdd-recipe-feature-image { display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--color-cream); }
.wdd-recipe-feature-image img { width: 100%; height: 100%; object-fit: cover; }
.wdd-recipe-feature-copy { padding: 20px 20px 24px; text-align: center; }
.wdd-recipe-card-kicker { margin: 0 0 8px; font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(63,59,54,.55); }
.wdd-recipe-feature-copy h3, .wdd-recipe-latest-copy h3 { font-family: var(--font-serif); font-weight: 400; line-height: 1.3; margin: 0; }
.wdd-recipe-feature-copy h3 { font-size: 1.02rem; }
.wdd-recipe-feature-copy h3 a, .wdd-recipe-latest-copy h3 a { text-decoration: none; }
.wdd-recipes-page .wdd-recipes-latest.wdd-section { padding: 18px 28px 44px !important; }
.wdd-recipes-page .wdd-recipes-latest-heading { text-align: left; margin: 0 0 18px !important; }
.wdd-recipes-latest-heading h2 { margin: 0; }
.wdd-recipe-latest-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px 24px; }
.wdd-recipe-latest-card { min-width: 0; }
.wdd-recipe-latest-image { display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--color-cream); margin-bottom: 14px; }
.wdd-recipe-latest-image img { width: 100%; height: 100%; object-fit: cover; }
.wdd-recipe-latest-copy { text-align: center; padding: 0 8px; }
.wdd-recipe-latest-copy h3 { font-size: .96rem; }
@media (max-width: 850px) {
  .wdd-recipe-feature-grid, .wdd-recipe-latest-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .wdd-recipes-hero { padding: 46px 20px 40px; }
  .wdd-recipes-hero p:last-child { white-space: normal; }
  .wdd-recipe-category-pills { gap: 9px; }
  .wdd-recipe-category-pill { padding: 8px 13px; font-size: .62rem; }
  .wdd-recipe-feature-grid, .wdd-recipe-latest-grid { grid-template-columns: 1fr; }
}
