:root{--bg:#ffffff;--paper:#f7faf6;--ink:#16352a;--muted:#5f7169;--line:#dce5de;--accent:#b53628;--accent-dark:#7d241c;--green:#2f654f;--gold:#c68a2c;--shadow:0 18px 50px rgba(22,53,42,0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif}a{color:inherit;-webkit-text-decoration-color:rgba(181,54,40,.45);text-decoration-color:rgba(181,54,40,.45);text-underline-offset:.18em}img{display:block;max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);padding:18px clamp(20px,5vw,64px);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:700;letter-spacing:0;text-decoration:none;white-space:nowrap}.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,2vw,26px);color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:650}.main-nav a{text-decoration:none}.main-nav a:hover{color:var(--accent)}main{min-height:70vh}.page-shell{padding:clamp(34px,5vw,72px) clamp(20px,5vw,64px)}.hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:center;max-width:1180px;margin:0 auto}.hero-copy h1,.page-heading h1,.recipe-title h1{margin:0;color:var(--ink);font-size:clamp(2.5rem,6vw,5.8rem);font-weight:700;line-height:.94;letter-spacing:0}.hero-copy p,.page-heading p,.recipe-title p{margin:22px 0 0;max-width:660px;color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.02rem,1.6vw,1.22rem);line-height:1.7}.hero-actions,.inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#fff;padding:11px 18px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.94rem;font-weight:750;line-height:1;text-decoration:none}.button.secondary{background:transparent;color:var(--accent-dark)}.hero-media{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:14px;gap:14px;align-items:stretch}.hero-media img{height:430px;width:100%;border-radius:8px;object-fit:cover;box-shadow:var(--shadow)}.hero-media img:nth-child(2){height:330px;align-self:end}.site-note{max-width:1180px;margin:42px auto 0;border-left:4px solid var(--gold);background:var(--paper);padding:18px 22px;color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;line-height:1.65}.section{max-width:1180px;margin:0 auto;padding:clamp(44px,7vw,86px) 0 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:20px}.section-header h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1}.section-header a{color:var(--accent-dark);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;font-weight:750}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.recipe-card{display:grid;grid-template-rows:auto 1fr;min-width:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.recipe-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.recipe-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.recipe-card-body{padding:18px}.recipe-card-body p{margin:10px 0 0;color:var(--muted);font-size:.93rem;line-height:1.55}.meta-row,.recipe-card-body p{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.meta-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;color:var(--green);font-size:.78rem;font-weight:800;text-transform:uppercase}.recipe-card h3{margin:0;color:var(--ink);font-size:1.28rem;line-height:1.16}.category-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.category-tile{min-height:156px;border:1px solid var(--line);border-radius:8px;background:var(--paper);padding:18px;text-decoration:none}.category-tile strong{display:block;font-size:1.18rem;line-height:1.12}.category-tile span{display:block;margin-top:10px;color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;line-height:1.45}.page-heading{max-width:1180px;margin:0 auto 30px}.recipe-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(300px,.28fr);grid-gap:clamp(28px,5vw,70px);gap:clamp(28px,5vw,70px);max-width:1180px;margin:0 auto}.recipe-title{max-width:1180px;margin:0 auto 28px}.recipe-hero-image{width:100%;max-height:560px;border-radius:8px;object-fit:cover}.recipe-body{padding-top:30px}.recipe-body h2,.recipe-sidebar h2{margin:36px 0 14px;font-size:1.7rem;line-height:1.1}.recipe-body h3{margin:18px 0 8px;color:var(--ink);font-size:1.12rem;line-height:1.25}.recipe-body li,.recipe-body p,.recipe-sidebar li,.recipe-sidebar p{color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.72}.recipe-body ol,.recipe-body ul,.recipe-sidebar ul{padding-left:1.2rem}.recipe-sidebar{position:-webkit-sticky;position:sticky;top:96px;align-self:start;border:1px solid var(--line);border-radius:8px;background:var(--paper);padding:22px}.time-list{display:grid;grid-gap:10px;gap:10px;margin:0 0 24px;padding:0;list-style:none}.time-list li{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:8px}.cta-box{border:1px solid rgba(181,54,40,.32);border-radius:8px;background:#fff;padding:18px}.cta-box a{color:var(--accent-dark);font-weight:800}.collection-meta{display:grid;grid-gap:6px;gap:6px;border-bottom:1px solid var(--line);margin-bottom:20px;padding-bottom:16px;color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.collection-meta strong{color:var(--ink)}.eyebrow{margin:0 0 12px;color:var(--green);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.faq-item{border-top:1px solid var(--line);margin-top:16px;padding-top:4px}.breadcrumb{max-width:1180px;margin:0 auto 22px;color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.86rem}.breadcrumb a{color:var(--accent-dark)}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:28px;gap:28px;border-top:1px solid var(--line);margin-top:70px;padding:32px clamp(20px,5vw,64px);color:var(--muted);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;line-height:1.6}.site-footer p{margin:0}.not-found{max-width:720px;margin:0 auto}@media (max-width:920px){.site-header{align-items:flex-start;flex-direction:column}.main-nav{justify-content:flex-start;overflow-x:auto;width:100%;padding-bottom:4px}.hero,.recipe-layout{grid-template-columns:1fr}.hero-media img,.hero-media img:nth-child(2){height:300px}.category-list,.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-sidebar{position:static}.site-footer{grid-template-columns:1fr}}@media (max-width:620px){.page-shell{padding-top:28px}.hero-media{grid-template-columns:1fr}.hero-media img,.hero-media img:nth-child(2){height:250px}.section-header{align-items:flex-start;flex-direction:column}.category-list,.recipe-grid{grid-template-columns:1fr}.hero-copy h1,.page-heading h1,.recipe-title h1{font-size:clamp(2.35rem,13vw,3.6rem)}}