@font-face{font-family:Merriweather;src:url(/fonts/merriweather-latin-400-normal.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Merriweather;src:url(/fonts/merriweather-latin-400-italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Merriweather;src:url(/fonts/merriweather-latin-700-normal.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-600: #16a34a;--green-700: #15803d;--green-50: #f0fdf4;--gray-900: #111827;--gray-700: #374151;--gray-500: #6b7280;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--white: #ffffff;--font-serif: "Merriweather", Georgia, serif;--font-sans: system-ui, -apple-system, sans-serif;--max-w: 1200px;--radius: 8px}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--gray-900);background:var(--white);line-height:1.6}a{color:var(--green-600);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:1.25rem}.site-header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000f}.site-header .container{display:flex;align-items:center;gap:2rem;height:64px}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--green-700);white-space:nowrap;text-decoration:none}.logo-icon{font-size:1.5rem}.main-nav{margin-left:auto}.main-nav ul{display:flex;gap:1.5rem;list-style:none}.main-nav a{font-weight:500;color:var(--gray-700);font-size:.95rem}.main-nav a:hover,.main-nav a.active{color:var(--green-600);text-decoration:none}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}.nav-toggle span{display:block;width:24px;height:2px;background:var(--gray-700);border-radius:2px}.content-wrap{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;max-width:var(--max-w);margin-inline:auto;padding:2rem 1.25rem;align-items:start}.post-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.post-card:hover{box-shadow:0 4px 16px #00000014}.post-card__image-wrap img{width:100%;aspect-ratio:16/9;object-fit:cover}.post-card__body{padding:1.25rem}.post-card__cats{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.cat-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--green-700);background:var(--green-50);padding:.2rem .6rem;border-radius:99px;text-decoration:none}.cat-badge:hover{background:var(--green-600);color:var(--white);text-decoration:none}.post-card__title{font-family:var(--font-serif);font-size:1.2rem;margin-bottom:.5rem}.post-card__title a{color:var(--gray-900)}.post-card__title a:hover{color:var(--green-600);text-decoration:none}.post-card__excerpt{color:var(--gray-700);font-size:.9rem;margin-bottom:1rem}.post-card__excerpt p{margin:0}.post-card__meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--gray-500)}.read-more{color:var(--green-600);font-weight:600}.post-card--featured .post-card__title{font-size:1.6rem}.cat-card{display:flex;flex-direction:row;align-items:stretch;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.cat-card:hover{box-shadow:0 4px 16px #00000014}.cat-card__image-wrap{flex-shrink:0;width:280px;background:var(--white);display:flex;align-items:center;justify-content:center;padding:1rem;border-right:1px solid var(--gray-200)}.cat-card__image-wrap img{width:100%;height:200px;object-fit:contain;display:block}.cat-card__no-image{width:100%;height:200px;background:var(--gray-100)}.cat-card__body{padding:1.5rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.cat-card__title{font-family:var(--font-serif);font-size:1.2rem;line-height:1.35;margin:0}.cat-card__title a{color:var(--gray-900)}.cat-card__title a:hover{color:var(--green-600);text-decoration:none}.cat-card__excerpt{font-size:.9rem;color:var(--gray-700);line-height:1.6}.cat-card__excerpt p{margin:0}@media(max-width:640px){.cat-card{flex-direction:column}.cat-card__image-wrap{width:100%;border-right:none;border-bottom:1px solid var(--gray-200)}}.post-grid{display:grid;gap:1.5rem}.post-grid--featured,.post-grid--list{grid-template-columns:1fr}.post-grid--2col{grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.post-grid--horizontal{grid-template-columns:1fr}.post-card--horizontal{display:flex;flex-direction:row;align-items:stretch}.post-card--horizontal .post-card__image-wrap{flex-shrink:0;width:200px}.post-card--horizontal .post-card__image-wrap img{width:200px;height:100%;aspect-ratio:unset;object-fit:cover}.post-card--horizontal .post-card__body{display:flex;flex-direction:column;justify-content:center}.post-card--horizontal .post-card__title{font-size:1rem}.post-card--horizontal .post-card__excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:640px){.post-grid--2col{grid-template-columns:1fr}.post-card--horizontal{flex-direction:column}.post-card--horizontal .post-card__image-wrap,.post-card--horizontal .post-card__image-wrap img{width:100%;height:auto}}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.widget{background:var(--gray-100);border-radius:var(--radius);padding:1.25rem}.widget-title{font-family:var(--font-serif);font-size:1.05rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--green-600)}.widget-search .search-wrap{display:flex;gap:.5rem}.widget-search input{flex:1;padding:.5rem .75rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.9rem;background:var(--white)}.widget-search button{background:var(--green-600);color:var(--white);border:none;border-radius:var(--radius);padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center}.widget-search button:hover{background:var(--green-700)}.widget-categories ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.widget-categories a{display:flex;justify-content:space-between;align-items:center;color:var(--gray-700);font-size:.9rem}.widget-categories a:hover{color:var(--green-600);text-decoration:none}.cat-count{font-size:.8rem;background:var(--gray-200);padding:.1rem .45rem;border-radius:99px;color:var(--gray-500)}.widget-recent ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.recent-post-link{display:flex;gap:.75rem;align-items:center;color:var(--gray-900)}.recent-post-link:hover{text-decoration:none;color:var(--green-600)}.recent-post-link img{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.recent-post-title{display:block;font-size:.88rem;font-weight:600;line-height:1.3;margin-bottom:.2rem}.recent-post-link time{font-size:.78rem;color:var(--gray-500)}.widget-about .about-sitename{font-weight:700;font-size:1rem;margin-bottom:.5rem;color:var(--gray-900)}.widget-about .about-desc{font-size:.88rem;color:var(--gray-700);line-height:1.6}.widget-banner{padding:0;background:none}.widget-banner a{display:block}.widget-banner img{width:100%;height:auto;border-radius:var(--radius);display:block;transition:opacity .2s}.widget-banner a:hover img{opacity:.9}.widget-cta .cta-box{text-align:center}.widget-cta p{font-size:.9rem;font-weight:600;margin-bottom:.75rem}.btn-cta{display:inline-block;background:#f90;color:var(--white);font-weight:700;padding:.6rem 1.25rem;border-radius:var(--radius);font-size:.9rem;text-decoration:none}.btn-cta:hover{background:#e88a00;text-decoration:none}.post-content .aligncenter,.post-content figure.aligncenter,.post-content .wp-block-image.aligncenter{display:block;margin-left:auto!important;margin-right:auto!important;text-align:center}.post-content img.aligncenter{display:block;margin:1.5rem auto!important}.post-content .has-text-align-center img,.post-content figure.aligncenter img,.post-content .wp-block-image.aligncenter img{margin-left:auto!important;margin-right:auto!important}.post-content .alignleft,.post-content .wp-block-image.alignleft{float:left;margin:0 1.5rem 1rem 0}.post-content .alignright,.post-content .wp-block-image.alignright{float:right;margin:0 0 1rem 1.5rem}.post-content .has-text-align-center{text-align:center}.post-content .has-text-align-left{text-align:left}.post-content .has-text-align-right{text-align:right}.post-content .wp-block-image{margin:1.5rem 0}.post-content .wp-block-image img{border-radius:var(--radius);height:auto}.post-content .wp-block-image figcaption{font-size:.82rem;color:var(--gray-500);text-align:center;margin-top:.4rem}.post-content .wp-block-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.post-content .wp-block-buttons.is-content-justification-center{justify-content:center}.post-content .wp-block-button__link{display:inline-block;background:var(--green-600);color:var(--white)!important;font-weight:700;padding:.6rem 1.5rem;border-radius:var(--radius);text-decoration:none!important;font-family:var(--font-sans);font-size:.95rem}.post-content .wp-block-button__link:hover{background:var(--green-700)}.post-content a[href*="amazon.com"],.post-content a[href*="amzn.to"]{color:var(--green-600);font-weight:700}.post-content:after{content:"";display:table;clear:both}.post-hero{margin-bottom:2rem}.post-hero img{width:100%;max-height:600px;object-fit:contain;border-radius:var(--radius);background:var(--white)}.post-header{margin-bottom:1.5rem}.post-header h1{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.25;margin-bottom:.75rem}.post-meta{font-size:.88rem;color:var(--gray-500);display:flex;gap:1rem;flex-wrap:wrap}.post-content{font-family:var(--font-serif);font-size:1.05rem;line-height:1.85;color:var(--gray-700)}.post-content h2,.post-content h3,.post-content h4{font-family:var(--font-serif);color:var(--gray-900);margin:2rem 0 .75rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.2rem}.post-content p{margin-bottom:1.25rem}.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.25rem}.post-content li{margin-bottom:.4rem}.post-content a{color:var(--green-600)}.post-content img{border-radius:var(--radius);margin:1.5rem 0;display:block}.post-content blockquote{border-left:4px solid var(--green-600);padding-left:1rem;margin:1.5rem 0;color:var(--gray-500);font-style:italic}.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-family:var(--font-sans);font-size:.9rem}.post-content th{background:var(--green-600);color:var(--white);padding:.6rem 1rem;text-align:left}.post-content td{padding:.6rem 1rem;border-bottom:1px solid var(--gray-200)}.post-content tr:nth-child(2n) td{background:var(--gray-100)}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.9rem;color:var(--gray-700)}.pagination a:hover{background:var(--green-50);color:var(--green-600);text-decoration:none;border-color:var(--green-600)}.pagination .current{background:var(--green-600);color:var(--white);border-color:var(--green-600)}.page-hero{background:var(--green-50);border-bottom:1px solid var(--gray-200);padding:3rem 1.25rem;text-align:center;margin-bottom:2rem}.page-hero h1{font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.8rem);color:var(--gray-900);margin-bottom:.5rem}.page-hero p{color:var(--gray-500);font-size:1.05rem}.site-footer{background:var(--gray-900);color:#6b7280;padding:1.25rem;margin-top:4rem;text-align:center;font-size:.82rem}.site-footer a{color:#9ca3af}.site-footer a:hover{color:var(--white)}@media(max-width:900px){.content-wrap{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.main-nav{position:fixed;inset:64px 0 0;background:var(--white);padding:1.5rem;transform:translate(100%);transition:transform .25s;display:block}.main-nav.open{transform:translate(0)}.main-nav ul{flex-direction:column;gap:1rem}.nav-toggle{display:flex;margin-left:auto}.footer-grid{grid-template-columns:1fr}}
