.hero-subtitle{color:var(--accent-color);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.9rem;font-weight:600}.hero-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.lang-si .hero-title{letter-spacing:0;line-height:1.5}@media (min-width:768px){.hero-title{font-size:4rem}}.hero-description{color:var(--text-secondary);max-width:600px;margin:0 auto 2.5rem;font-size:1.2rem}.lang-si .hero-description{line-height:1.8}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.latest-posts-section{padding:4rem 2rem}.section-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.section-header h2{margin:0}.view-all-link{font-size:.95rem;font-weight:600}.posts-grid{grid-template-columns:1fr;gap:2.5rem;transition:all .3s;display:grid}.posts-grid.list-view{grid-template-columns:1fr!important}@media (min-width:768px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.post-card{color:inherit;flex-direction:column;padding:0;text-decoration:none;display:flex;overflow:hidden}.post-image-container{background:#0000000d;width:100%;height:200px;overflow:hidden}.post-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.post-card:hover .post-image{transform:scale(1.05)}.post-content-preview{flex-direction:column;flex:1;padding:1.5rem;display:flex}.post-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.8rem;display:flex}.post-category{color:var(--primary-color);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.post-date{color:var(--text-secondary)}.post-title{margin-bottom:.75rem;font-size:1.25rem;transition:color .2s}.post-card:hover .post-title{color:var(--primary-hover)}.post-excerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:0;font-size:.95rem;display:-webkit-box;overflow:hidden}.list-view .post-card{flex-direction:row;height:250px}.list-view .post-image-container{width:350px;height:100%}.list-view .post-content-preview{justify-content:center;padding:2rem}.list-view .post-title{font-size:1.5rem}@media (max-width:768px){.list-view .post-card{flex-direction:column;height:auto}.list-view .post-image-container{width:100%;height:200px}}.view-controls{align-items:center;gap:.5rem;display:flex}.view-btn{cursor:pointer;color:var(--text-secondary);background:#00000008;border:1px solid #0000000d;border-radius:6px;align-items:center;padding:.5rem;transition:all .2s;display:flex}.view-btn:hover{background:#0000000f}.view-btn.active{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}.empty-state{text-align:center;color:var(--text-secondary);padding:4rem 2rem}
