.featured-card{background:var(--navy-dark);border-radius:var(--radius-xl);border:1px solid #f9c4002e;transition:border-color .22s,transform .22s,box-shadow .22s;display:block;position:relative;overflow:hidden}.featured-card:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:3px;position:absolute;top:0;left:0;right:0}.featured-card:hover{border-color:#f9c40073;transform:translateY(-3px);box-shadow:0 16px 48px #00000040}.featured-card-body{padding:2.5rem}.featured-title{letter-spacing:-.025em;color:#fff;max-width:720px;margin-bottom:1rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:900;line-height:1.12}.featured-subtitle{color:#ffffff9e;max-width:640px;font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.7}.featured-read-link{color:var(--gold);align-items:center;gap:.375rem;margin-left:auto;font-size:.875rem;font-weight:700;transition:gap .18s;display:inline-flex}.featured-card:hover .featured-read-link{gap:.6rem}.post-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dim);background:#f9c4001f;border:1px solid #f9c4004d;border-radius:999px;padding:.25rem .625rem;font-size:.68rem;font-weight:700;display:inline-block}.featured-card .post-tag{color:var(--gold);background:#f9c40026}.posts-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.post-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #0d063114;height:100%;transition:border-color .22s,transform .22s,box-shadow .22s;overflow:hidden}.post-card:hover{border-color:var(--navy-mid);box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.post-card-header{background:linear-gradient(90deg, var(--navy-dark), var(--gold));height:6px}.post-card-title{letter-spacing:-.015em;color:var(--navy-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.625rem;font-size:1.0625rem;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.post-card-subtitle{color:var(--gray-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.65;display:-webkit-box;overflow:hidden}.featured-image-wrapper{aspect-ratio:16/9;background:#000;width:100%;overflow:hidden}.featured-image{object-fit:cover;width:100%;height:100%}.post-card-image-wrapper{aspect-ratio:16/9;background:var(--navy-dark);width:100%;overflow:hidden}.post-card-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.post-card:hover .post-card-image{transform:scale(1.05)}@media (min-width:768px){.featured-card{align-items:stretch;display:flex}.featured-image-wrapper{aspect-ratio:auto;width:45%}.featured-card-body{flex:1}}
