:root{--bg:#fbfaf6;--surface:#ffffff;--surface-soft:#f4f6ef;--text:#20251f;--muted:#697168;--line:#e3e7df;--accent:#315c46;--accent-strong:#204331;--accent-soft:#e7efe9;--warm:#a85c31;--radius:22px;--shadow:0 16px 50px rgba(32,67,49,0.08);--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(227,231,223,.9)}.header-row{display:flex;align-items:center;justify-content:space-between;min-height:80px;gap:24px}.brand{display:inline-flex;gap:12px;align-items:center}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--accent);color:#fff;font-weight:800;letter-spacing:-.04em}.brand strong{display:block;font-size:1.08rem;line-height:1.15;letter-spacing:-.02em}.brand small{display:block;margin-top:3px;color:var(--muted);font-size:.78rem}.header-actions{display:flex;align-items:center;gap:10px}.saved-link,.search-link{padding:9px 13px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:.9rem;transition:.2s ease}.saved-link:hover,.search-link:hover{border-color:#bac8bd;transform:translateY(-1px)}.main-nav{border-top:1px solid rgba(227,231,223,.7)}.nav-scroll{display:flex;gap:23px;overflow-x:auto;scrollbar-width:none;padding-block:11px}.nav-scroll::-webkit-scrollbar{display:none}.nav-scroll a{white-space:nowrap;color:#4e574f;font-size:.9rem;font-weight:650}.nav-scroll a:hover{color:var(--accent)}.hero{padding:64px 0 34px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:42px;align-items:center}.eyebrow,.hero-kicker{color:var(--warm);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.74rem}.hero h1{margin:10px 0 18px;max-width:780px;font-size:clamp(2.5rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em}.hero p{max-width:690px;margin:0;font-size:clamp(1rem,2vw,1.18rem);color:var(--muted)}.hero-panel{padding:28px;border-radius:var(--radius);background:var(--surface-soft);border:1px solid #dfe6dc}.hero-panel strong{display:block;margin-bottom:8px;font-size:1.05rem}.hero-panel p{font-size:.94rem}.search-form{display:flex;gap:8px;margin-top:20px}.search-form input{min-width:0;flex:1 1;padding:13px 15px;border-radius:13px;border:1px solid var(--line);background:var(--surface);color:var(--text);outline:none}.search-form input:focus{border-color:#8eaa96;box-shadow:0 0 0 4px rgba(49,92,70,.08)}.button,.search-form button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:12px 17px;background:var(--accent);color:#fff;font-weight:750}.button:hover,.search-form button:hover{background:var(--accent-strong)}.section{padding:34px 0 72px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}.section-head h1,.section-head h2{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);letter-spacing:-.035em;line-height:1.08}.section-head p{margin:8px 0 0;color:var(--muted);max-width:760px}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.recipe-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 0 rgba(0,0,0,.02);transition:transform .2s ease,box-shadow .2s ease}.recipe-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.recipe-card-media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#ecefe9}.recipe-card-media img{object-fit:cover;transition:transform .35s ease}.recipe-card:hover .recipe-card-media img{transform:scale(1.025)}.media-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#829087;font-weight:800}.recipe-card-body{padding:20px}.recipe-card h2{margin:7px 0 9px;font-size:1.22rem;line-height:1.2;letter-spacing:-.025em}.recipe-card h2 a:hover{color:var(--accent)}.recipe-card p{margin:0;color:var(--muted);font-size:.92rem}.card-meta{display:flex;justify-content:space-between;gap:16px;margin-top:18px;padding-top:15px;border-top:1px solid var(--line);font-size:.78rem;color:var(--muted)}.card-meta a{color:var(--accent);font-weight:800}.pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:40px}.pagination>a:last-child{text-align:right}.pagination>a{color:var(--accent);font-weight:750}.page-numbers{display:flex;align-items:center;gap:5px}.page-number-wrap{display:inline-flex;align-items:center}.page-numbers a{display:grid;place-items:center;min-width:38px;height:38px;padding:0 8px;border-radius:11px}.page-numbers a:hover{background:var(--accent-soft)}.page-numbers a.active{background:var(--accent);color:white}.ellipsis{padding-inline:5px;color:var(--muted)}.archive-hero{padding:58px 0 20px}.archive-hero .breadcrumbs{margin-bottom:18px}.archive-hero h1{margin:0;max-width:850px;font-size:clamp(2.4rem,6vw,5rem);line-height:1;letter-spacing:-.05em}.archive-hero p{max-width:760px;margin:18px 0 0;color:var(--muted);font-size:1.05rem}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.82rem}.breadcrumbs span{color:#9aa19b}.recipe-page{padding:44px 0 80px}.recipe-layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:52px;align-items:start;justify-content:center}.recipe-header h1{margin:14px 0 16px;font-size:clamp(2.4rem,6vw,4.9rem);line-height:.99;letter-spacing:-.05em}.recipe-meta{display:flex;flex-wrap:wrap;gap:12px 18px;color:var(--muted);font-size:.86rem}.recipe-hero-image{position:relative;width:100%;aspect-ratio:4/3;margin-top:27px;overflow:hidden;border-radius:28px;background:#ecefe9}.recipe-hero-image img{object-fit:cover}.recipe-actions{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 26px}.recipe-actions button{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);font-weight:730}.recipe-actions button:hover{border-color:#a7baa9;background:var(--accent-soft)}.recipe-content{font-size:1.08rem;line-height:1.82;color:#2a302b}.recipe-content>:first-child{margin-top:0}.recipe-content h2,.recipe-content h3{scroll-margin-top:150px;margin:2.2em 0 .7em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:-.03em;line-height:1.15}.recipe-content h2{font-size:1.9rem}.recipe-content h3{font-size:1.45rem}.recipe-content p{margin:1em 0}.recipe-content ol,.recipe-content ul{padding-left:1.35em}.recipe-content li{margin:.42em 0}.recipe-content img{border-radius:20px}.recipe-content blockquote{margin:1.7em 0;padding:16px 20px;border-left:4px solid var(--accent);background:var(--surface-soft);border-radius:0 14px 14px 0}.recipe-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.recipe-sidebar{position:sticky;top:145px}.sidebar-box{padding:20px;border-radius:18px;border:1px solid var(--line);background:var(--surface)}.sidebar-box+.sidebar-box{margin-top:16px}.sidebar-box strong{display:block;margin-bottom:6px}.sidebar-box p{margin:0;color:var(--muted);font-size:.9rem}.related{margin-top:58px;padding-top:34px;border-top:1px solid var(--line)}.related h2{margin:0 0 20px;font-size:1.7rem;letter-spacing:-.03em}.search-page{min-height:60vh}.search-large{max-width:760px}.search-large input{font-size:1.05rem;padding:15px 17px}.empty-state{max-width:620px;margin:40px auto;padding:48px 30px;text-align:center;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line)}.empty-icon{font-size:3rem;color:var(--accent)}.empty-state h2{margin:8px 0;font-size:1.8rem}.empty-state p{color:var(--muted);margin:0 0 20px}.saved-grid{display:grid;gap:14px}.saved-card{display:grid;grid-template-columns:150px 1fr;gap:18px;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.saved-card img{width:150px;height:110px;object-fit:cover;border-radius:13px}.saved-card h2{margin:8px 0 16px;font-size:1.18rem}.saved-actions{display:flex;gap:12px;align-items:center}.saved-actions a{color:var(--accent);font-weight:800}.saved-actions button{border:0;background:transparent;color:var(--muted);padding:0}.site-footer{margin-top:60px;padding:54px 0 24px;border-top:1px solid var(--line);background:#f1f3ed}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .9fr;gap:50px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-grid p{max-width:460px;margin:0;color:var(--muted)}.footer-grid a{color:#4f5951;font-size:.9rem}.footer-grid a:hover{color:var(--accent)}.footer-brand{font-size:1.25rem}.footer-bottom{margin-top:38px;padding-top:18px;border-top:1px solid #dce1d8;color:var(--muted);font-size:.8rem}@media (max-width:960px){.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr}.hero-panel{max-width:700px}.recipe-layout{grid-template-columns:1fr}.recipe-sidebar{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.sidebar-box+.sidebar-box{margin-top:0}}@media (max-width:700px){.shell{width:min(calc(100% - 26px),var(--shell))}.site-header{position:relative}.header-row{min-height:70px}.brand small{display:none}.saved-link{font-size:0}.saved-link:after{content:"♡";font-size:1.15rem}.hero{padding-top:42px}.hero h1{font-size:3.1rem}.recipe-grid{grid-template-columns:1fr}.recipe-card-body{padding:18px}.pagination{grid-template-columns:1fr 1fr}.page-numbers{order:3;grid-column:1/-1;justify-content:center}.archive-hero h1,.recipe-header h1{font-size:2.7rem}.recipe-page{padding-top:28px}.recipe-hero-image{border-radius:18px}.recipe-content{font-size:1.03rem}.footer-grid,.recipe-sidebar{grid-template-columns:1fr}.footer-grid{gap:28px}.saved-card{grid-template-columns:92px 1fr}.saved-card img{width:92px;height:82px}}@media print{.breadcrumbs,.recipe-actions,.recipe-sidebar,.related,.site-footer,.site-header{display:none!important}body{background:white;color:black}.recipe-page{padding:0}.recipe-layout{display:block}.recipe-header h1{font-size:28pt}.recipe-hero-image{max-width:520px;page-break-inside:avoid;break-inside:avoid}.recipe-content{font-size:11.5pt;line-height:1.5}a{text-decoration:none!important}}.category-hubs{padding-top:12px}.home-hero{padding:38px 0 24px}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:stretch}.home-hero-copy{align-self:center;padding:12px 0}.home-hero-copy h1{max-width:760px;margin:8px 0 16px;font-size:clamp(3rem,5.4vw,4.65rem);line-height:1.01;letter-spacing:-.045em}.home-hero-copy>p,.home-hero-lead{max-width:690px;margin:0;color:var(--muted);font-size:1.12rem;line-height:1.65}.home-search{max-width:680px;margin-top:24px}.home-search input{min-height:54px;padding:14px 16px;font-size:1rem}.home-search button{min-height:54px;padding-inline:22px;font-size:1rem}.home-help-text{margin-top:9px;color:var(--muted);font-size:.92rem}.home-quick-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.home-quick-links a{display:inline-flex;min-height:46px;align-items:center;padding:10px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--accent);font-size:.96rem;font-weight:800}.hero-featured{position:relative;min-height:410px;overflow:hidden;border-radius:24px;background:#e7ebe5;box-shadow:var(--shadow)}.hero-featured img{object-fit:cover;transition:transform .4s ease}.hero-featured:hover img{transform:scale(1.02)}.hero-featured-placeholder{display:grid;place-items:center;width:100%;height:100%;color:var(--accent);font-weight:800}.hero-featured-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,28,21,.02) 20%,rgba(18,28,21,.86))}.hero-featured-content{position:absolute;inset:auto 0 0;z-index:2;padding:28px;color:#fff}.hero-featured-content span{display:block;margin-bottom:8px;font-size:.86rem;font-weight:800}.hero-featured-content strong{display:block;max-width:560px;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.08;letter-spacing:-.03em}.hero-featured-content p{max-width:520px;margin:10px 0 16px;color:rgba(255,255,255,.9);font-size:.96rem}.hero-featured-content b{display:inline-flex;min-height:42px;align-items:center;padding:8px 13px;border-radius:10px;background:rgba(255,255,255,.94);color:var(--accent-strong);font-size:.92rem}.category-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.category-hub{display:flex;min-height:164px;flex-direction:column;justify-content:space-between;gap:20px;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--surface);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.category-hub:hover{transform:translateY(-2px);border-color:#bdc9bf;box-shadow:var(--shadow)}.category-hub strong{display:block;font-size:1.28rem;letter-spacing:-.02em}.category-hub p{margin:7px 0 0;color:var(--muted);font-size:.98rem;line-height:1.55}.category-hub-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;color:var(--accent);font-size:.9rem;font-weight:800}.recent-section{padding-top:6px;padding-bottom:24px}.recent-section .section-head>a{color:var(--accent);font-size:.96rem;font-weight:800}.recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recent-label{color:var(--warm);font-size:.84rem;font-weight:800}.history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 22px;padding:16px 18px;border:1px solid var(--line);border-radius:15px;background:var(--surface-soft)}.history-toolbar p{margin:0;color:var(--muted);font-size:.96rem}.history-toolbar button{flex:0 0 auto;min-height:44px;padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--text);font-size:.9rem;font-weight:700}.saved-card .saved-card-placeholder{display:grid;place-items:center;width:150px;height:110px;border-radius:13px;background:var(--accent-soft);color:var(--accent);font-weight:900}.next-recipe-media .saved-card-placeholder{position:absolute;inset:0;display:grid;place-items:center;width:100%;height:100%;border-radius:0;background:#e7ece5;color:var(--accent);font-size:1.5rem;font-weight:900}.archive-summary{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.archive-summary span{padding:8px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--muted);font-size:.9rem}body{font-size:17px}.brand strong{font-size:1.18rem}.brand small{font-size:.86rem}.nav-scroll a{min-height:42px;display:inline-flex;align-items:center;font-size:.98rem}.saved-link,.search-link{min-height:44px;display:inline-flex;align-items:center;font-size:.94rem;font-weight:700}.search-main-link{background:var(--accent);border-color:var(--accent);color:#fff}.search-main-link:hover{background:var(--accent-strong);color:#fff}.eyebrow,.hero-kicker{text-transform:none;letter-spacing:0;font-size:.92rem}.section-head h1,.section-head h2{font-size:clamp(2rem,3vw,2.65rem)}.section-head p{font-size:1.02rem}.recipe-card h2{font-size:1.3rem;line-height:1.3}.recipe-card p{line-height:1.55}.card-meta{font-size:.88rem}.card-meta a{min-height:40px;display:inline-flex;align-items:center}.recipe-header h1{font-size:clamp(2.25rem,5vw,4.25rem);line-height:1.04;letter-spacing:-.035em}.recipe-meta{font-size:.95rem;line-height:1.5}.recipe-content{font-family:Georgia,Times New Roman,serif;font-size:1.16rem;line-height:1.78}.recipe-content h2{font-size:2rem}.recipe-content h3{font-size:1.55rem}.recipe-content li{margin:.6em 0}.recipe-actions-wrap{margin:22px 0 28px;padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.recipe-actions-title{margin-bottom:10px;font-size:.94rem;font-weight:800}.recipe-actions{margin:0;gap:10px}.recipe-actions .recipe-action-primary{border-color:var(--accent);background:var(--accent);color:#fff}.recipe-actions .recipe-action-primary:hover{background:var(--accent-strong);color:#fff}.sidebar-box p{font-size:.96rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:900px){.home-hero-grid{grid-template-columns:1fr}.hero-featured{min-height:390px}.category-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recent-grid{grid-template-columns:1fr}}@media (max-width:700px){.site-header{position:sticky}.header-row{min-height:68px;gap:12px}.header-actions{gap:6px}.saved-link{font-size:.9rem}.saved-link:after{content:none}.search-link{font-size:.9rem}.header-actions .search-link:not(.search-main-link){display:none}.search-main-link{padding-inline:11px}.nav-scroll{gap:10px}.nav-scroll a{padding:7px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.saved-card .saved-card-placeholder{width:92px;height:82px}}@media (max-width:620px){body{font-size:16.5px}.shell{width:min(calc(100% - 24px),var(--shell))}.brand small{display:none}.brand-mark{width:40px;height:40px;border-radius:11px}.brand strong{font-size:1.02rem}.saved-link{display:none}.home-hero{padding-top:26px}.home-hero-copy{padding-top:0}.home-hero-copy h1{font-size:clamp(2.55rem,12vw,3.3rem)}.home-hero-copy>p,.home-hero-lead{font-size:1.04rem}.home-search{align-items:stretch;flex-direction:column}.home-search button{width:100%}.home-quick-links{gap:8px}.home-quick-links a{flex:1 1 100%;justify-content:center}.hero-featured{min-height:330px;border-radius:18px}.hero-featured-content{padding:20px}.hero-featured-content p{display:none}.category-hub-grid{grid-template-columns:1fr}.category-hub{min-height:0}.category-hub-meta{font-size:.92rem}.history-toolbar{align-items:flex-start;flex-direction:column}.recipe-page{padding-top:28px}.recipe-header h1{font-size:clamp(2.1rem,10vw,3rem)}.recipe-content{font-size:1.12rem;line-height:1.72}.recipe-actions{display:grid;grid-template-columns:1fr}.recipe-actions button{width:100%;min-height:50px}}.large-recipe-text .recipe-content{font-size:1.34rem;line-height:1.82}.large-recipe-text .recipe-content h2{font-size:2.2rem}.large-recipe-text .recipe-content h3{font-size:1.72rem}.large-recipe-text .recipe-content li{margin:.7em 0}.large-recipe-text .recipe-page .breadcrumbs,.large-recipe-text .recipe-page .recipe-meta{font-size:1rem}:where(a,button,input):focus-visible{outline:3px solid #315c46;outline-offset:3px}.recipe-content b,.recipe-content strong{color:#1f2a22}.recipe-content ol,.recipe-content ul{padding-left:1.55em}.recipe-content li::marker{color:#315c46;font-weight:700}#ingredients,#preparation,#tips{scroll-margin-top:150px}#ingredients{padding-top:.2em}.recipe-ingredients-list{margin:0 0 1.8em;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fffdf8}.recipe-ingredients-list>ol,.recipe-ingredients-list>ul{margin:0;padding-left:1.35em}.recipe-ingredients-list li{position:relative;min-height:42px;padding:5px 7px 5px 4px;border-radius:10px}.recipe-ingredients-list li.ingredient-checkable{cursor:pointer;transition:background .15s ease,color .15s ease}.recipe-ingredients-list li.ingredient-checkable:hover{background:#f5f5ed}.recipe-ingredients-list li:has(>.ingredient-check){list-style:none;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;margin-left:-1.15em}.ingredient-check{width:24px;height:24px;margin:.16em 0 0;accent-color:var(--accent);cursor:pointer}.recipe-ingredients-list li.ingredient-checked{color:#7a817b;background:#f1f3ee;text-decoration:line-through;text-decoration-thickness:1.5px}.recipe-actions{align-items:stretch}.recipe-actions button{min-height:48px;padding:11px 16px;border-radius:12px;font-size:.96rem;line-height:1.25}.recipe-actions-note{margin:11px 2px 0;color:var(--muted);font-size:.92rem;line-height:1.5}.recipe-tools-title{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.recipe-section-links{display:flex;flex-wrap:wrap;gap:10px}.recipe-section-links button{min-height:48px;padding:11px 16px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--text);font:inherit;font-size:.96rem;font-weight:760}.recipe-section-links .recipe-action-primary{border-color:var(--accent);background:var(--accent);color:#fff}.recipe-section-links button:hover{border-color:#a7baa9;background:var(--accent-soft)}.recipe-section-links .recipe-action-primary:hover{background:var(--accent-strong);color:#fff}.recipe-actions button[aria-pressed=true]{border-color:#94ad9c;background:#dfece2;color:var(--accent-strong)}#preparation{border-top:2px solid var(--accent-soft)}#preparation,#tips{padding-top:.3em}.recipe-return-nav{display:flex;flex-wrap:wrap;gap:10px;margin:32px 0 10px;padding-top:22px;border-top:1px solid var(--line)}.recipe-return-nav a{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:11px 16px;border:1px solid #c9d4cb;border-radius:12px;background:var(--accent-soft);color:var(--accent-strong);font-weight:780}.recipe-return-nav a:hover{border-color:var(--accent);background:#dce9df}.ad-slot{position:relative;width:100%;margin:26px 0;overflow:hidden;border-radius:14px;background:#f4f5f1}.ad-slot-content{min-height:250px}.ad-slot-sidebar{min-height:280px;margin-top:16px}.ad-label{position:absolute;top:5px;left:8px;z-index:1;color:#8b918c;font:500 11px/1.2 Inter,ui-sans-serif,system-ui,sans-serif}.ad-slot .adsbygoogle{min-height:inherit}.card-meta{align-items:center}.card-recipe-link{display:inline-flex;min-height:42px;padding:8px 12px;border-radius:10px;font-size:.9rem;font-weight:800}.card-recipe-link:hover{background:var(--accent);color:#fff!important}.saved-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px;padding:18px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.saved-search{display:grid;flex:1 1;gap:7px;max-width:620px;color:var(--text);font-size:.92rem;font-weight:760}.saved-search input{width:100%;min-height:50px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);font-size:1rem}.saved-search input:focus{border-color:#8eaa96;box-shadow:0 0 0 4px rgba(49,92,70,.08);outline:none}.saved-clear-actions{display:flex;flex-wrap:wrap;gap:8px}.saved-clear-actions button,.saved-no-results button{min-height:46px;padding:10px 14px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);color:var(--text);font:inherit;font-weight:740}.saved-clear-actions .saved-clear-confirm{border-color:#d8bbb0;background:#fff7f3;color:#75412f}.saved-no-results{display:grid;justify-items:start;gap:12px;padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--surface)}.mobile-nav-utility{display:none!important}@media (max-width:700px){.mobile-nav-utility{display:inline-flex!important;color:var(--accent)!important;font-weight:800!important}#ingredients,#preparation,#tips{scroll-margin-top:24px}}@media (max-width:620px){.large-recipe-text .recipe-content{font-size:1.26rem;line-height:1.78}.large-recipe-text .recipe-content h2{font-size:1.95rem}.large-recipe-text .recipe-content h3{font-size:1.58rem}.recipe-ingredients-list{padding:15px 14px}.recipe-ingredients-list li:has(>.ingredient-check){grid-template-columns:30px minmax(0,1fr);gap:11px}.ingredient-check{width:26px;height:26px}.recipe-actions,.recipe-return-nav,.recipe-section-links{display:grid;grid-template-columns:1fr;gap:10px}.recipe-actions button,.recipe-return-nav a,.recipe-section-links button{width:100%;min-height:52px;padding:12px 15px;text-align:center}.saved-toolbar{align-items:stretch;flex-direction:column;padding:15px}.saved-search{max-width:none}.saved-clear-actions{display:grid;grid-template-columns:1fr}.saved-clear-actions button,.saved-no-results button{width:100%;min-height:50px}.ad-slot-content{min-height:220px}.ad-slot-sidebar{display:none}.card-meta{align-items:flex-start;flex-direction:column}.card-recipe-link{width:100%;min-height:46px}}@media print{@page{margin:14mm}body,html{background:#fff!important;color:#000!important}.ad-slot,.after-recipe-paths,.breadcrumbs,.next-recipe,.recipe-actions-wrap,.recipe-return-nav,.recipe-sidebar,.recipe-topic-links,.related,.site-footer,.site-header{display:none!important}.recipe-page{padding:0!important}.recipe-layout,.shell.recipe-layout{display:block!important;width:100%!important;max-width:none!important}.recipe-header h1{font-size:25pt!important;color:#000!important}.recipe-meta{color:#444!important}.recipe-hero-image{max-height:90mm;page-break-inside:avoid;break-inside:avoid}.recipe-content{font-size:12pt!important;line-height:1.5!important;color:#000!important}.recipe-content h2,.recipe-content h3{color:#000!important;page-break-after:avoid;break-after:avoid}.recipe-content img{max-height:90mm;object-fit:contain;page-break-inside:avoid;break-inside:avoid}.recipe-ingredients-list{border:1px solid #bbb!important;background:#fff!important;page-break-inside:avoid;break-inside:avoid}.ingredient-check{display:none!important}.recipe-ingredients-list li:has(>.ingredient-check){display:list-item!important;list-style:disc!important;margin-left:0!important}.recipe-ingredients-list li.ingredient-checked{color:#000!important;background:transparent!important;text-decoration:none!important}}.seasonal-section{padding-top:18px;padding-bottom:34px}.seasonal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.seasonal-card{display:flex;min-height:150px;flex-direction:column;justify-content:space-between;gap:10px;padding:20px;border:1px solid #e2dccf;border-radius:17px;background:#fffaf0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.seasonal-card:hover{transform:translateY(-2px);border-color:#ccbda5;box-shadow:0 12px 34px rgba(82,63,36,.08)}.seasonal-card strong{font-size:1.27rem;line-height:1.2}.seasonal-card span{color:var(--muted);font-size:.96rem;line-height:1.5}.seasonal-card b{color:var(--accent);font-size:.92rem}.need-section{padding-top:4px;padding-bottom:30px}.need-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.need-card{display:flex;min-height:122px;flex-direction:column;justify-content:space-between;gap:12px;padding:20px;border:1px solid var(--line);border-radius:17px;background:var(--surface);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.need-card:hover{transform:translateY(-2px);border-color:#b9c8bc;box-shadow:var(--shadow)}.need-card strong{font-size:1.22rem;line-height:1.2}.need-card span{color:var(--accent);font-size:.94rem;font-weight:760}.search-help{max-width:760px;margin:11px 0 0;color:var(--muted);font-size:.98rem;line-height:1.55}.search-normalized-note{display:inline-block;margin-top:14px;padding:10px 13px;border-radius:11px;background:#eef4ef;color:#425147;font-size:.94rem}.search-collection-match{display:grid;max-width:900px;gap:5px;margin-top:18px;padding:18px 20px;border:1px solid #b8c9bc;border-radius:16px;background:#edf4ee}.search-collection-match span{color:var(--muted);font-size:.88rem;font-weight:700}.search-collection-match strong{font-size:1.28rem;line-height:1.25}.search-collection-match b{margin-top:4px;color:var(--accent-strong);font-size:.96rem}.search-collection-match:hover{border-color:var(--accent);background:#e5efe7}.search-results-block{margin-top:30px}.search-results-head{margin-bottom:18px}.search-shortcuts{max-width:900px;margin-top:22px;padding:17px 18px;border:1px solid var(--line);border-radius:16px;background:var(--surface-soft)}.search-shortcuts-compact{margin:24px auto 0;padding:15px}.search-shortcuts>strong{display:block;margin-bottom:11px;font-size:1rem}.search-shortcut-list{display:flex;flex-wrap:wrap;gap:9px}.search-shortcut-list a{display:inline-flex;min-height:44px;align-items:center;padding:9px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--accent-strong);font-size:.95rem;font-weight:760}.search-shortcut-list a:hover{border-color:#a8b9ab;background:var(--accent-soft)}.everyday-searches{max-width:900px;margin-top:18px}.everyday-searches>strong{display:block;margin-bottom:10px;font-size:1rem}.everyday-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.everyday-search-grid a{display:flex;min-height:54px;align-items:center;padding:12px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--text);font-weight:740}.everyday-search-grid a:hover{border-color:#9fb2a3;background:var(--accent-soft)}.empty-search-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.button-secondary{border:1px solid var(--line);background:#fff;color:var(--accent-strong)}.collection-hero .archive-summary{margin-top:20px}.collection-more{margin-top:54px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--surface-soft)}.collection-more .section-head{margin-bottom:18px}.collection-shortcuts a{min-height:48px;background:#fff}.about-page .recipe-header{margin-top:18px}.about-lead,.about-page .recipe-header h1{max-width:760px}.about-lead{margin:0;color:var(--muted);font-size:1.12rem;line-height:1.7}.about-content{margin-top:30px}.about-content h2{margin-top:1.8em}.about-content a{font-weight:700}@media (max-width:960px){.need-grid,.seasonal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.everyday-search-grid,.need-grid,.seasonal-grid{grid-template-columns:1fr}.need-card,.seasonal-card{min-height:0;padding:17px}.search-large{display:grid;grid-template-columns:1fr}.search-large button,.search-large input{width:100%;min-height:52px}.collection-more,.search-collection-match,.search-shortcuts{padding:15px}.search-results-block{margin-top:24px}.search-shortcuts-compact{margin-top:18px}.search-shortcut-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.search-shortcut-list a{justify-content:center;min-height:48px;text-align:center}.search-shortcut-list a:last-child{grid-column:1/-1}.everyday-search-grid a{min-height:52px}.empty-search-actions{display:grid;grid-template-columns:1fr}.empty-search-actions .button{width:100%;min-height:50px}.about-lead{font-size:1.04rem}}.header-actions .saved-link,.header-actions .search-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;font-size:.94rem;font-weight:720;white-space:nowrap}.recipe-card{display:flex;height:100%;flex-direction:column}.recipe-card-body{display:flex;flex:1 1;flex-direction:column}.recipe-card-category{display:inline-flex;min-height:44px;align-items:center;align-self:flex-start;color:var(--accent);font-size:.94rem;font-weight:800}.recipe-card h2{margin-top:8px;font-size:1.34rem;line-height:1.22}.recipe-card p{font-size:.98rem;line-height:1.58}.recipe-card .card-meta-simple{margin-top:auto;padding-top:18px;border-top:0}.card-recipe-link{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;padding:11px 15px;border:1px solid #cbd8ce;border-radius:12px;background:var(--accent-soft);color:var(--accent-strong)!important;font-size:.98rem;font-weight:820!important;text-align:center}.card-recipe-link:hover{border-color:var(--accent);background:#dce9df}.home-ingredient-shortcuts{margin-top:16px}.home-ingredient-shortcuts>span{display:block;margin-bottom:9px;color:var(--muted);font-size:.94rem;font-weight:700}.home-ingredient-shortcuts>div{display:flex;flex-wrap:wrap;gap:8px}.home-ingredient-shortcuts a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:9px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--accent-strong);font-size:.94rem;font-weight:760}.home-ingredient-shortcuts a:hover{border-color:#9fb2a3;background:var(--accent-soft)}.category-switcher{max-width:960px;margin-top:24px;padding:18px;border:1px solid var(--line);border-radius:17px;background:var(--surface-soft)}.category-switcher>strong{display:block;margin-bottom:11px;font-size:1rem}.category-switcher-links{display:flex;flex-wrap:wrap;gap:9px}.category-switcher-links a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:9px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--accent-strong);font-size:.95rem;font-weight:760}.category-switcher-links a:hover{border-color:#9fb2a3;background:var(--accent-soft)}.archive-hero{padding-bottom:14px}.recipe-topic-links{margin:30px 0 8px;padding:18px;border:1px solid #dbe4dc;border-radius:16px;background:var(--surface-soft)}.recipe-topic-links>strong{display:block;margin-bottom:11px;font-size:1rem}.recipe-topic-links>div{display:flex;flex-wrap:wrap;gap:9px}.recipe-topic-links a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #c7d4c9;border-radius:11px;background:#fff;color:var(--accent-strong);font-weight:780}.recipe-topic-links a:hover{border-color:var(--accent);background:var(--accent-soft)}.sidebar-link-box a{display:inline-flex;min-height:42px;align-items:center;margin-top:12px;color:var(--accent);font-size:.92rem;font-weight:800}.sidebar-link-box a:hover{color:var(--accent-strong);text-decoration:underline;text-underline-offset:3px}.next-recipe{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);gap:24px;align-items:stretch;margin:34px 0 28px;overflow:hidden;border:1px solid #d9e4da;border-radius:22px;background:#f6f8f3}.next-recipe-copy{align-self:center;padding:26px 0 26px 26px}.next-recipe-copy h2{margin:7px 0 10px;font-size:clamp(1.65rem,3vw,2.25rem);line-height:1.12;letter-spacing:-.025em}.next-recipe-copy p{margin:0 0 18px;color:var(--muted);font-size:1rem;line-height:1.62}.next-recipe-copy .button{min-height:48px}.next-recipe-media{position:relative;min-height:290px;background:#e7ece5}.next-recipe-media img{object-fit:cover}.after-recipe-paths{margin:34px 0 28px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fffaf3}.after-recipe-paths h2{margin:6px 0 0;font-size:clamp(1.55rem,2.8vw,2rem);line-height:1.15}.after-recipe-path-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:18px}.after-recipe-path-grid a{display:flex;min-height:104px;flex-direction:column;justify-content:space-between;gap:14px;padding:17px;border:1px solid #e2d9ca;border-radius:15px;background:#fff;color:var(--text);font-size:1.03rem;font-weight:800;line-height:1.35}.after-recipe-path-grid a:hover{border-color:#c7b89f;box-shadow:0 8px 24px rgba(82,63,36,.07)}.after-recipe-path-grid span{color:var(--accent);font-size:.9rem;font-weight:800}.not-found-card{max-width:820px}.not-found-card p{max-width:650px;margin-inline:auto}.not-found-search{max-width:650px;margin:24px auto 0}.not-found-links{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:22px}.not-found-links a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:9px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--accent-strong);font-weight:760}.not-found-home{margin-top:22px}.footer-grid{grid-template-columns:1.35fr .75fr .8fr 1fr;gap:36px}.footer-grid strong:not(.footer-brand){margin-bottom:3px}@media (max-width:960px){.footer-grid{gap:34px 28px}.after-recipe-path-grid,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:880px){.header-actions .recent-header-link,.header-actions .shopping-header-link{display:none}}@media (max-width:760px){.next-recipe{grid-template-columns:1fr}.next-recipe-copy{padding:22px}.next-recipe-media{min-height:280px;order:-1}}@media (max-width:700px){.site-header{background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none}.header-actions .saved-link,.header-actions .search-link:not(.search-main-link){display:none}.header-actions .search-main-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:9px 13px;font-size:.92rem;font-weight:760}.saved-link:after{content:none!important}.nav-scroll{gap:18px;padding-block:12px}.nav-scroll a{min-height:44px;display:inline-flex;align-items:center;font-size:.95rem}}@media (max-width:620px){body{font-size:17px}.search-form{flex-direction:column;gap:10px}.search-form button,.search-form input{width:100%;min-height:52px}.section-head h1,.section-head h2{line-height:1.12}.breadcrumbs{font-size:.9rem;line-height:1.45}.recipe-meta{font-size:.94rem;line-height:1.5}.recipe-card h2{font-size:1.42rem}.recipe-card p{font-size:1rem}.card-recipe-link{min-height:52px;font-size:1rem}.category-switcher-links,.home-ingredient-shortcuts>div,.not-found-links,.recipe-topic-links>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.category-switcher-links a,.home-ingredient-shortcuts a,.not-found-links a,.recipe-topic-links a{width:100%;min-height:48px}.category-switcher,.recipe-topic-links{padding:15px}.after-recipe-paths{padding:18px}.after-recipe-path-grid{grid-template-columns:1fr}.after-recipe-path-grid a{min-height:84px}.not-found-search{flex-direction:column}.not-found-search button,.not-found-search input{width:100%;min-height:50px}.footer-grid{grid-template-columns:1fr;gap:28px}}@media (max-width:430px){.not-found-links,.recipe-topic-links>div{grid-template-columns:1fr}}.footer-grid>nav{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-grid .footer-brand{color:var(--text);font-weight:800}@media (max-width:620px){.footer-grid a{display:inline-flex;min-height:44px;align-items:center}}.friendly-error{max-width:760px;margin-inline:auto}.friendly-error p{max-width:610px;margin-inline:auto}.friendly-error-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}.friendly-error-actions .button{min-height:48px}.site-loading{min-height:52vh;display:grid;align-items:center}.loading-card{display:flex;max-width:520px;align-items:center;gap:15px;margin:auto;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 10px 30px rgba(35,55,42,.05)}.loading-mark{display:grid;width:52px;height:52px;flex:0 0 auto;place-items:center;border-radius:15px;background:var(--accent);color:#fff;font-weight:900}.loading-card>div:last-child{display:grid;gap:3px}.loading-card strong{font-size:1.08rem}.loading-card span{color:var(--muted);font-size:.94rem}@media (max-width:620px){.friendly-error-actions{display:grid;grid-template-columns:1fr}.friendly-error-actions .button{width:100%}.loading-card{padding:18px}}@media (prefers-reduced-motion:reduce){*,:after,:before,html{scroll-behavior:auto!important}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.skip-link{position:fixed;top:10px;left:10px;z-index:200;transform:translateY(-160%);padding:11px 16px;border-radius:11px;background:var(--accent-strong);color:#fff;font-weight:800;box-shadow:0 8px 24px rgba(32,67,49,.22)}.skip-link:focus{transform:translateY(0);outline:3px solid #fff;outline-offset:2px}#main-content{scroll-margin-top:145px}@media (max-width:700px){.header-row{gap:12px}.header-actions{flex:0 0 auto;gap:0}.header-actions .saved-link,.header-actions .search-link:not(.search-main-link){display:none}.header-actions .search-main-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:9px 13px;font-size:.88rem;font-weight:780;white-space:nowrap}.saved-link:after{content:none}.main-nav{position:relative}.main-nav:after{content:"";position:absolute;top:1px;right:0;bottom:1px;z-index:2;width:34px;pointer-events:none;background:linear-gradient(to right,rgba(251,250,246,0),var(--bg))}.nav-scroll{padding-block:4px;padding-right:36px;scroll-padding-right:36px;scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.nav-scroll a{display:inline-flex;min-height:44px;align-items:center;padding-inline:2px;font-size:.94rem;line-height:1.3;scroll-snap-align:start;touch-action:manipulation}}@media (max-width:390px){.brand{gap:9px}.brand-mark{width:40px;height:40px;border-radius:12px}.brand strong{font-size:1rem}.header-actions .search-main-link{padding-inline:11px;font-size:.88rem}}.analytics-consent{position:fixed;z-index:90;left:50%;bottom:18px;width:min(calc(100% - 32px),860px);transform:translateX(-50%);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 18px 60px rgba(32,37,31,.18)}.analytics-consent-copy strong{display:block;margin-bottom:5px;font-size:1.05rem;line-height:1.3}.analytics-consent-copy p{margin:0;max-width:620px;color:var(--muted);font-size:.96rem;line-height:1.55}.analytics-consent-copy a{display:inline-block;margin-top:8px;color:var(--accent-strong);font-weight:700;text-decoration:underline;text-underline-offset:3px}.analytics-consent-actions{display:grid;gap:8px;min-width:220px}.analytics-consent-actions button,.footer-consent-button{min-height:48px;border-radius:12px;font-weight:750}.analytics-consent-actions button{width:100%;padding:10px 16px}.analytics-consent-accept{border:1px solid var(--accent);background:var(--accent);color:#fff}.analytics-consent-accept:hover{background:var(--accent-strong)}.analytics-consent-deny{border:1px solid var(--line);background:var(--surface-soft);color:var(--text)}.analytics-consent-deny:hover{border-color:#bac8bd}.footer-consent-button{display:inline-flex;align-items:center;justify-content:flex-start;width:fit-content;margin:0;padding:8px 0;border:0;background:transparent;color:inherit;text-align:left}.footer-consent-button:hover{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.analytics-consent-actions button:focus-visible,.analytics-consent-copy a:focus-visible,.footer-consent-button:focus-visible{outline:3px solid var(--accent);outline-offset:3px}@media (max-width:700px){.analytics-consent{bottom:10px;width:calc(100% - 20px);grid-template-columns:1fr;gap:14px;padding:16px;border-radius:16px}.analytics-consent-copy p{font-size:.94rem}.analytics-consent-actions{min-width:0}.analytics-consent-actions button{min-height:50px;font-size:1rem}.analytics-consent-open .mobile-recipe-nav{opacity:0!important;pointer-events:none!important;visibility:hidden!important}}@media print{.analytics-consent,.footer-consent-button{display:none!important}}