.recipes-hero{padding:6rem 0 4.5rem;background:linear-gradient(135deg,#fbf8f2,#f4efe6);border-bottom:1px solid var(--cdh-line)}.recipes-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:end;gap:4rem}.recipes-title{margin:0;max-width:720px;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:clamp(3.6rem,6vw,6rem);font-weight:500;letter-spacing:-.04em;line-height:.92}.recipes-title span{display:block;color:var(--cdh-green)}.recipes-description{max-width:520px;margin:1.8rem 0 0;color:var(--cdh-muted);font-size:.82rem;line-height:1.85}.recipes-hero-note{max-width:380px;justify-self:end;padding-left:1.5rem;border-left:1px solid var(--cdh-line-dark)}.recipes-hero-note span{display:block;margin-bottom:.55rem;color:var(--cdh-orange);font-size:.5rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.recipes-hero-note p{margin:0;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:1.45rem;line-height:1.3}.featured-recipe-section{padding:5rem 0;background:var(--cdh-white)}.featured-recipe{display:grid;grid-template-columns:1.15fr .85fr;min-height:520px;overflow:hidden;background:var(--cdh-green-dark)}.featured-recipe-image{min-height:520px;overflow:hidden}.featured-recipe-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.featured-recipe:hover .featured-recipe-image img{transform:scale(1.025)}.featured-recipe-content{padding:4rem;display:flex;flex-direction:column;justify-content:center;color:#fff}.featured-recipe-content .cdh-eyebrow{color:var(--cdh-orange-light)}.featured-recipe-content h2{margin:0 0 1rem;font-family:var(--font-title);font-size:clamp(2.8rem,4vw,4.2rem);font-weight:500;line-height:.95}.featured-recipe-content>p{max-width:430px;margin:0 0 1.7rem;color:#ffffffb8;font-size:.75rem;line-height:1.8}.recipe-meta{margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1.2rem}.recipe-meta-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb8;font-size:.57rem;text-transform:uppercase;letter-spacing:.08em}.recipe-meta-item svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.recipes-controls{padding:1rem 0;position:sticky;top:114px;z-index:40;background:#fffdf9f5;backdrop-filter:blur(16px);border-top:1px solid var(--cdh-line);border-bottom:1px solid var(--cdh-line)}.recipes-controls-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.recipe-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.recipe-filter{min-height:38px;padding:0 .95rem;border:1px solid var(--cdh-line);background:transparent;color:var(--cdh-green-dark);font-size:.53rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;transition:.25s ease}.recipe-filter:hover,.recipe-filter.active{border-color:var(--cdh-green-dark);background:var(--cdh-green-dark);color:#fff}.recipe-search{width:280px;height:42px;position:relative}.recipe-search svg{width:16px;height:16px;position:absolute;left:13px;top:50%;fill:none;stroke:var(--cdh-green-dark);stroke-width:1.5;transform:translateY(-50%)}.recipe-search input{width:100%;height:100%;padding:0 1rem 0 2.6rem;border:1px solid var(--cdh-line);outline:none;background:var(--cdh-paper);color:var(--cdh-green-dark);font-size:.66rem}.recipes-main{padding:5rem 0 7rem;background:var(--cdh-cream-light)}.recipes-heading{margin-bottom:2.5rem;display:flex;align-items:end;justify-content:space-between;gap:2rem}.recipes-heading p{max-width:390px;margin:0;color:var(--cdh-muted);font-size:.72rem;line-height:1.8}.recipes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.recipe-card{min-width:0;background:var(--cdh-paper);border:1px solid var(--cdh-line);transition:transform .3s ease,box-shadow .3s ease}.recipe-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-card)}.recipe-card-image{aspect-ratio:1.35 / 1;display:block;position:relative;overflow:hidden;background:#e8e3da}.recipe-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.recipe-card:hover .recipe-card-image img{transform:scale(1.035)}.recipe-card-tag{position:absolute;top:12px;left:12px;padding:.4rem .55rem;background:var(--cdh-green-dark);color:#fff;font-size:.45rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.recipe-card-content{padding:1.3rem}.recipe-card-category{color:var(--cdh-orange);font-size:.48rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.recipe-card-title{margin:.45rem 0 .6rem;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:1.75rem;font-weight:500;line-height:1.05}.recipe-card-description{min-height:42px;margin:0;color:var(--cdh-muted);font-size:.64rem;line-height:1.65}.recipe-card-meta{margin-top:1rem;padding-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-top:1px solid var(--cdh-line)}.recipe-card-meta-left{display:flex;gap:1rem;color:var(--cdh-muted);font-size:.52rem;text-transform:uppercase;letter-spacing:.07em}.recipe-card-link{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--cdh-green-dark);color:var(--cdh-green-dark);transition:.25s ease}.recipe-card-link:hover{background:var(--cdh-green-dark);color:#fff}.recipe-card-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.no-recipes{display:none;padding:5rem 1rem;text-align:center;border:1px solid var(--cdh-line)}.no-recipes.visible{display:block}.no-recipes h3{margin:0 0 .7rem;color:var(--cdh-green-dark);font-family:var(--font-title);font-size:2.2rem;font-weight:500}.no-recipes p{margin:0;color:var(--cdh-muted);font-size:.7rem}@media(max-width:1000px){.recipes-hero-grid,.featured-recipe{grid-template-columns:1fr}.recipes-hero-note{justify-self:start}.featured-recipe-image{min-height:460px}.recipes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.recipes-controls{position:static}.recipes-controls-inner{align-items:stretch;flex-direction:column}.recipe-search{width:100%}.recipes-heading{display:block}.recipes-heading p{margin-top:1.2rem}}@media(max-width:576px){.recipes-hero{padding:4rem 0 3rem}.recipes-title{font-size:clamp(3rem,14vw,4.4rem)}.featured-recipe-section{padding:3rem 0}.featured-recipe-image{min-height:360px}.featured-recipe-content{padding:2.5rem 1.5rem}.recipes-main{padding:4rem 0 5rem}.recipes-grid{grid-template-columns:1fr}}.footer-news-action,.footer-news-action:visited{color:#fff!important}.footer-news-action svg{color:#fff!important;stroke:currentColor!important}.footer-news-action:hover,.footer-news-action:focus{color:#fff!important}
