.blog-page{max-width:1200px;margin:0 auto;padding:1.5rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{font-size:2.25rem;font-weight:800;margin-bottom:1.5rem;color:#2d1810;letter-spacing:-.02em}@media(max-width:768px){.blog-header h1{font-size:1.875rem}}.blog-header p{font-size:1.125rem;color:#5d4037;max-width:600px;margin:0 auto;line-height:1.6}.blog-posts{margin-bottom:4rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:1.5rem;gap:1.5rem}.blog-post-card{background-color:#fff;border-radius:.375rem;transition:all .2s ease-in-out;border:1px solid #d0d0d0;box-shadow:0 1px 3px rgba(45,24,16,.08)}.blog-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.12)}.post-link{display:block;padding:1.5rem;text-decoration:none;color:inherit}.post-meta{display:flex;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;flex-wrap:wrap}.post-meta .post-category{background:#e07a5f;color:#fff;padding:.25rem .5rem;border-radius:12px;font-weight:500}.post-meta .post-date,.post-meta .post-read-time{color:#8d6e63}.post-title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:#2d1810;line-height:1.4}.post-excerpt{font-size:16px;color:#5d4037;margin:0 0 1rem;line-height:1.6}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tag{background:#fefefe;color:#8d6e63;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;border:1px solid #ede0d0}.blog-categories{margin-bottom:4rem}.blog-categories h2{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#2d1810;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.category-card{background-color:#fff;padding:1.5rem;border-radius:.375rem;border:1px solid #d0d0d0;box-shadow:0 1px 3px rgba(45,24,16,.08);text-decoration:none;color:inherit;transition:all .2s ease-in-out;text-align:center}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.12)}.category-card h3{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:#9caf88}.category-card p{font-size:16px;color:#5d4037;margin:0;line-height:1.5}@media(max-width:768px){.blog-page{padding:1rem}.blog-header h1{font-size:1.5rem}.categories-grid,.posts-grid{grid-template-columns:1fr}.category-card,.post-link{padding:1rem}.post-meta{flex-direction:column;gap:.5rem}}