.blog-page{padding:80px 0;min-height:70vh;background-color:var(--cream)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.blog-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.blog-image{height:200px;overflow:hidden}.blog-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-content{padding:1.5rem}.blog-title{font-size:1.3rem;font-weight:600;margin-bottom:.75rem;color:#333;line-height:1.4}.blog-excerpt{color:#666;line-height:1.6;margin-bottom:1rem}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#f0f0f0;color:#666;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}.blog-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.blog-date{color:#999;font-size:.9rem}.blog-post-header{padding:80px 0 40px;background-color:var(--primary-green);color:var(--cream)}.blog-post-nav{margin-bottom:2rem}.back-link{color:var(--gold);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--cream)}.blog-post-image{margin-bottom:2rem;border-radius:15px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.2)}.blog-post-image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover}.blog-post-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.blog-post-info{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.post-date{font-size:1.1rem;opacity:.9}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-tags .tag{background:var(--gold);color:var(--text-dark)}.blog-post-content{padding:60px 0}.blog-post-article{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8;color:#333}.blog-post-article p{margin-bottom:1.5rem}.blog-post-article h2{font-size:1.8rem;font-weight:600;margin:2rem 0 1rem;color:#333}.blog-post-article h3{font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem;color:#333}.blog-post-footer{max-width:800px;margin:0 auto;padding-top:3rem;border-top:1px solid #eee}.blog-post-nav-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.blog-grid{grid-template-columns:1fr;gap:1.5rem}.blog-post-title{font-size:2rem}.blog-post-image img{height:250px}.blog-post-info{gap:1rem}.blog-post-nav-links{flex-direction:column;align-items:center}}@media (max-width:480px){.blog-page{padding:60px 0}.blog-post-header{padding:60px 0 30px}.blog-content{padding:1rem}.blog-title{font-size:1.2rem}}