:root{--cream:#fff8eb;--ink:#23201d;--muted:#685f55;--tomato:#ef563f;--leaf:#16845f;--mustard:#f3b73f;--sky:#80c7d6;--paper:#fff;--line:rgba(35,32,29,.15)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{align-items:center;background:rgba(255,248,235,.82);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:14px clamp(18px,4vw,56px);position:sticky;top:0;z-index:10}.brand img{height:76px;object-fit:contain;width:118px}.nav-links,.site-footer nav{align-items:center;display:flex;flex-wrap:wrap;gap:16px;font-size:.95rem;font-weight:750}.nav-links a,.site-footer a{border-bottom:2px solid transparent;padding-block:4px}.nav-links a:hover,.site-footer a:hover{border-color:var(--tomato)}.hero{display:grid;gap:clamp(28px,5vw,72px);grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);min-height:calc(100vh - 105px);padding:clamp(36px,7vw,86px) clamp(18px,4vw,56px) 34px}.hero-copy{align-self:center;max-width:720px}.eyebrow{color:var(--leaf);font-size:.82rem;font-weight:850;letter-spacing:0;margin:0 0 12px;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.7rem,7vw,6.9rem);letter-spacing:0;line-height:.92;margin-bottom:22px;max-width:980px}.hero-copy p:not(.eyebrow),.section-heading p,.page-intro p{color:var(--muted);font-size:1.08rem;line-height:1.7;max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button,.print-button{border:2px solid var(--ink);border-radius:8px;cursor:pointer;display:inline-flex;font:inherit;font-weight:850;justify-content:center;padding:12px 18px}.button.primary,.print-button{background:var(--tomato);color:#fff}.button.secondary{background:var(--mustard)}.hero-visual{align-self:stretch;border:2px solid var(--ink);border-radius:8px;min-height:520px;overflow:hidden;position:relative}.hero-visual img{height:100%;object-fit:cover;width:100%}.sticky-note{background:var(--mustard);border:2px solid var(--ink);bottom:22px;box-shadow:7px 7px 0 var(--ink);max-width:min(320px,calc(100% - 44px));padding:18px;position:absolute;right:22px;transform:rotate(-2deg)}.sticky-note span{display:block;font-size:.78rem;font-weight:850;margin-bottom:6px;text-transform:uppercase}.gear-strip{background:var(--ink);color:#fff;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:16px clamp(18px,4vw,56px)}.gear-strip span{border:1px solid rgba(255,255,255,.35);border-radius:999px;font-weight:800;padding:8px 12px}.recipe-section,.tips-page,.policy-page,.recipe-page{padding:clamp(42px,6vw,86px) clamp(18px,4vw,56px)}.section-heading{margin:0 auto 26px;max-width:1120px}.section-heading h2,.page-intro h1{font-size:clamp(2rem,4.5vw,4.7rem);line-height:.98;margin-bottom:16px}.search-panel{background:var(--paper);border:2px solid var(--ink);border-radius:8px;display:grid;gap:8px;margin:0 auto 18px;max-width:1120px;padding:18px}.search-panel label{font-weight:850}.search-panel input{border:2px solid var(--line);border-radius:8px;color:var(--ink);font:inherit;font-size:1.05rem;padding:14px 16px;width:100%}.search-panel input:focus{border-color:var(--leaf);outline:3px solid rgba(22,132,95,.18)}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 auto;max-width:1120px}.category-tabs button{background:#fff;border:2px solid var(--ink);border-radius:999px;cursor:pointer;font:inherit;font-weight:800;padding:9px 13px}.category-tabs button.active{background:var(--sky)}.result-count{font-weight:800;margin:18px auto;max-width:1120px}.recipe-grid{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;max-width:1360px}.recipe-card,.tip-card,.policy-copy{background:#fff;border:2px solid var(--ink);border-radius:8px;box-shadow:6px 6px 0 rgba(35,32,29,.9)}.recipe-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden}.recipe-card.is-hidden{display:none}.recipe-card img{aspect-ratio:4/3;object-fit:cover;width:100%}.recipe-card-body{display:flex;flex:1;flex-direction:column;padding:16px}.labels{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.labels span{background:#e9f5d8;border:1px solid rgba(35,32,29,.2);border-radius:999px;color:#25523f;font-size:.76rem;font-weight:850;padding:5px 8px}.recipe-card h3{font-size:1.35rem;line-height:1.08;margin-bottom:10px}.recipe-card p{color:var(--muted);line-height:1.55}.time-row,.stat-grid{display:grid;gap:10px;margin:auto 0 0}.time-row{grid-template-columns:repeat(3,1fr)}.time-row div,.stat-grid div{background:#fff3d2;border:1px solid rgba(35,32,29,.18);border-radius:8px;padding:10px}dt{color:var(--muted);font-size:.72rem;font-weight:850;text-transform:uppercase}dd{font-weight:900;margin:2px 0 0}.site-footer{align-items:start;background:var(--ink);color:#fff;display:flex;gap:24px;justify-content:space-between;padding:34px clamp(18px,4vw,56px)}.site-footer p{color:rgba(255,255,255,.78);margin:8px 0 0;max-width:520px}.recipe-detail,.page-intro,.tips-grid,.policy-copy{margin-inline:auto;max-width:1120px}.recipe-hero{background:#fff;border:2px solid var(--ink);border-radius:8px;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);overflow:hidden}.recipe-hero img{height:100%;min-height:450px;object-fit:cover;width:100%}.recipe-hero-copy{align-self:center;padding:clamp(24px,4vw,46px)}.recipe-hero-copy h1{font-size:clamp(2.2rem,5vw,5.5rem)}.recipe-hero-copy p{color:var(--muted);font-size:1.08rem;line-height:1.65}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-block:22px}.recipe-columns{display:grid;gap:20px;grid-template-columns:1fr 1fr}.recipe-columns section,.method,.desk-note{background:#fff;border:2px solid var(--ink);border-radius:8px;padding:24px}.check-list,.method ol{line-height:1.7;margin-bottom:0;padding-left:1.3rem}.method{margin-top:20px}.method li+li{margin-top:10px}.desk-note{background:var(--sky);margin-top:20px}.desk-note span{display:block;font-weight:900;margin-bottom:6px;text-transform:uppercase}.desk-note p{font-size:1.15rem;font-weight:750;margin-bottom:0}.tips-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:28px}.tip-card,.policy-copy{padding:24px}.tip-card h2,.policy-copy h2{font-size:1.35rem;margin-bottom:10px}.tip-card p,.policy-copy p{color:var(--muted);line-height:1.7}.policy-copy h2:not(:first-child){margin-top:26px}@media(max-width:1020px){.hero,.recipe-hero,.recipe-columns{grid-template-columns:1fr}.recipe-grid,.tips-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:0}}@media(max-width:680px){.site-header,.site-footer{align-items:flex-start;flex-direction:column}.brand img{height:64px;width:100px}.nav-links{gap:10px 14px}.hero-visual{min-height:360px}.recipe-grid,.tips-grid,.stat-grid{grid-template-columns:1fr}.time-row{grid-template-columns:repeat(3,minmax(0,1fr))}h1{font-size:clamp(2.45rem,15vw,4.6rem)}}@media print{.no-print,.site-header,.site-footer,.recipe-hero img{display:none!important}body{background:#fff;color:#000}.recipe-page{padding:0}.recipe-hero,.recipe-columns,.method,.desk-note,.stat-grid div{border:0;box-shadow:none}.recipe-hero,.recipe-columns,.stat-grid{display:block}.recipe-hero-copy,.recipe-columns section,.method,.desk-note{padding:0 0 18px}h1{font-size:34px;line-height:1.05}}.video-hero{align-items:center;display:flex;isolation:isolate;min-height:calc(100vh - 105px);overflow:hidden;padding:clamp(38px,7vw,82px) clamp(18px,4vw,56px);position:relative}.hero-video{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:-3}.hero-video-shade{background:linear-gradient(90deg,rgba(35,32,29,.78) 0%,rgba(35,32,29,.56) 38%,rgba(35,32,29,.18) 68%,rgba(35,32,29,.08) 100%);inset:0;position:absolute;z-index:-2}.video-hero .hero-copy{background:rgba(255,248,235,.82);border:2px solid var(--ink);border-radius:8px;box-shadow:8px 8px 0 rgba(35,32,29,.82);max-width:min(430px,100%);padding:clamp(18px,2.6vw,28px);position:relative;z-index:1}.video-hero h1{font-size:clamp(1.75rem,3.1vw,3.15rem);line-height:1}.video-hero .hero-copy p:not(.eyebrow){font-size:1rem;line-height:1.58}.video-hero .sticky-note{z-index:1}@media(max-width:1020px){.video-hero{min-height:620px}.video-hero .sticky-note{bottom:18px;right:18px}}@media(max-width:680px){.video-hero{align-items:flex-start;min-height:650px;padding-top:28px}.video-hero .hero-copy{padding:20px}.video-hero h1{font-size:clamp(1.7rem,10vw,2.65rem)}.video-hero .sticky-note{bottom:16px;left:18px;right:auto}}
