@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Nunito:wght@400;500;600;700&family=Caveat:wght@500;600;700&display=swap");:root{--primary:#e63946;--primary-light:#ff6b6b;--primary-dark:#c1121f;--primary-glow:rgba(230,57,70,.15);--secondary:#f4a261;--secondary-light:#f9c784;--secondary-dark:#e76f51;--accent-gold:#dda15e;--accent-cream:#fefae0;--accent-berry:#a8336b;--accent-mint:#2a9d8f;--bg-primary:#fffbf5;--bg-secondary:#fff5eb;--bg-card:#fff;--bg-warm:linear-gradient(135deg,#fff5eb,#fffbf5);--bg-hero:linear-gradient(180deg,#fff5eb,#fffbf5 50%,#fff);--text-primary:#2b2d42;--text-secondary:#5c5c6d;--text-muted:#8d8d9b;--text-light:#fff;--border-light:#f0e6db;--border-card:rgba(230,57,70,.1);--shadow-sm:0 2px 4px rgba(43,45,66,.04);--shadow-md:0 4px 12px rgba(43,45,66,.08);--shadow-lg:0 8px 24px rgba(43,45,66,.1);--shadow-xl:0 16px 48px rgba(43,45,66,.12);--shadow-glow:0 8px 32px rgba(230,57,70,.15);--shadow-card:0 4px 20px rgba(230,57,70,.08);--font-display:"Playfair Display",serif;--font-body:"Nunito",sans-serif;--font-accent:"Caveat",cursive;--container-max:1200px;--container-padding:1.5rem;--transition-fast:150ms ease;--transition-base:300ms cubic-bezier(0.4,0,0.2,1);--transition-slow:500ms cubic-bezier(0.4,0,0.2,1);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-full:9999px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.7;background:var(--bg-primary);min-height:100vh}body,h1,h2,h3,h4,h5,h6{color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.25}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.375rem,3vw,1.875rem)}h4{font-size:1.375rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,251,245,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);transition:all var(--transition-base)}.header-inner{justify-content:space-between;height:80px;gap:2rem}.header-inner,.logo{display:flex;align-items:center}.logo{gap:.75rem;text-decoration:none}.logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:var(--shadow-md)}.logo-text{display:flex;flex-direction:column}.logo-text span:first-child{font-family:var(--font-display);font-weight:700;font-size:1.375rem;color:var(--text-primary);line-height:1.1}.logo-text span:last-child{font-family:var(--font-accent);font-size:1rem;color:var(--primary);line-height:1}.nav{display:flex;align-items:center;gap:.25rem}.nav-link{padding:.625rem 1.125rem;font-weight:600;font-size:.9375rem;color:var(--text-secondary);border-radius:var(--radius-full);transition:all var(--transition-fast);position:relative}.nav-link.active,.nav-link:hover{color:var(--primary);background:var(--primary-glow)}.mobile-menu-btn{display:none;width:44px;height:44px;align-items:center;justify-content:center;border:none;background:var(--bg-secondary);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer}@media (max-width:768px){.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-lg)}.mobile-menu-btn,.nav.open{display:flex}}.hero{position:relative;padding:4rem 0 5rem;background:var(--bg-hero);overflow:hidden}.hero:before{top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(230,57,70,.08) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%}.hero:after{bottom:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(244,162,97,.08) 0,transparent 70%)}.hero-content{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:900px){.hero-content{grid-template-columns:1fr;text-align:center}}.hero-text{position:relative}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--primary);box-shadow:var(--shadow-md);margin-bottom:1.5rem;border:1px solid var(--primary-glow)}.hero h1{margin-bottom:1.25rem;color:var(--text-primary)}.hero h1 span{color:var(--primary);position:relative}.hero h1 span:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:8px;background:var(--secondary);opacity:.3;border-radius:var(--radius-full);z-index:-1}.hero-description{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.8}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}@media (max-width:900px){.hero-stats{justify-content:center}}.hero-stat{text-align:center}.hero-stat-icon{width:48px;height:48px;background:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin:0 auto .5rem;box-shadow:var(--shadow-sm)}.hero-stat-value{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-primary)}.hero-stat-label{font-size:.8125rem;color:var(--text-muted)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width:900px){.hero-buttons{justify-content:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body);font-size:1rem;font-weight:600;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all var(--transition-base)}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 16px rgba(230,57,70,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(230,57,70,.4);color:#fff}.btn-secondary{background:#fff;color:var(--text-primary);border:2px solid var(--border-light)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.hero-image{position:relative}.hero-image-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.hero-image-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.1));z-index:1}.hero-image-wrapper img{width:100%;aspect-ratio:4/3;object-fit:cover}.hero-image-badge{position:absolute;bottom:1.5rem;left:1.5rem;z-index:2;background:#fff;padding:.75rem 1.25rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.hero-image-badge span{font-family:var(--font-accent);font-size:1.25rem;color:var(--primary)}.hero-decoration{position:absolute;font-size:3rem;opacity:.1;pointer-events:none}.hero-decoration-1{top:10%;right:5%}.hero-decoration-2{bottom:20%;left:3%}.hero-decoration-3{top:40%;right:15%}.recipe-info-section{padding:4rem 0;background:#fff}.recipe-info-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:900px){.recipe-info-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.recipe-info-grid{grid-template-columns:1fr}}.recipe-info-card{background:var(--bg-secondary);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;transition:all var(--transition-base);border:1px solid transparent}.recipe-info-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-glow)}.recipe-info-icon{width:56px;height:56px;background:#fff;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1rem;box-shadow:var(--shadow-sm)}.recipe-info-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.recipe-info-label{font-size:.875rem;color:var(--text-muted)}.section{padding:5rem 0}.section-header{text-align:center;max-width:600px;margin:0 auto 3rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:var(--primary-glow);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.05em}.section-badge,.section-title{margin-bottom:1rem}.section-description{color:var(--text-secondary);font-size:1.0625rem}.steps-section{background:var(--bg-secondary)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (max-width:900px){.steps-grid{grid-template-columns:1fr}}.step-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;position:relative;transition:all var(--transition-base);border:2px solid transparent}.step-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary)}.step-number{position:absolute;top:-16px;left:2rem;width:40px;height:40px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:#fff;box-shadow:var(--shadow-md)}.step-icon{font-size:2.5rem;margin-bottom:1rem}.step-card h3{font-size:1.25rem;margin-bottom:.75rem}.step-card p{font-size:.9375rem;color:var(--text-secondary);margin:0;line-height:1.7}.guides-section{background:#fff}.guides-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (max-width:900px){.guides-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.guides-grid{grid-template-columns:1fr}}.post-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all var(--transition-base)}.post-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-glow)}.post-card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--bg-secondary)}.post-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.post-card:hover .post-card-image img{transform:scale(1.05)}.post-card-body{padding:1.5rem}.post-card-category{display:inline-block;padding:.25rem .75rem;background:var(--primary-glow);border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem}.post-card h3{font-size:1.125rem;margin-bottom:.75rem;line-height:1.4}.post-card h3 a{color:var(--text-primary)}.post-card h3 a:hover{color:var(--primary)}.post-card-excerpt{font-size:.9375rem;color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.post-card-footer{display:flex;align-items:center;justify-content:space-between}.post-card-date{font-size:.8125rem;color:var(--text-muted)}.read-more{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--primary);transition:gap var(--transition-fast)}.read-more:hover{gap:.625rem}.single-post{padding:3rem 0}.post-header{max-width:800px;margin:0 auto 3rem;text-align:center}.post-header-category{display:inline-block;padding:.375rem 1rem;background:var(--primary-glow);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;color:var(--primary);margin-bottom:1.25rem}.post-header h1{margin-bottom:1.25rem}.post-header-meta{display:flex;align-items:center;justify-content:center;gap:2rem;color:var(--text-muted);font-size:.9375rem}.post-header-meta span{display:flex;align-items:center;gap:.5rem}.post-featured-image{max-width:900px;margin:0 auto 3rem;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl)}.post-featured-image img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-content{max-width:720px;margin:0 auto}.post-content h2{margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-light)}.post-content h3{margin-top:2rem;margin-bottom:.75rem;color:var(--primary-dark)}.post-content p{margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.85;color:var(--text-primary)}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.75rem;line-height:1.7}.post-content blockquote{margin:2rem 0;padding:1.5rem 2rem;background:var(--bg-secondary);border-left:4px solid var(--primary);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;font-size:1.125rem;color:var(--text-secondary)}.post-content img{border-radius:var(--radius-md);margin:2rem 0;box-shadow:var(--shadow-md)}.post-content a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.pro-tip{background:linear-gradient(135deg,var(--accent-cream) 0,#fff 100%);border:2px solid var(--secondary);border-radius:var(--radius-lg);padding:1.5rem;margin:2rem 0}.pro-tip h4{display:flex;align-items:center;gap:.5rem;color:var(--secondary-dark);margin-bottom:.75rem}.single-page{padding:4rem 0}.page-header{max-width:700px;margin:0 auto 3rem;text-align:center}.page-header h1{margin-bottom:1rem}.page-content{max-width:800px;margin:0 auto}.page-content h2{margin-top:2.5rem;margin-bottom:1rem}.page-content p{margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.blog-header{padding:4rem 0;background:var(--bg-secondary);text-align:center}.blog-header h1{margin-bottom:.75rem}.blog-header p{max-width:500px;margin:0 auto;color:var(--text-secondary)}.blog-section{padding:4rem 0}.faq-section{background:var(--bg-secondary)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:var(--radius-lg);margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow-sm)}.faq-question{width:100%;padding:1.25rem 1.5rem;background:#fff;border:none;text-align:left;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all var(--transition-fast)}.faq-question:hover{background:var(--bg-secondary)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--text-secondary);line-height:1.7}.newsletter-section{padding:5rem 0;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;top:-50%;right:-10%;width:50%;height:200%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%)}.newsletter-content{position:relative;max-width:600px;margin:0 auto;text-align:center;color:#fff}.newsletter-content h2{color:#fff;margin-bottom:1rem}.newsletter-content p{color:hsla(0,0%,100%,.9);margin-bottom:2rem;font-size:1.0625rem}.newsletter-form{display:flex;gap:.75rem;max-width:450px;margin:0 auto}@media (max-width:500px){.newsletter-form{flex-direction:column}}.newsletter-form input{flex:1 1;padding:1rem 1.5rem;font-family:var(--font-body)}.newsletter-form button,.newsletter-form input{border:none;border-radius:var(--radius-full);font-size:1rem}.newsletter-form button{padding:1rem 2rem;background:#fff;font-weight:600;color:var(--primary);cursor:pointer;transition:all var(--transition-fast)}.newsletter-form button:hover{transform:scale(1.05)}.footer{background:var(--text-primary);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}@media (max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.footer-grid{grid-template-columns:1fr}}.footer-brand{max-width:280px}.footer-logo{gap:.75rem;margin-bottom:1rem}.footer-logo,.footer-logo-icon{display:flex;align-items:center}.footer-logo-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:var(--radius-md);justify-content:center;font-size:1.25rem}.footer-logo span{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:#fff}.footer-brand p{color:hsla(0,0%,100%,.7);font-size:.9375rem;line-height:1.7}.footer-column h5{color:#fff;font-family:var(--font-body);font-size:1rem;font-weight:700;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:hsla(0,0%,100%,.7);font-size:.9375rem;transition:color var(--transition-fast)}.footer-links a:hover{color:var(--secondary)}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:hsla(0,0%,100%,.6);font-size:.875rem;margin:0}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);border-radius:var(--radius-md);color:#fff;transition:all var(--transition-fast)}.footer-social a:hover{background:var(--primary);transform:translateY(-2px)}.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 0}.error-content h1{font-size:8rem;color:var(--primary);line-height:1}.error-content h1,.error-content h2{margin-bottom:1rem}.error-content p{max-width:400px;margin:0 auto 2rem}.skeleton{background:linear-gradient(90deg,var(--bg-secondary) 25%,#fff 50%,var(--bg-secondary) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:fadeIn .6s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.no-posts{text-align:center;padding:4rem 2rem;background:var(--bg-secondary);border-radius:var(--radius-xl)}.no-posts h3{margin-bottom:.5rem}.no-posts p{color:var(--text-secondary)}.placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-glow) 0,var(--bg-secondary) 100%);display:flex;align-items:center;justify-content:center;font-size:3rem}