/* News feed page */
.sting-page-news,
.sting-page-news * { box-sizing: border-box; }
.sting-page-news { min-height: 100vh; background: #0a0a0a; color: #e4e2e1; font-family: Inter, Arial, sans-serif; }
.news-feed-hero { max-width: 1312px; margin: 0 auto; padding: 96px 64px 64px; border-bottom: 1px solid #2a2a2a; }
.news-feed-kicker,.news-feed-meta { color: #ef1b24; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.news-feed-hero h1 { margin: 12px 0 18px; font-size: clamp(44px,7vw,88px); line-height: .92; letter-spacing: -.055em; }
.news-feed-hero p { max-width: 680px; margin: 0; color: #a1a1a1; font-size: 18px; line-height: 1.6; }
.news-feed { max-width: 1312px; margin: 0 auto; padding: 64px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: #2a2a2a; }
.news-feed-card { min-height: 300px; padding: 36px; background: #131313; display: flex; flex-direction: column; align-items: flex-start; }
.news-feed-card--featured { grid-column: 1/-1; min-height: 420px; padding: 0; display: grid; grid-template-columns: 1.35fr 1fr; }
.news-feed-image { min-height: 420px; overflow: hidden; }
.news-feed-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) brightness(.68); transition: .5s ease; }
.news-feed-card--featured:hover .news-feed-image img { filter: grayscale(0) brightness(.78); transform: scale(1.025); }
.news-feed-copy { padding: 52px; display: flex; flex-direction: column; align-items: flex-start; }
.news-feed-card h2 { margin: 18px 0 16px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.news-feed-card--featured h2 { font-size: clamp(32px,4vw,52px); }
.news-feed-card p { margin: 0 0 30px; color: #a1a1a1; line-height: 1.65; }
.news-feed-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: #e4e2e1; font-size: 12px; font-weight: 600; text-decoration: none; }
.news-feed-card a:hover { color: #ef1b24; }
@media (max-width:900px){.news-feed-hero,.news-feed{padding-left:24px;padding-right:24px}.news-feed{grid-template-columns:1fr}.news-feed-card--featured{grid-template-columns:1fr}.news-feed-image{min-height:280px}.news-feed-copy{padding:36px}.news-feed-card--featured h2{font-size:36px}}
