.hero-underline{background:var(--accent);transform-origin:0;border-radius:2px;width:80px;height:4px;margin:10px 0 24px;animation:.8s ease-out .5s forwards underlineGrow;transform:scaleX(0)}@keyframes underlineGrow{to{transform:scaleX(1)}}.post-page{background-color:var(--white);flex-direction:column;min-height:100vh;display:flex}.post-hero{border-bottom:1px solid var(--medium-gray);color:var(--white);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:5.5rem 2rem;position:relative}.post-hero:before{content:"";z-index:1;pointer-events:none;background:#0000009c;position:absolute;inset:0}.post-hero-inner{z-index:2;position:relative}.breadcrumb{color:#fffffff2;margin-bottom:1rem;font-size:.95rem}.breadcrumb-link{color:#fffffff2;font-weight:500;text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.crumb-current{color:#fffffff2;font-weight:500}.post-title-wrap{margin-top:.5rem}.post-title{color:var(--white);margin-top:28px;font-size:1.8rem;font-weight:800;line-height:1.1}.post-content{flex:1 0 auto;padding:3.5rem 1rem}.post-inner{max-width:900px;margin:0 auto}.post-image{background-color:#00000042;border-radius:8px;width:100%;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 10px 30px #14388f0f}.post-image img{object-fit:cover;width:100%;height:auto;display:block}.post-content{background:var(--white);color:var(--text);margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.post-content p{color:#000;margin:0 0 1.2rem}.post-actions{text-align:left;margin-top:1rem}.back-link{color:var(--secondary);font-weight:600;text-decoration:none}.back-link:hover{color:var(--primary);text-decoration:underline}.not-found .post-inner{text-align:center;padding:6rem 1rem}.not-found h2{color:var(--secondary)}@media (max-width:800px){.post-title{font-size:1.6rem}.post-hero{padding:4.25rem 1rem}.post-content{padding:2.25rem 1rem}}
