:root{--color-cream:#fbf3e7;--color-cream-alt:#f3e4ce;--color-terracotta:#c1502e;--color-terracotta-dark:#a43f22;--color-olive:#5c6e49;--color-olive-dark:#46543a;--color-espresso:#2b211a;--color-espresso-soft:#5a4c40;--color-chili:#a8322d;--color-white:#fffaf3;--font-heading:"Fraunces", Georgia, "Times New Roman", serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--radius:14px;--shadow-soft:0 8px 24px #2b211a1a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-cream);color:var(--color-espresso);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--color-espresso);margin:0 0 .5em;font-weight:600;line-height:1.15}p{margin:0 0 1em}a{color:var(--color-terracotta-dark);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button{font-family:inherit}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:2px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--color-terracotta);color:var(--color-white)}.btn-primary:hover{background:var(--color-terracotta-dark)}.btn-outline{border-color:var(--color-espresso);color:var(--color-espresso);background:0 0}.btn-outline:hover{background:var(--color-espresso);color:var(--color-white)}.eyebrow{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--color-olive-dark);margin-bottom:.6rem;font-size:.8rem;font-weight:700;display:inline-block}.site-header{z-index:20;background:var(--color-cream);border-bottom:1px solid #2b211a14;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;padding-top:.9rem;padding-bottom:.9rem;display:flex}.site-header__brand{color:var(--color-espresso);align-items:center;gap:.65rem;display:flex}.site-header__brand:hover{text-decoration:none}.site-header__brand-mark{object-fit:contain;mix-blend-mode:multiply;flex-shrink:0;width:48px;height:48px}.site-header__brand-text{font-family:var(--font-heading);font-size:1.05rem;line-height:1.1}.site-header__brand-text strong{font-size:1.2rem;display:block}.site-header__nav{align-items:center;gap:1.75rem;display:flex}.site-header__link{color:var(--color-espresso-soft);border-bottom:2px solid #0000;padding:.35rem 0;font-size:.95rem;font-weight:600}.site-header__link:hover{color:var(--color-espresso);text-decoration:none}.site-header__link.is-active{color:var(--color-terracotta-dark);border-bottom-color:var(--color-terracotta)}.site-header__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;display:none}.site-header__toggle span{background:var(--color-espresso);border-radius:2px;height:2px;display:block}@media (width<=720px){.site-header__toggle{display:flex}.site-header__nav{background:var(--color-cream);border-bottom:1px solid #2b211a14;flex-direction:column;align-items:flex-start;gap:0;max-height:0;transition:max-height .25s;position:absolute;top:100%;left:0;right:0;overflow:hidden}.site-header__nav.is-open{max-height:320px}.site-header__link{border-bottom:1px solid #2b211a0f;width:100%;padding:.9rem 1.5rem}.site-header__link.is-active{background:var(--color-cream-alt)}}.site-footer{background:var(--color-espresso);color:var(--color-cream-alt);margin-top:4rem}.site-footer__inner{grid-template-columns:1.4fr 1fr;gap:2rem;padding:3rem 1.5rem;display:grid}.site-footer__brand{font-family:var(--font-heading);color:var(--color-white);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.site-footer__tagline{color:#fbf3e7b3;max-width:32ch}.site-footer__social{flex-direction:column;gap:.6rem;display:flex}.site-footer__social a{color:var(--color-cream-alt)}.site-footer__social a:hover{color:var(--color-white)}.site-footer__bottom{color:#fbf3e78c;border-top:1px solid #fbf3e71f;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.25rem;padding:1.1rem 1.5rem;font-size:.85rem;display:flex}.site-footer__bottom p{margin:0}.site-footer__credit{color:#fbf3e7bf;font-weight:600}@media (width<=720px){.site-footer__inner{grid-template-columns:1fr}}.cookie-banner{z-index:50;background:var(--color-espresso);max-width:640px;color:var(--color-cream-alt);border-radius:var(--radius);flex-direction:column;gap:1rem;margin:0 auto;padding:1.25rem 1.5rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 12px 32px #2b211a59}.cookie-banner p{margin:0;font-size:.9rem;line-height:1.5}.cookie-banner a{color:var(--color-cream);text-decoration:underline}.cookie-banner__actions{justify-content:flex-end;gap:.75rem;display:flex}.cookie-banner__actions .btn-outline{border-color:var(--color-cream-alt);color:var(--color-cream-alt)}.cookie-banner__actions .btn-outline:hover{background:var(--color-cream-alt);color:var(--color-espresso)}@media (width<=520px){.cookie-banner__actions{justify-content:stretch}.cookie-banner__actions .btn{flex:1;justify-content:center}}.recipe-card{color:inherit;background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.recipe-card:hover{text-decoration:none;transform:translateY(-4px);box-shadow:0 14px 30px #2b211a29}.recipe-card__image-wrap{aspect-ratio:4/3;background:var(--color-cream-alt);position:relative}.recipe-card__image-wrap img{object-fit:cover;width:100%;height:100%}.recipe-card__placeholder{background:linear-gradient(135deg, var(--color-cream-alt), var(--color-cream));place-items:center;width:100%;height:100%;padding:2rem;display:grid}.recipe-card__placeholder img{object-fit:contain;width:100%;max-width:120px}.recipe-card__badge{color:var(--color-white);letter-spacing:.04em;text-transform:uppercase;background:#2b211abf;border-radius:999px;padding:.3rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.recipe-card__body{padding:1.1rem 1.25rem 1.35rem}.recipe-card__title{margin-bottom:.4rem;font-size:1.15rem}.recipe-card__excerpt{color:var(--color-espresso-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.6rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.recipe-card__meta{color:var(--color-olive-dark);font-size:.8rem;font-weight:600}.ad-slot{border-radius:var(--radius);min-height:100px;color:var(--color-espresso-soft);letter-spacing:.04em;text-transform:uppercase;background:#2b211a08;border:1.5px dashed #2b211a40;justify-content:center;align-items:center;margin:2rem 0;font-size:.8rem;font-weight:600;display:flex}.hero{background:radial-gradient(circle at 15% 20%, var(--color-cream-alt), var(--color-cream) 60%);border-bottom:1px solid #2b211a0f}.hero__inner{max-width:780px;padding:4.5rem 1.5rem 4rem}.hero__title{margin-bottom:.7rem;font-size:clamp(2.4rem,5vw,3.6rem)}.hero__title span{color:var(--color-terracotta)}.hero__subtitle{color:var(--color-espresso-soft);max-width:56ch;margin-bottom:1.75rem;font-size:1.1rem}.hero__actions{flex-wrap:wrap;gap:.9rem;display:flex}.recent-recipes{padding:3.5rem 1.5rem 4.5rem}.recent-recipes__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;display:flex}.recent-recipes__header h2{margin-bottom:0}.recent-recipes__see-all{color:var(--color-terracotta-dark);white-space:nowrap;font-weight:600}.recipe-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;display:grid}.recipe-list-page{padding:3rem 1.5rem 4.5rem}.recipe-list-page__header{max-width:640px;margin-bottom:2rem}.category-filter{flex-wrap:wrap;gap:.6rem;margin-bottom:2.5rem;display:flex}.category-filter button{color:var(--color-espresso-soft);cursor:pointer;background:0 0;border:1.5px solid #2b211a2e;border-radius:999px;padding:.5rem 1.1rem;font-size:.88rem;font-weight:600;transition:all .15s}.category-filter button:hover{border-color:var(--color-terracotta);color:var(--color-terracotta-dark)}.category-filter button.is-active{background:var(--color-terracotta);border-color:var(--color-terracotta);color:var(--color-white)}.youtube-embed{aspect-ratio:16/9;border-radius:var(--radius);width:100%;box-shadow:var(--shadow-soft);background:var(--color-espresso);position:relative;overflow:hidden}.youtube-embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.recipe-detail{padding-bottom:4rem}.recipe-detail__hero{background:var(--color-cream-alt);border-radius:var(--radius);width:100%;max-height:340px;box-shadow:var(--shadow-soft);margin-bottom:2rem;overflow:hidden}.recipe-detail__hero img{object-fit:cover;width:100%;height:100%;display:block}.recipe-detail__content{max-width:900px;padding-top:2rem}.recipe-detail__back{color:var(--color-espresso-soft);margin-bottom:1.25rem;font-weight:600;display:inline-block}.recipe-detail__excerpt{color:var(--color-espresso-soft);max-width:60ch;font-size:1.1rem}.recipe-detail__meta{color:var(--color-olive-dark);flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;font-weight:600;display:flex}.recipe-detail__layout{grid-template-columns:240px 1fr;gap:2.5rem;display:grid}.recipe-detail__ingredients{background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-soft);align-self:start;padding:1.5rem}.recipe-detail__ingredients h2{font-size:1.1rem}.recipe-detail__ingredients ul{margin:0;padding-left:1.1rem}.recipe-detail__ingredients li{margin-bottom:.4rem}.recipe-detail__body h2{font-size:1.3rem}.recipe-detail__body :is(p,ul,ol){margin-bottom:1.1rem}.recipe-detail__video{margin-top:2.5rem}@media (width<=720px){.recipe-detail__layout{grid-template-columns:1fr}}.static-page{max-width:760px;padding:3.5rem 1.5rem 5rem}.static-page--with-photo{align-items:flex-start;gap:2.5rem;max-width:880px;display:flex}.static-page__photo{object-fit:cover;width:220px;height:220px;box-shadow:var(--shadow-soft);border:4px solid var(--color-white);border-radius:50%;flex-shrink:0}@media (width<=720px){.static-page--with-photo{text-align:center;flex-direction:column;align-items:center}.static-page__photo{width:160px;height:160px}}.static-page__lead{color:var(--color-espresso-soft);margin-bottom:1.5rem;font-size:1.15rem}.static-page__note{color:var(--color-espresso-soft);margin:1.5rem 0;font-size:.9rem}.static-page__cta{flex-wrap:wrap;gap:.9rem;margin-top:1.5rem;display:flex}.contact-card{flex-direction:column;gap:.9rem;margin-top:1.5rem;display:flex}.contact-card__item{background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-soft);color:var(--color-espresso);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;font-weight:600;display:flex}.contact-card__item:hover{color:var(--color-terracotta-dark);text-decoration:none}.contact-card__item span{color:var(--color-espresso-soft);font-size:.8rem;font-weight:400}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;margin:1.75rem 0;display:grid}.shop-card{background:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-soft);text-align:center;padding:1.5rem 1rem;font-weight:600}.shop-card__image{margin-bottom:.75rem;font-size:2.5rem}
