@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,700;1,400&family=Open+Sans:wght@400;600;700&display=swap";:root{--primary-green: #2d5a27;--accent-lime: #84cc16;--terracotta: #c05621;--text-dark: #1f2937;--text-light: #6b7280;--bg-pattern: #f9fafb;--white: #ffffff;--light-green: #f0fdf4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,sans-serif;background-color:var(--bg-pattern);color:var(--text-dark);line-height:1.6}a{text-decoration:none;color:inherit;transition:color .2s}img{max-width:100%;height:auto;display:block}main{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Merriweather,serif;color:var(--text-dark);line-height:1.3}h1{font-size:2.5rem;margin-bottom:1.5rem}h2{font-size:2rem;margin-bottom:1.25rem;color:var(--primary-green)}h3{font-size:1.5rem;margin-bottom:1rem}p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-light)}header{background:var(--white);border-bottom:2px solid #e5e7eb;margin-bottom:3rem}header h2{font-family:Merriweather,serif;font-weight:700;font-size:1.8rem;color:var(--text-dark);display:flex;align-items:center;gap:10px;margin:0;padding:1.5rem 0}header h2:before{content:"🌿";font-size:1.5rem}header nav{padding:1rem 0;border-top:1px solid #e5e7eb}header nav a{text-transform:uppercase;font-size:.85rem;font-weight:700;letter-spacing:.5px;color:var(--text-dark);margin-right:2rem}header nav a:hover{color:var(--primary-green)}ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}ul li{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .2s}ul li:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0000001a}ul li a{display:block;padding:1.5rem}ul li .title{font-family:Merriweather,serif;font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem;line-height:1.4}ul li .title:hover{color:var(--primary-green)}ul li .date{font-size:.85rem;color:var(--terracotta);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.prose{background:var(--white);padding:3rem;border-radius:8px;box-shadow:0 2px 10px #00000008;max-width:800px;margin:0 auto 4rem}.prose h1{font-family:Merriweather,serif;font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem}.prose h2{font-family:Merriweather,serif;font-size:1.8rem;color:var(--primary-green);margin-top:2.5rem;margin-bottom:1rem}.prose h3{font-family:Merriweather,serif;font-size:1.4rem;color:var(--text-dark);margin-top:2rem;margin-bottom:.75rem}.prose p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-light)}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:2rem;font-size:1.1rem;color:var(--text-light)}.prose li{margin-bottom:.75rem}.prose blockquote{border-left:4px solid var(--accent-lime);padding:1.5rem 2rem;font-family:Merriweather,serif;font-style:italic;font-size:1.25rem;color:#374151;background:#fcfcfc;margin:2rem 0;border-radius:0 8px 8px 0}.prose code{background-color:var(--light-green);padding:2px 6px;border-radius:4px;font-size:.95em;color:var(--primary-green)}.prose pre{background-color:#1f2937;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.prose pre code{background:none;color:#d1d5db;padding:0}.prose img{border-radius:8px;margin:2rem 0}.prose a{color:var(--primary-green);font-weight:600;text-decoration:underline}.prose a:hover{color:var(--terracotta)}.date{color:var(--terracotta);font-weight:700;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px;display:block;margin-bottom:1rem}.last-updated-on{font-style:italic;color:var(--text-light);font-size:.9rem}footer{background-color:#1f2937;color:#d1d5db;padding:3rem 0 1.5rem;text-align:center;margin-top:5rem}footer p{font-size:.9rem;color:#9ca3af;margin:0}footer a{color:var(--accent-lime);font-weight:600}footer a:hover{color:var(--white)}@media(max-width:900px){ul{grid-template-columns:1fr}.prose{padding:2rem}h1{font-size:2rem}h2{font-size:1.6rem}}@media(max-width:600px){header h2{font-size:1.5rem}header nav a{display:block;margin:.5rem 0}.prose{padding:1.5rem}}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.intro-section{text-align:center;max-width:800px;margin:60px auto}.intro-title{font-family:Merriweather,serif;font-size:2rem;color:var(--primary-green);margin-bottom:20px}.intro-text{font-size:1.1rem;line-height:1.8;color:var(--text-light)}.content-wrapper{display:grid;grid-template-columns:2.5fr 1fr;gap:40px;margin-bottom:80px}.blog-feed-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.article-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #00000005;transition:transform .2s}.article-card:hover{transform:translateY(-5px)}.article-img-box{height:220px;background-color:#eee;overflow:hidden}.article-img-box img{width:100%;height:100%;object-fit:cover}.article-body{padding:20px}.article-tags{font-size:.75rem;color:var(--terracotta);font-weight:700;text-transform:uppercase;margin-bottom:10px}.article-title{font-family:Merriweather,serif;font-size:1.25rem;font-weight:700;margin-bottom:12px;line-height:1.4;color:var(--text-dark)}.article-excerpt{font-size:.9rem;color:var(--text-light);margin-bottom:15px;line-height:1.6}.sidebar-widget{background:var(--white);padding:30px;margin-bottom:30px;border-radius:8px;border:1px solid #e5e7eb}.about-widget{text-align:center}.widget-title{font-size:1rem;font-weight:700;border-bottom:2px solid var(--primary-green);padding-bottom:10px;margin-bottom:20px;display:inline-block}.sidebar-list-item{display:flex;gap:15px;margin-bottom:20px;border-bottom:1px solid #f3f4f6;padding-bottom:20px}.sidebar-list-item:last-child{border:none;margin-bottom:0}.small-thumb{width:80px;height:60px;border-radius:4px;flex-shrink:0;background:#ddd;overflow:hidden}.small-title{font-size:.9rem;font-weight:600;line-height:1.4;color:var(--text-dark)}.small-title:hover{color:var(--terracotta)}@media(max-width:900px){.content-wrapper,.blog-feed-grid{grid-template-columns:1fr}}.trust-hero-section{background-color:var(--light-green);padding:80px 20px;width:100%;text-align:center;margin-bottom:80px;border-top:1px solid #dcfce7;border-bottom:1px solid #dcfce7}.trust-container{max-width:1000px;margin:0 auto}.trust-header{margin-bottom:60px}.trust-title{font-family:Merriweather,serif;font-size:2.5rem;color:var(--primary-green);margin-bottom:20px}.trust-desc{font-size:1.1rem;color:var(--text-dark);line-height:1.8;max-width:700px;margin:0 auto}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.trust-item{padding:20px;transition:transform .3s}.trust-item:hover{transform:translateY(-5px)}.trust-icon-box{width:80px;height:80px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;color:var(--terracotta);box-shadow:0 4px 10px #0000000d}.trust-item h3{font-family:Merriweather,serif;font-size:1.3rem;color:var(--primary-green);margin-bottom:15px}.trust-item p{font-size:.95rem;color:var(--text-light);line-height:1.6}.site-footer{background-color:#1f2937;color:#d1d5db;padding:60px 0 20px;text-align:center}.footer-logo{font-family:Merriweather,serif;font-size:1.8rem;color:var(--white);font-weight:700;margin-bottom:20px;display:inline-block}.footer-about{max-width:600px;margin:0 auto 40px;font-size:.95rem;line-height:1.6;color:#9ca3af}.footer-nav{margin-bottom:50px}.footer-nav a{color:var(--white);font-weight:600;font-size:.9rem;margin:0 15px;text-transform:uppercase;letter-spacing:1px;display:inline-block}.footer-nav a:hover{color:var(--accent-lime)}.footer-bottom{border-top:1px solid #374151;padding-top:20px;font-size:.85rem;color:#6b7280}@media(max-width:768px){.trust-title{font-size:2rem}.footer-nav a{display:block;margin:15px 0}}.archive-header{background-color:var(--primary-green);color:var(--white);padding:60px 0;text-align:center;margin-bottom:60px;background-image:linear-gradient(#2d5a27e6,#2d5a27e6);background-size:cover}.archive-title{font-family:Merriweather,serif;font-size:2.5rem;margin-bottom:15px}.archive-desc{font-size:1.1rem;max-width:600px;margin:0 auto;opacity:.9}.breadcrumbs{font-size:.85rem;color:#d1d5db;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px}.breadcrumbs a{color:var(--white);font-weight:700}.breadcrumbs span{margin:0 10px}.page-layout{display:grid;grid-template-columns:3fr 1fr;gap:40px;margin-bottom:80px}.archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:30px}.post-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .2s}.post-card:hover{transform:translateY(-5px)}.card-img{height:180px;background:#eee;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:20px}.card-meta{font-size:.7rem;color:var(--terracotta);font-weight:700;text-transform:uppercase;margin-bottom:8px}.card-title{font-family:Merriweather,serif;font-size:1.1rem;font-weight:700;margin-bottom:10px;line-height:1.3;color:var(--text-dark)}.card-excerpt{font-size:.85rem;color:var(--text-light);line-height:1.6;margin-bottom:15px}.read-more{font-size:.8rem;font-weight:700;color:var(--primary-green);text-transform:uppercase}.pagination{margin-top:50px;text-align:center}.page-numbers{display:inline-block;padding:10px 15px;border:1px solid #ddd;border-radius:4px;margin:0 5px;font-weight:600;color:var(--text-dark)}.page-numbers.current{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.page-numbers:hover:not(.current){background:#f3f4f6}.widget{background:var(--white);padding:25px;border-radius:8px;margin-bottom:30px;border:1px solid #eee}.cat-list{list-style:none}.cat-list li{margin-bottom:12px;border-bottom:1px solid #f3f4f6;padding-bottom:12px}.cat-list li:last-child{border:none;padding-bottom:0}.cat-list a{display:flex;justify-content:space-between;font-size:.95rem;font-weight:600;color:#4b5563}.cat-list a:hover{color:var(--terracotta)}.count{background:#f3f4f6;padding:2px 8px;border-radius:12px;font-size:.75rem;color:#888}@media(max-width:900px){.page-layout{grid-template-columns:1fr}.archive-title{font-size:2rem}}.post-header-wrap{text-align:center;padding:60px 0 40px;max-width:800px;margin:0 auto}.entry-title{font-family:Merriweather,serif;font-size:2.5rem;line-height:1.2;margin-bottom:20px;color:var(--text-dark)}.entry-meta{font-size:.9rem;color:#6b7280;display:flex;justify-content:center;gap:20px;align-items:center}.entry-meta i{color:var(--terracotta);margin-right:5px}.single-layout{display:grid;grid-template-columns:2.5fr 1fr;gap:60px;margin-bottom:80px}.article-content{background:var(--white);padding:40px;border-radius:8px;box-shadow:0 2px 10px #00000008}.featured-image{width:100%;height:450px;border-radius:8px;margin-bottom:40px;background-color:#ddd;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:cover}.article-content p{font-size:1.125rem;line-height:1.8;margin-bottom:25px;color:var(--text-light)}.article-content h2{font-family:Merriweather,serif;font-size:1.8rem;color:var(--primary-green);margin-top:40px;margin-bottom:20px}.article-content h3{font-family:Merriweather,serif;font-size:1.4rem;color:var(--text-dark);margin-top:30px;margin-bottom:15px}.article-content ul,.article-content ol{margin-bottom:25px;padding-left:20px;font-size:1.1rem;color:var(--text-light)}.article-content li{margin-bottom:10px}.article-content blockquote{border-left:4px solid var(--accent-lime);padding:20px 30px;font-family:Merriweather,serif;font-style:italic;font-size:1.25rem;color:#374151;background:#fcfcfc;margin:35px 0;border-radius:0 8px 8px 0}.sidebar-sticky{position:sticky;top:20px}.suggested-post{display:flex;gap:15px;margin-bottom:20px;border-bottom:1px solid #f3f4f6;padding-bottom:20px}.suggested-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.suggested-thumb{width:80px;height:80px;border-radius:4px;flex-shrink:0;overflow:hidden;background:#ddd}.suggested-thumb img{width:100%;height:100%;object-fit:cover}.suggested-title{font-size:.95rem;font-weight:700;line-height:1.4;color:var(--text-dark);margin-bottom:5px;display:block}.suggested-title:hover{color:var(--primary-green)}.suggested-date{font-size:.75rem;color:#9ca3af}@media(max-width:900px){.single-layout{grid-template-columns:1fr}.entry-title{font-size:2rem}.article-content{padding:20px}.featured-image{height:250px}}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}
