@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400&family=Raleway:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Lora,Georgia,serif;font-size:1rem;line-height:1.8;color:#333;background:#f4f4f4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Raleway,Helvetica Neue,sans-serif;font-weight:400;letter-spacing:.05em;text-transform:uppercase;color:#333;line-height:1.3;margin-bottom:.75rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}h5{font-size:1rem;font-weight:600}a{color:#7c5279;text-decoration:none;transition:color .2s ease}a:hover{color:#8cb83d}p{margin-bottom:1.25rem}blockquote{border-left:3px solid #8cb83d;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic;background:#fafafa;color:#555}img{max-width:100%;height:auto;display:block}ul,ol{margin:0 0 1.25rem 1.5rem}li{margin-bottom:.4rem}hr{border:none;border-top:1px solid #ddd;margin:2rem 0}.site-wrapper{max-width:1200px;margin:0 auto;background:#fff}.site-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.site-header{text-align:center;padding:2rem 1rem;background:#fff;border-bottom:1px solid #eee}.site-header .logo img{max-width:500px;width:100%;margin:0 auto}.site-header .tagline{font-family:Raleway,sans-serif;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:#999;margin-top:.5rem}.site-nav{background:#fffffff7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid #eee;border-bottom:1px solid #eee;text-align:center;padding:0;position:sticky;top:0;z-index:100;transition:box-shadow .3s ease}.site-nav .nav-logo{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;transition:opacity .35s ease}.site-nav .nav-logo img{height:28px;width:auto}.site-nav.stuck{box-shadow:0 2px 16px #00000014;border-top-color:transparent}.site-nav.stuck .nav-logo{opacity:1;pointer-events:auto}.site-nav ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap}.site-nav li{margin:0}.site-nav a{display:block;padding:.9rem 1.25rem;font-family:Raleway,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#333;transition:color .2s,background .2s}.site-nav a:hover,.site-nav a.active{color:#7c5279}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.75rem;position:absolute;left:.75rem;top:12px;z-index:10}.nav-toggle-bar{display:block;width:20px;height:1.5px;background:#444;margin:4.5px 0;border-radius:1px;transition:transform .3s ease,opacity .2s ease;transform-origin:center}.nav-toggle.open .nav-toggle-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle.open .nav-toggle-bar:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle.open .nav-toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-backdrop{display:none;position:fixed;inset:0;background:#00000026;z-index:99;opacity:0;transition:opacity .3s ease}.nav-backdrop.visible{opacity:1}.content-sidebar-wrap{display:grid;grid-template-columns:1fr 340px;gap:3rem;padding:2.5rem 2rem;max-width:1200px;margin:0 auto}.content-area{min-width:0}.post-card{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #eee;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.post-card.visible{opacity:1;transform:translateY(0)}.post-card:last-child{border-bottom:none}.post-card .featured-image{display:block;margin-bottom:1.5rem;overflow:hidden;border-radius:2px;height:300px}.post-card .featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;will-change:transform}.post-card .featured-image:hover img{transform:scale(1.03)}.post-card .post-meta{font-family:Raleway,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#999;margin-bottom:.5rem}.post-card .post-meta .category-link{color:#7c5279}.post-card h2{font-size:1.5rem;margin-bottom:.75rem}.post-card h2 a{color:#333}.post-card h2 a:hover{color:#7c5279}.post-card .excerpt{color:#555;font-size:.95rem;line-height:1.9}.read-more{display:inline-block;font-family:Raleway,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7c5279;border:1px solid #7c5279;padding:.6rem 1.5rem;margin-top:1rem;transition:background .2s,color .2s}.read-more:hover{background:#7c5279;color:#fff}.single-post .entry-header{text-align:center;margin-bottom:2rem}.single-post .entry-header .post-meta{font-family:Raleway,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#999;margin-bottom:.5rem}.single-post .entry-header h1{font-size:2rem;margin-bottom:.5rem}.single-post .featured-image{margin-bottom:2rem;overflow:hidden;border-radius:2px}.single-post .featured-image img{width:100%;max-height:500px;object-fit:cover;transition:transform .1s linear;will-change:transform}.single-post .entry-content{font-size:1rem;line-height:1.9}.single-post .entry-content img{margin:1.5rem auto;border-radius:2px}.single-post .entry-content h2,.single-post .entry-content h3,.single-post .entry-content h4,.single-post .entry-content h5{margin-top:2rem}.single-post .entry-content a{border-bottom:1px solid #d4b5d1}.single-post .entry-content a:hover{border-bottom-color:#8cb83d}.entry-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee;font-family:Raleway,sans-serif;font-size:.75rem;letter-spacing:.05em;color:#999}.entry-footer .label{font-weight:600;text-transform:uppercase;color:#666}.entry-footer a{color:#7c5279;margin-right:.5rem}.recipe-card{background:#faf9f7;border:1px solid #e8e3dd;border-radius:4px;padding:2rem;margin:2rem 0}.recipe-card h3{text-align:center;color:#7c5279;margin-bottom:1.5rem}.recipe-card .recipe-meta{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;font-family:Raleway,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.recipe-card .recipe-meta span{color:#999}.recipe-card .recipe-meta strong{color:#333}.recipe-card h4{font-size:.85rem;color:#7c5279;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e8e3dd}.recipe-card ul{list-style:none;margin-left:0}.recipe-card ul li:before{content:"•";color:#8cb83d;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.recipe-card ul li{padding-left:1em}.recipe-card ol li{margin-bottom:.75rem}.sidebar{font-size:.9rem}.sidebar .widget{margin-bottom:2.5rem}.sidebar .widget-title{font-family:Raleway,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#333;padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid #eee}.sidebar .about-widget{text-align:center}.sidebar .about-widget img{width:200px;height:200px;border-radius:50%;object-fit:cover;margin:0 auto 1rem}.sidebar .about-widget p{font-size:.85rem;color:#666;line-height:1.7}.sidebar .categories-widget ul{list-style:none;margin:0}.sidebar .categories-widget li{margin-bottom:.3rem}.sidebar .categories-widget a{font-family:Raleway,sans-serif;font-size:.8rem;letter-spacing:.03em;color:#555;display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px dotted #eee}.sidebar .categories-widget a:hover{color:#7c5279}.sidebar .categories-widget .count{color:#bbb;font-size:.75rem}.sidebar .popular-posts .popular-post{display:flex;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dotted #eee}.sidebar .popular-posts .popular-post:last-child{border-bottom:none}.sidebar .popular-posts .popular-post img{width:80px;height:80px;object-fit:cover;border-radius:2px;flex-shrink:0}.sidebar .popular-posts .popular-post-title{font-family:Raleway,sans-serif;font-size:.8rem;font-weight:500;line-height:1.4}.sidebar .popular-posts .popular-post-title a{color:#333}.sidebar .popular-posts .popular-post-title a:hover{color:#7c5279}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem 0;font-family:Raleway,sans-serif}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:.8rem;font-weight:500;border:1px solid #ddd;color:#555;transition:all .2s}.pagination a:hover,.pagination .current{background:#7c5279;color:#fff;border-color:#7c5279}.pagination .prev,.pagination .next{width:auto;padding:0 1rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.site-footer{text-align:center;padding:2rem;border-top:1px solid #eee;background:#fff;font-family:Raleway,sans-serif;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#999}.site-footer a{color:#7c5279}.category-header{text-align:center;padding:2rem 0;margin-bottom:1rem}.category-header h1{font-size:1.5rem}.category-header .category-description{color:#999;font-family:Raleway,sans-serif;font-size:.85rem}.search-widget input{width:100%;padding:.7rem 1rem;border:1px solid #ddd;font-family:Lora,serif;font-size:.85rem;outline:none;transition:border-color .2s}.search-widget input:focus{border-color:#7c5279}@media(max-width:900px){.content-sidebar-wrap{grid-template-columns:1fr;padding:1.5rem 1rem}.sidebar{border-top:1px solid #eee;padding-top:2rem}.site-nav{padding:0;min-height:48px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:sticky;top:0}.site-nav .nav-logo{position:static;display:flex;align-items:center;justify-content:center;opacity:1;pointer-events:auto;transform:none;padding:.75rem 0;flex-shrink:0}.site-nav .nav-logo img{height:26px;margin:0 auto}.nav-toggle{display:block;top:0;height:50px;transform:none}.nav-backdrop{display:block;pointer-events:none}.nav-backdrop.visible{pointer-events:auto}.site-nav ul{flex-direction:column;width:100%;padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,border-color .35s ease;border-top:1px solid transparent}.site-nav ul.open{max-height:400px;border-top-color:#eee}.site-nav a{padding:.7rem 1.25rem .7rem 1.5rem;text-align:left;border-left:3px solid transparent;transition:color .2s,background .2s,border-color .2s}.site-nav a:hover{background:#faf7fa;border-left-color:#d4b5d1}.site-nav a.active{background:#f9f5f9;border-left-color:#7c5279;color:#7c5279}.single-post .entry-header h1{font-size:1.5rem}}@media(max-width:600px){.site-header .logo img{max-width:300px}.post-card .featured-image img{height:200px}h1{font-size:1.4rem}h2{font-size:1.25rem}}
