.hero-blog{display:flex;flex-direction:column;gap:32px;width:100%}.hero-blog>p{color:var(--color-charcoal)}.hero-blog-header{display:flex;align-items:center;justify-content:space-between}.hero-blog-header h2{flex:1;max-width:400px}.hero-blog-header p{flex:1;max-width:480px;text-align:right;overflow:hidden;text-overflow:ellipsis}.hero-blog-image{position:relative;width:100%;height:600px;overflow:hidden}.hero-blog-image img{transition:transform .3s ease-out}.hero-blog:hover .hero-blog-image img{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.hero-blog-image img{transition:none}}.blog-metadata{display:flex;justify-content:space-between;color:var(--color-charcoal)}.metadata-right{display:flex;align-items:center}.blog-date-wrapper{width:240px}.blog-author-link{cursor:pointer}.blog-author-link:hover{text-decoration:underline}@media (max-width:768px){.blog-date-wrapper{width:auto}.hero-blog-header{flex-direction:column;align-items:flex-start;gap:16px}.hero-blog-header h2,.hero-blog-header p{max-width:100%;text-align:left}.hero-blog-image{height:200px}.blog-category{display:none}.metadata-right{display:flex;justify-content:space-between;width:100%}}