.page-hero.page-hero-compact{padding:var(--sp-5) 0 var(--sp-6)}.sa-tools{display:flex;flex-direction:column;gap:var(--sp-4);margin-bottom:var(--sp-6)}.sa-search{display:flex;align-items:center;gap:var(--sp-2);background:rgb(246 237 225 / .06);border:1.5px solid var(--border);border-radius:var(--radius-pill);padding:.6rem 1.1rem;max-width:360px}.sa-search input{background:none;border:0;outline:none;width:100%;color:var(--cream);font-family:var(--font-body);font-size:.95rem}.sa-search input::placeholder{color:var(--text-muted)}.sa-chips{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.sa-chip{background:var(--espresso-2);border:1.5px solid var(--border);color:var(--cream);border-radius:var(--radius-pill);padding:.5rem 1.1rem;font-family:var(--font-body);font-size:.88rem;font-weight:600;cursor:pointer;transition:var(--transition)}.sa-chip:hover{border-color:var(--gold)}.sa-chip.on{background:var(--gold);color:var(--espresso);border-color:var(--gold)}.sa-chip-sep{width:1px;align-self:stretch;background:var(--border);margin:0 .25rem}.sa-gf-switch{display:flex;align-items:center;gap:.6rem;background:none;border:0;cursor:pointer;padding:.5rem .2rem;min-height:44px;font-family:var(--font-body);font-size:.88rem;font-weight:600;color:var(--cream)}.sa-gf-switch-track{position:relative;flex:0 0 auto;width:46px;height:26px;border-radius:999px;background:var(--espresso-2);border:1.5px solid var(--border);transition:var(--transition)}.sa-gf-switch-thumb{position:absolute;top:2px;inset-inline-start:2px;width:19px;height:19px;border-radius:50%;background:var(--cream);transition:var(--transition)}.sa-gf-switch[aria-checked="true"] .sa-gf-switch-track{background:var(--berry);border-color:var(--berry)}.sa-gf-switch[aria-checked="true"] .sa-gf-switch-thumb{inset-inline-start:calc(100% - 21px);background:#fff}.sa-gf-switch:hover .sa-gf-switch-track{border-color:var(--gold)}.sa-gf-switch:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:var(--radius-pill)}.sa-recipe-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--sp-3)}@media (min-width:640px){.sa-recipe-grid{grid-template-columns:repeat(3,1fr);gap:var(--sp-4)}}@media (min-width:900px){.sa-recipe-grid{grid-template-columns:repeat(4,1fr)}}.sa-recipe-grid .sa-recipe-card{position:relative;background:var(--espresso-2);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .25s ease,border-color .25s ease}@media (hover:hover){.sa-recipe-grid .sa-recipe-card:hover{transform:translateY(-4px);border-color:rgb(201 162 75 / .5)}}.sa-recipe-grid .sa-recipe-card h3{font-size:.95rem;padding:.8rem .9rem .2rem;color:var(--cream)}.sa-recipe-grid .sa-recipe-more{display:block;padding:0 .9rem .9rem;color:var(--gold-soft);font-size:.82rem;font-weight:600}.sa-gf-badge{position:absolute;top:.55rem;inset-inline-end:.55rem;background:var(--berry);color:#fff;font-size:.7rem;font-weight:700;padding:.28rem .6rem;border-radius:var(--radius-pill);line-height:1}.sa-recipe-count{color:var(--text-muted);font-size:.88rem;margin:var(--sp-4) .1rem 0}.sa-load-more{display:block;margin:var(--sp-6) auto 0}.sa-recipe-grid .sa-recipe-card.hide{display:none!important}.hide{display:none!important}@media (max-width:640px){.sa-tools{gap:var(--sp-3)}}body.page-template-page-recipes .page-hero.page-hero-compact{padding:var(--sp-4) 0 var(--sp-4)}.sa-recipes-section{padding-top:var(--sp-4)}@media (min-width:900px){body.page-template-page-recipes .page-hero.page-hero-compact{padding:var(--sp-5) 0 var(--sp-6)}.sa-recipes-section{padding-top:var(--sp-6)}}.sa-tools.sa-tools--recipes{display:flex;flex-direction:column;align-items:stretch;gap:var(--sp-3);margin-bottom:var(--sp-4)}.sa-tools--recipes .sa-search-row{display:block;margin-bottom:0}.sa-tools--recipes .sa-search{max-width:none;width:100%;margin-bottom:0;padding:.55rem 1rem}.sa-tools--recipes .sa-search input{min-width:0;width:100%}.sa-tools--recipes .sa-search:focus-within{border-color:var(--gold)}.sa-tools--recipes .sa-gf-switch{align-self:flex-start;white-space:nowrap;padding-inline:0}.sa-tools--recipes .sa-chips{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-block:2px;margin-inline:calc(var(--sp-4) * -1);padding-inline:var(--sp-4)}.sa-tools--recipes .sa-chips::-webkit-scrollbar{display:none}.sa-tools--recipes .sa-chip{flex:0 0 auto;scroll-snap-align:start}@media (min-width:640px){.sa-tools.sa-tools--recipes{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:var(--sp-3)}.sa-tools--recipes .sa-search-row{grid-column:1}.sa-tools--recipes .sa-search{max-width:360px}.sa-tools--recipes .sa-gf-switch{grid-column:2;align-self:center}.sa-tools--recipes .sa-chips{grid-column:1 / -1;flex-wrap:wrap;overflow:visible;margin-inline:0;padding-inline:0}}.sa-tools--recipes .sa-gf-switch-track::after{content:'‒';position:absolute;inset-inline-end:7px;top:50%;transform:translateY(-50%);font-size:.7rem;font-weight:700;line-height:1;color:var(--text-muted);transition:var(--transition)}.sa-tools--recipes .sa-gf-switch[aria-checked="true"] .sa-gf-switch-track::after{content:'✓';inset-inline-end:auto;inset-inline-start:7px;color:#fff}.sa-tools--recipes .sa-gf-switch[aria-checked="false"] .sa-gf-switch-text{color:var(--text-muted)}.sa-tools--recipes .sa-gf-switch[aria-checked="true"] .sa-gf-switch-text{color:var(--cream)}@media (prefers-reduced-motion:reduce){.sa-tools--recipes .sa-gf-switch-track,.sa-tools--recipes .sa-gf-switch-thumb,.sa-tools--recipes .sa-gf-switch-track::after{transition:none}}.sa-recipes-section .sa-recipe-count--top{margin:0 0 var(--sp-3);font-size:.92rem;font-weight:600;color:var(--cream)}.sa-recipes-section .sa-recipe-grid.sa-grid-flash{animation:sa-grid-flash .42s ease both}@keyframes sa-grid-flash{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.sa-recipes-section .sa-recipe-grid.sa-grid-flash{animation:none}}@media (min-width:901px){.rc-grid{grid-template-columns:repeat(4,1fr)}}.rc-grid .sa-recipe-card{position:relative}.rc-grid .sa-recipe-card img,.sa-recipe-grid .sa-recipe-card img{width:100%!important;aspect-ratio:4/3!important;object-fit:cover!important;display:block!important}body.page-template-page-recipes .book-cta-cover img{width:210px}@media (min-width:620px){body.page-template-page-recipes .book-cta{grid-template-columns:210px 1fr}}.recipe-single .recipe-img-wrap{margin-top:var(--sp-6)}