.Header-module__Af2_WG__header{border-bottom:1px solid var(--border);z-index:1000;background-color:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 12px #0000000a}.Header-module__Af2_WG__headerContent{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__logoContainer{align-items:center;gap:.85rem;text-decoration:none;display:flex}.Header-module__Af2_WG__logoMark{background-color:var(--primary);color:#fff;width:44px;height:44px;font-family:var(--font-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.Header-module__Af2_WG__logoText{flex-direction:column;line-height:1;display:flex}.Header-module__Af2_WG__brandName{font-family:var(--font-serif);color:var(--foreground);font-size:1.4rem;font-weight:700}.Header-module__Af2_WG__brandSub{font-family:var(--font-sans);letter-spacing:3px;color:var(--accent-warm);margin-top:2px;font-size:.65rem;font-weight:700}.Header-module__Af2_WG__nav{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__nav a{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;color:var(--foreground);font-size:.78rem;font-weight:700;transition:color .2s}.Header-module__Af2_WG__nav a:hover{color:var(--primary)}.Header-module__Af2_WG__searchWrapper{background-color:#f6f6f6;border-radius:30px;align-items:center;gap:.4rem;padding:.25rem .6rem;transition:all .3s;display:flex}.Header-module__Af2_WG__searchInput{font-family:var(--font-sans);width:160px;color:var(--foreground);background:0 0;border:none;outline:none;padding:.2rem .4rem;font-size:.85rem}.Header-module__Af2_WG__searchBtn{cursor:pointer;color:var(--muted);background:0 0;border:none;align-items:center;padding:.4rem;transition:color .2s;display:flex}.Header-module__Af2_WG__searchBtn:hover{color:var(--primary)}.Header-module__Af2_WG__hamburger{cursor:pointer;z-index:2000;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module__Af2_WG__line{background-color:var(--foreground);width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Header-module__Af2_WG__lineOpen:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__lineOpen:nth-child(2){opacity:0}.Header-module__Af2_WG__lineOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1024px){.Header-module__Af2_WG__nav{gap:1.5rem}}@media (max-width:768px){.Header-module__Af2_WG__hamburger{display:flex}.Header-module__Af2_WG__nav{z-index:1500;visibility:hidden;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:80%;max-width:300px;height:100vh;padding:2rem;transition:right .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000001a}.Header-module__Af2_WG__navOpen{visibility:visible;right:0}.Header-module__Af2_WG__nav a{text-align:center;width:100%;font-size:1rem}}
.Footer-module__EZoWya__footer{color:#ccc;font-family:var(--font-sans);background-color:#1a2a1a;margin-top:5rem}.Footer-module__EZoWya__footerContent{flex-wrap:wrap;gap:6rem;padding:4rem 0 3rem;display:flex}.Footer-module__EZoWya__brand{flex:1.5;align-items:flex-start;gap:1rem;min-width:250px;display:flex}.Footer-module__EZoWya__logoMark{background-color:var(--accent-warm);color:#1a2a1a;width:48px;height:48px;font-family:var(--font-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.Footer-module__EZoWya__brandName{font-family:var(--font-serif);color:#fff;margin-bottom:.75rem;font-size:1.3rem}.Footer-module__EZoWya__tagline{color:#999;max-width:280px;margin:0;font-size:.9rem;line-height:1.6}.Footer-module__EZoWya__links{flex-wrap:wrap;gap:5rem;display:flex}.Footer-module__EZoWya__col h4{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2.5px;color:var(--accent-warm);margin-bottom:1.5rem;font-size:.7rem;font-weight:700}.Footer-module__EZoWya__col ul{flex-direction:column;gap:.9rem;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__col ul li a{color:#aaa;font-size:.9rem;transition:color .2s}.Footer-module__EZoWya__col ul li a:hover{color:#fff}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff12;padding:1.5rem 0}.Footer-module__EZoWya__bottom p{color:#666;text-align:center;margin:0;font-size:.78rem}@media (max-width:768px){.Footer-module__EZoWya__footerContent{flex-direction:column;gap:3rem;padding:3rem 0 2rem}.Footer-module__EZoWya__links{gap:3rem}}
.RecipeCard-module__24_LyW__card{color:inherit;text-decoration:none;transition:transform .3s;display:block}.RecipeCard-module__24_LyW__card:hover{transform:translateY(-4px)}.RecipeCard-module__24_LyW__imageWrapper{aspect-ratio:4/3;background:#f0f0f0;border-radius:10px;position:relative;overflow:hidden}.RecipeCard-module__24_LyW__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.RecipeCard-module__24_LyW__card:hover .RecipeCard-module__24_LyW__image{transform:scale(1.04)}.RecipeCard-module__24_LyW__category{background-color:var(--primary);color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;border-radius:30px;padding:.35rem .85rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;left:1rem}.RecipeCard-module__24_LyW__body{padding:1.5rem 0 0}.RecipeCard-module__24_LyW__title{font-family:var(--font-serif);color:var(--foreground);margin-bottom:.7rem;font-size:1.45rem;font-weight:700;line-height:1.3;transition:color .2s}.RecipeCard-module__24_LyW__card:hover .RecipeCard-module__24_LyW__title{color:var(--primary)}.RecipeCard-module__24_LyW__excerpt{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.RecipeCard-module__24_LyW__meta{color:var(--muted);font-size:.78rem;font-family:var(--font-sans);border-top:1px solid var(--border);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.RecipeCard-module__24_LyW__dot{color:#ccc}
.RecipeGrid-module__ndeaZq__grid{grid-template-columns:repeat(3,1fr);gap:3rem 2.5rem;display:grid}.RecipeGrid-module__ndeaZq__empty{text-align:center;color:var(--muted);font-style:italic;font-family:var(--font-serif);padding:6rem 0;font-size:1.2rem}@media (max-width:1024px){.RecipeGrid-module__ndeaZq__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}}@media (max-width:600px){.RecipeGrid-module__ndeaZq__grid{grid-template-columns:1fr;gap:2.5rem}}
.category-module__aZsnIW__page{padding:4rem 0 6rem}.category-module__aZsnIW__header{margin-bottom:3.5rem}.category-module__aZsnIW__eyebrow{font-family:var(--font-sans);letter-spacing:3px;text-transform:uppercase;color:var(--accent-warm);margin-bottom:.5rem;font-size:.68rem;font-weight:700;display:block}.category-module__aZsnIW__header h1{margin-bottom:0;font-size:3rem}.category-module__aZsnIW__divider{background-color:var(--primary);width:50px;height:3px;margin:1rem 0 1.5rem}.category-module__aZsnIW__intro{color:var(--muted);max-width:600px;margin:0;font-size:1.05rem;line-height:1.7}
.latest-module__OdtuOG__page{padding:4rem 0 6rem}.latest-module__OdtuOG__header{margin-bottom:3.5rem}.latest-module__OdtuOG__eyebrow{font-family:var(--font-sans);letter-spacing:3px;text-transform:uppercase;color:var(--accent-warm);margin-bottom:.5rem;font-size:.68rem;font-weight:700;display:block}.latest-module__OdtuOG__header h1{margin-bottom:0;font-size:3rem}.latest-module__OdtuOG__divider{background-color:var(--primary);width:50px;height:3px;margin:1rem 0 1.5rem}.latest-module__OdtuOG__intro{color:var(--muted);max-width:560px;margin:0;font-size:1.1rem;line-height:1.65}
.page-module__E0kJGG__hero{background-color:#111;align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__heroBg{object-fit:cover;opacity:.45;width:100%;height:100%;position:absolute;inset:0}.page-module__E0kJGG__heroOverlay{z-index:1;background:linear-gradient(90deg,#000000b3 40%,#0000 100%);position:absolute;inset:0}.page-module__E0kJGG__heroContent{z-index:2;color:#fff;max-width:680px;padding-top:4rem;padding-bottom:4rem;position:relative}.page-module__E0kJGG__heroEyebrow{font-family:var(--font-sans);letter-spacing:3px;text-transform:uppercase;color:var(--accent-warm);border-bottom:2px solid var(--accent-warm);margin-bottom:1.5rem;padding-bottom:.3rem;font-size:.7rem;font-weight:700;display:inline-block}.page-module__E0kJGG__heroTitle{font-family:var(--font-serif);color:#fff;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.05}.page-module__E0kJGG__heroSubtitle{color:#fffc;max-width:520px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}.page-module__E0kJGG__heroButtons{flex-wrap:wrap;gap:1rem;display:flex}.page-module__E0kJGG__btnPrimary{background-color:var(--primary);color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;border-radius:4px;padding:1rem 2.2rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block}.page-module__E0kJGG__btnPrimary:hover{background-color:var(--primary-dark);color:#fff;transform:translateY(-2px)}.page-module__E0kJGG__btnSecondary{color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;background-color:#0000;border:2px solid #ffffff80;border-radius:4px;padding:1rem 2.2rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.page-module__E0kJGG__btnSecondary:hover{color:#fff;background-color:#ffffff1a;border-color:#fff}.page-module__E0kJGG__trustBar{background-color:var(--accent);border-bottom:1px solid #e8e0d5;padding:2rem 0}.page-module__E0kJGG__trustItems{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.page-module__E0kJGG__trustItem{flex-direction:column;align-items:center;gap:.2rem;display:flex}.page-module__E0kJGG__trustItem strong{font-family:var(--font-serif);color:var(--primary);font-size:1.6rem}.page-module__E0kJGG__trustItem span{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);font-size:.7rem;font-weight:700}.page-module__E0kJGG__trustDivider{background:#d8cfc4;width:1px;height:40px}.page-module__E0kJGG__latestSection{padding:6rem 0}.page-module__E0kJGG__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3.5rem;display:flex}.page-module__E0kJGG__sectionHeader h2{margin-bottom:0;font-size:2.8rem}.page-module__E0kJGG__eyebrow{font-family:var(--font-sans);letter-spacing:3px;text-transform:uppercase;color:var(--accent-warm);margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.page-module__E0kJGG__divider{background-color:var(--primary);width:50px;height:3px;margin-top:1rem}.page-module__E0kJGG__viewAll{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);border-bottom:2px solid var(--primary);white-space:nowrap;padding-bottom:.2rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s}.page-module__E0kJGG__viewAll:hover{color:var(--primary-dark)}.page-module__E0kJGG__authorSection{background-color:#1a2a1a;padding:6rem 0}.page-module__E0kJGG__authorGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.page-module__E0kJGG__authorImage{border-radius:12px;position:relative;overflow:hidden}.page-module__E0kJGG__authorImage img{object-fit:cover;width:100%;height:520px;display:block}.page-module__E0kJGG__authorText{color:#ccc}.page-module__E0kJGG__authorText .page-module__E0kJGG__eyebrow{color:var(--accent-warm)}.page-module__E0kJGG__authorText h2{color:#fff;margin-bottom:0;font-size:2.8rem}.page-module__E0kJGG__authorText .page-module__E0kJGG__divider{background-color:var(--accent-warm);margin-bottom:2rem}.page-module__E0kJGG__quote{font-family:var(--font-serif);color:#aaa;border-left:4px solid var(--accent-warm);margin-bottom:2.5rem;padding-left:1.5rem;font-size:1.2rem;font-style:italic;line-height:1.7}.page-module__E0kJGG__featureList{flex-direction:column;gap:1.5rem;padding:0;list-style:none;display:flex}.page-module__E0kJGG__featureList li{align-items:flex-start;gap:1rem;display:flex}.page-module__E0kJGG__check{background-color:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:2px;font-size:.8rem;display:flex}.page-module__E0kJGG__featureList strong{font-family:var(--font-sans);color:#fff;margin-bottom:.25rem;font-size:.9rem;font-weight:700;display:block}.page-module__E0kJGG__featureList p{color:#888;margin:0;font-size:.85rem;line-height:1.5}.page-module__E0kJGG__categoriesSection{background:#fafafa;padding:6rem 0}.page-module__E0kJGG__categoriesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.page-module__E0kJGG__catCard{aspect-ratio:3/4;border-radius:10px;text-decoration:none;display:block;position:relative;overflow:hidden}.page-module__E0kJGG__catCard img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.page-module__E0kJGG__catCard:hover img{transform:scale(1.06)}.page-module__E0kJGG__catOverlay{background:linear-gradient(#0000 20%,#000000b3 70%);align-items:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.page-module__E0kJGG__catOverlay span{font-family:var(--font-serif);color:#fff;font-size:1.5rem;font-weight:700}.page-module__E0kJGG__newsletter{background:var(--accent);border-top:1px solid #e0d8cc;padding:6rem 0}.page-module__E0kJGG__newsletterInner{text-align:center;max-width:550px;margin:0 auto}.page-module__E0kJGG__newsletterInner h2{margin-bottom:1rem;font-size:2.2rem}.page-module__E0kJGG__newsletterInner>p{color:var(--muted);margin-bottom:2rem}.page-module__E0kJGG__newsletterForm{gap:.75rem;display:flex}.page-module__E0kJGG__newsletterForm input{font-family:var(--font-sans);color:var(--foreground);background:#fff;border:1px solid #d8d0c4;border-radius:4px;outline:none;flex:1;padding:.9rem 1.3rem;font-size:.9rem;transition:border-color .2s}.page-module__E0kJGG__newsletterForm input:focus{border-color:var(--primary)}.page-module__E0kJGG__newsletterForm button{background:var(--primary);color:#fff;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.9rem 1.8rem;font-size:.8rem;font-weight:700;transition:background .2s}.page-module__E0kJGG__newsletterForm button:hover{background:var(--primary-dark)}.page-module__E0kJGG__newsletterNote{color:#aaa;margin-top:1rem;margin-bottom:0;font-size:.75rem}@media (max-width:1024px){.page-module__E0kJGG__heroTitle{font-size:3.5rem}.page-module__E0kJGG__authorGrid{grid-template-columns:1fr;gap:3rem}.page-module__E0kJGG__authorImage img{height:380px}.page-module__E0kJGG__categoriesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__E0kJGG__heroTitle{font-size:2.8rem}.page-module__E0kJGG__heroSubtitle{font-size:1rem}.page-module__E0kJGG__trustItems{gap:2rem}.page-module__E0kJGG__trustDivider{display:none}.page-module__E0kJGG__sectionHeader{flex-direction:column;align-items:flex-start}.page-module__E0kJGG__newsletterForm{flex-direction:column}}
.Recipe-module__ym3Yva__recipePage{background:#fff;padding:3rem 0 5rem}.Recipe-module__ym3Yva__breadcrumb{font-family:var(--font-sans);color:#bbb;text-transform:uppercase;letter-spacing:1px;margin-bottom:2.5rem;font-size:.78rem}.Recipe-module__ym3Yva__breadcrumb a{color:var(--primary);text-decoration:none;transition:color .2s}.Recipe-module__ym3Yva__breadcrumb a:hover{color:var(--primary-dark)}.Recipe-module__ym3Yva__header{align-items:flex-start;gap:5rem;margin-bottom:4rem;display:flex}.Recipe-module__ym3Yva__mainInfo{flex:1.4}.Recipe-module__ym3Yva__category{background-color:var(--accent);color:var(--primary);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;border-radius:4px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.68rem;font-weight:700;display:inline-block}.Recipe-module__ym3Yva__title{font-family:var(--font-serif);color:var(--foreground);margin-bottom:1.25rem;font-size:3.8rem;font-weight:800;line-height:1.05}.Recipe-module__ym3Yva__excerpt{font-family:var(--font-serif);color:var(--muted);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem;font-style:italic;line-height:1.65}.Recipe-module__ym3Yva__meta{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:3.5rem;padding:2rem 0;display:flex}.Recipe-module__ym3Yva__metaItem{flex-direction:column;gap:.4rem;display:flex}.Recipe-module__ym3Yva__label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;color:#bbb;font-size:.62rem;font-weight:700}.Recipe-module__ym3Yva__value{font-family:var(--font-serif);color:var(--foreground);font-size:1.2rem;font-weight:700}.Recipe-module__ym3Yva__shareRow{margin-top:2rem}.Recipe-module__ym3Yva__shareLabel{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1.5px;color:#bbb;margin-bottom:1rem;font-size:.68rem;font-weight:700;display:block}.Recipe-module__ym3Yva__shareButtons{flex-wrap:wrap;gap:1rem;display:flex}.Recipe-module__ym3Yva__shareButtons a{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.7rem 1.5rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.Recipe-module__ym3Yva__pinBtn{color:#fff;background-color:#e60023}.Recipe-module__ym3Yva__pinBtn:hover{color:#fff;background-color:#ad0000;transform:translateY(-2px)}.Recipe-module__ym3Yva__fbBtn{color:#fff;background-color:#1877f2}.Recipe-module__ym3Yva__fbBtn:hover{color:#fff;background-color:#0d65d9;transform:translateY(-2px)}.Recipe-module__ym3Yva__imageWrapper{flex:1}.Recipe-module__ym3Yva__heroImg{width:100%;height:auto;box-shadow:24px 24px 0 var(--accent);border-radius:12px;display:block}.Recipe-module__ym3Yva__ruler{border:none;border-top:1px solid var(--border);margin:0 0 4rem}.Recipe-module__ym3Yva__body{align-items:flex-start;gap:4rem;display:flex}.Recipe-module__ym3Yva__content{flex:2.5;min-width:0}.Recipe-module__ym3Yva__introSection{font-family:var(--font-serif);color:#333;margin-bottom:3.5rem;font-size:1.2rem;line-height:1.8}.Recipe-module__ym3Yva__introSection p{margin-bottom:1.5rem}.Recipe-module__ym3Yva__benefitBox{border-left:5px solid var(--primary);background-color:#f0f7f0;border-radius:10px;margin-bottom:3.5rem;padding:2.5rem}.Recipe-module__ym3Yva__benefitBox h2{color:#2e4a2e;margin-bottom:1.2rem;font-size:1.4rem}.Recipe-module__ym3Yva__benefitBox ul{padding:0;list-style:none}.Recipe-module__ym3Yva__benefitBox li{color:#3e5a3e;margin-bottom:.8rem;padding-left:1.8rem;font-size:1.05rem;position:relative}.Recipe-module__ym3Yva__benefitBox li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.Recipe-module__ym3Yva__section{margin-bottom:3.5rem}.Recipe-module__ym3Yva__sectionTitle{font-family:var(--font-serif);border-bottom:1px solid #f0f0f0;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:2rem;font-weight:800}.Recipe-module__ym3Yva__ingredientList{padding:0;list-style:none}.Recipe-module__ym3Yva__ingredientList li{color:#333;border-bottom:1px solid #fafafa;align-items:flex-start;gap:1.25rem;padding:1rem 0;font-size:1.05rem;line-height:1.5;display:flex}.Recipe-module__ym3Yva__ingredientList li:before{content:"";background-color:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px;display:block}.Recipe-module__ym3Yva__instructionList{counter-reset:recipe-steps;padding:0;list-style:none}.Recipe-module__ym3Yva__instructionList li{color:#444;margin-bottom:2.2rem;padding-left:5rem;font-size:1.1rem;line-height:1.75;position:relative}.Recipe-module__ym3Yva__instructionList li:before{counter-increment:recipe-steps;content:counter(recipe-steps);background-color:var(--accent);width:3rem;height:3rem;color:var(--primary);font-family:var(--font-sans);border:2px solid #ddd;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex;position:absolute;top:-2px;left:0}.Recipe-module__ym3Yva__minorBox{border:1px solid var(--border);background:#fcfcfc;border-radius:8px;margin:2.5rem 0;padding:2rem}.Recipe-module__ym3Yva__minorTitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;color:var(--primary);margin-bottom:1rem;font-size:.78rem;font-weight:800}.Recipe-module__ym3Yva__equipmentText{color:#555;margin:0;font-size:1rem;font-style:italic}.Recipe-module__ym3Yva__detailImageWrapper{border-radius:10px;margin:3rem 0;overflow:hidden}.Recipe-module__ym3Yva__detailImage{width:100%;height:auto;display:block}.Recipe-module__ym3Yva__notesBox{background-color:#fff9f0;border-radius:10px;margin:3rem 0;padding:2.5rem;position:relative}.Recipe-module__ym3Yva__notesBox:before{content:"";background-color:var(--accent-warm);border-radius:10px 0 0 10px;width:5px;height:100%;position:absolute;top:0;left:0}.Recipe-module__ym3Yva__notesBox h3{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;color:var(--accent-warm);margin-bottom:1.2rem;font-size:.78rem;font-weight:800}.Recipe-module__ym3Yva__notesBox p{font-family:var(--font-serif);color:#555;margin:0;font-size:1.15rem;font-style:italic;line-height:1.7}.Recipe-module__ym3Yva__authorityGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin:3rem 0;display:grid}.Recipe-module__ym3Yva__gridSection{border:1px solid var(--border);background:#fff;border-radius:8px;padding:2rem}.Recipe-module__ym3Yva__gridSection p,.Recipe-module__ym3Yva__gridSection ul,.Recipe-module__ym3Yva__gridSection li{color:#555;font-size:.95rem;line-height:1.65}.Recipe-module__ym3Yva__gridSection ul{padding-left:1.2rem;list-style:outside}.Recipe-module__ym3Yva__faqSection{border-top:2px solid #f5f5f5;margin-top:5rem;padding-top:3rem}.Recipe-module__ym3Yva__faqItem{margin-bottom:2.2rem}.Recipe-module__ym3Yva__faqQuestion{color:var(--foreground);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.Recipe-module__ym3Yva__faqAnswer{color:var(--muted);margin:0;font-size:1rem;line-height:1.7}.Recipe-module__ym3Yva__sidebar{flex-direction:column;flex-shrink:0;gap:2rem;width:300px;display:flex;position:sticky;top:90px}.Recipe-module__ym3Yva__sideCard{border:1px solid var(--border);background:#fafafa;border-radius:10px;padding:2rem}.Recipe-module__ym3Yva__sideCardTitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:2px;color:var(--primary);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.75rem;font-weight:800}.Recipe-module__ym3Yva__nutritionList{flex-direction:column;gap:0;padding:0;list-style:none;display:flex}.Recipe-module__ym3Yva__nutritionList li{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:.7rem 0;font-size:.88rem;display:flex}.Recipe-module__ym3Yva__nutritionList li:last-child{border-bottom:none}.Recipe-module__ym3Yva__nutritionList li span{color:var(--muted)}.Recipe-module__ym3Yva__nutritionList li strong{color:var(--foreground);font-weight:700}.Recipe-module__ym3Yva__authorBio{color:var(--muted);margin-bottom:1rem;font-size:.88rem;line-height:1.65}.Recipe-module__ym3Yva__authorCredential{color:var(--primary);font-size:.75rem;font-weight:700;font-family:var(--font-sans);margin:0}@media (max-width:1024px){.Recipe-module__ym3Yva__header{flex-direction:column;gap:2.5rem}.Recipe-module__ym3Yva__imageWrapper{width:100%}.Recipe-module__ym3Yva__heroImg{box-shadow:12px 12px 0 var(--accent)}.Recipe-module__ym3Yva__body{flex-direction:column}.Recipe-module__ym3Yva__sidebar{width:100%;position:static}.Recipe-module__ym3Yva__authorityGrid{grid-template-columns:1fr}}@media (max-width:768px){.Recipe-module__ym3Yva__title{font-size:2.8rem}.Recipe-module__ym3Yva__meta{gap:2rem}}@media print{.Recipe-module__ym3Yva__breadcrumb,.Recipe-module__ym3Yva__shareRow,.Recipe-module__ym3Yva__sidebar{display:none!important}.Recipe-module__ym3Yva__recipePage{padding:0!important}.Recipe-module__ym3Yva__header,.Recipe-module__ym3Yva__body{flex-direction:column!important}.Recipe-module__ym3Yva__heroImg{box-shadow:none!important}}
