.blog-hero{position:relative;width:100%;height:600px;margin-bottom:1rem;overflow:hidden;border-radius:18px}.blog-hero-background{position:absolute;width:100%;height:100%}.blog-hero-image{width:100%;height:100%;object-fit:cover;object-position:top}.blog-hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.6));z-index:1}.blog-hero-content,.blog-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0}.blog-hero-content{z-index:2;padding:3rem;display:flex;flex-direction:column;justify-content:center}.blog-hero-text{max-width:500px;margin-left:auto;margin-right:0;background:rgba(0,0,0,.25);padding:1rem;border-radius:12px;backdrop-filter:blur(5px);cursor:pointer;text-decoration:none;display:block;transition:all .3s ease}.blog-hero-text:hover{background:rgba(0,0,0,.4);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3);text-decoration:none}.blog-hero-title{font-size:2.25rem;font-weight:700;color:var(--e-global-color-lightgreen);line-height:1.1;margin-bottom:.5rem;margin-top:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.blog-hero-excerpt,.blog-hero-title{font-family:Switzer,Arial,Helvetica,sans-serif}.blog-hero-excerpt{font-size:1rem;color:#ffffff;line-height:1.4;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.blog-hero-data{position:absolute;top:3rem;left:3rem;z-index:3}.blog-hero-data-box{background:var(--e-global-color-lightgreen);border-radius:8px;padding:1rem;margin-bottom:1rem;backdrop-filter:blur(10px)}.blog-hero-data-icon{font-size:1.5rem;margin-bottom:.5rem}.blog-hero-data-text{color:var(--e-global-color-dark-green)}.blog-hero-data-number{font-size:1.5rem;font-weight:700}.blog-hero-data-label,.blog-hero-data-number{font-family:Switzer,Arial,Helvetica,sans-serif;color:var(--e-global-color-dark-green)}.blog-hero-data-label{font-size:.875rem;opacity:.8}.blog-hero-newsletter{position:absolute;bottom:4rem;right:3rem;z-index:3;max-width:280px;width:280px}.blog-hero-newsletter-content{background:rgba(0,0,0,.8);border-radius:12px;padding:1rem;backdrop-filter:blur(10px);color:#ffffff}.blog-hero-newsletter-form{display:flex;flex-direction:column;gap:.75rem}.blog-hero-newsletter-input{width:100%;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.1);color:#ffffff;font-size:.875rem;box-sizing:border-box;outline:none;transition:border-color .2s}.blog-hero-newsletter-input::placeholder{color:rgba(255,255,255,.6)}.blog-hero-newsletter-input:focus{border-color:var(--e-global-color-lightgreen)}.blog-hero-newsletter-btn{width:100%;font-size:.875rem;padding:.75rem 1rem;border-radius:8px}.blog-hero-newsletter-error{color:#ef4444;font-size:.75rem;margin-top:.5rem}.blog-hero-newsletter-success{color:#10b981;font-size:.75rem;margin-top:.5rem}.blog-hero-yellow-bar{position:absolute;bottom:4rem;left:0;width:200px;height:4px;background:var(--e-global-color-lightgreen);z-index:3}.blog-hero-bottom-bar{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.8);padding:.75rem 2rem;z-index:3}.blog-hero-brand{font-family:Switzer,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.blog-hero-brand-link{text-decoration:none;color:inherit;transition:color .3s ease}.blog-hero-brand-link:hover{color:var(--e-global-color-lightgreen)}@media (max-width:1024px){.blog-hero{height:500px}.blog-hero-title{font-size:2rem}.blog-hero-excerpt{font-size:.9rem}.blog-hero-content{padding:2rem}.blog-hero-text{margin-right:0;padding:1.5rem}.blog-hero-data{top:2rem;left:2rem}.blog-hero-newsletter{bottom:3rem;right:2rem;max-width:260px}}@media (max-width:1050px) and (min-width:769px){.blog-hero-text{max-width:400px;padding:1.25rem}.blog-hero-title{font-size:1.875rem}.blog-hero-excerpt{font-size:.875rem}}@media (max-width:768px){.blog-hero{width:100vw;height:400px;left:50%;right:50%;margin:0 -50vw}.blog-hero,.blog-hero-background{border-radius:0}.blog-hero-content{padding:0;margin:0}.blog-hero-title{font-size:1.75rem}.blog-hero-excerpt{font-size:.875rem}.blog-hero-text{position:absolute;bottom:1rem;left:0;right:0;margin:0;padding:1.5rem;max-width:100%;border-radius:0}.blog-hero-data,.blog-hero-newsletter,.blog-hero-yellow-bar{display:none}}@media (max-width:480px){.blog-hero{width:100vw;height:350px;left:50%;right:50%;margin:0 -50vw}.blog-hero,.blog-hero-background{border-radius:0}.blog-hero-content{padding:0;margin:0}.blog-hero-title{font-size:1.5rem}.blog-hero-excerpt{font-size:.8rem}.blog-hero-text{position:absolute;bottom:1rem;left:0;right:0;margin:0;padding:1rem;max-width:100%;border-radius:0}.blog-hero-bottom-bar{padding:.5rem 1.5rem}.blog-hero-newsletter,.blog-hero-yellow-bar{display:none}}.blog-image-wrapper{position:relative;width:100%}.blog-image{display:block;width:100%;border-radius:18px}.blog-card-category-list{position:absolute;top:.1rem;left:.5rem;display:flex;flex-wrap:wrap;gap:.25em;z-index:2;max-width:calc(100% - 1rem);align-items:flex-start;width:calc(100% - 1rem);overflow-wrap:anywhere}.blog-card-category{background:rgba(24,24,24,.85);color:#fff;padding:.3em .8em;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 2px 10px 0 rgba(0,0,0,.18);margin-bottom:.3em;margin-right:.3em;backdrop-filter:blur(2.5px);white-space:normal;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;display:inline-block;word-break:break-word}.blog-date{color:#6b7280!important;font-size:.875rem;font-weight:500;letter-spacing:.025em;text-transform:uppercase;margin-top:.5rem}.blog-title{font-family:Switzer,Arial,Helvetica,sans-serif;font-weight:700;font-size:1.25rem;color:#1f2937;line-height:1;margin-bottom:.5rem;text-transform:none;margin-top:.25rem}.archivetitle{margin-top:calc(var(--space-4x) * 2)}@media (max-width:900px){.archivetitle{margin-top:var(--space-4x)}}@media (max-width:900px) and (min-width:601px){.blog-category-list{margin-top:2rem;margin-bottom:2rem;padding:0 1rem}}@media (max-width:600px){.blog-card-category-list{gap:.25em;width:100%;max-width:100%;left:0;right:0;top:.25rem;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.blog-card-category{font-size:.65rem!important;padding:.2em .6em!important;border-radius:1.2rem!important;max-width:100%;word-break:break-word;white-space:normal;overflow-wrap:break-word}.blog-category-list{flex-direction:column;gap:1rem;padding:1rem}.blog-category-buttons{width:100%;flex-wrap:wrap;gap:.5rem;justify-content:center}.blog-search-container{width:100%;order:2}.blog-search-input{width:100%}}.blog-category-list{margin-bottom:2.5rem;justify-content:space-between}.blog-category-buttons,.blog-category-list{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.blog-category-buttons{flex:1}.blog-search-container{display:flex;align-items:center;gap:.25rem;margin-left:auto}.blog-search-input{padding:.4rem 1rem;border:1px solid #d1d5db;border-radius:2rem;font-size:.875rem;outline:none;transition:border-color .2s}.blog-search-input:focus{border-color:var(--e-global-color-dark-green)}.blog-category-btn{background:var(--e-global-color-lightgreen);color:var(--e-global-color-dark-green);border:1.5px solid var(--e-global-color-dark-green);border-radius:2rem;font-family:Switzer,Arial,Helvetica,sans-serif;font-weight:600;font-size:.8rem;padding:.3rem .8rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background .18s,color .18s,border .18s;box-shadow:0 2px 8px rgba(44,60,50,.07);outline:none}@media (max-width:600px){.blog-category-btn{font-size:.7rem!important;padding:.2rem .6rem!important;border-radius:1.2rem!important;min-width:0!important}}.blog-category-btn.active,.blog-category-btn:hover{background:var(--e-global-color-dark-green);color:var(--e-global-color-lightgreen);border-color:var(--e-global-color-lightgreen)}.blog-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:640px){.blog-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.blog-grid{grid-template-columns:1fr 1fr 1fr}}@media (min-width:1280px){.blog-grid{grid-template-columns:1fr 1fr 1fr 1fr}}