.news-page { padding-top: 74px; background: #0c0d11; }
.news-page-hero { position: relative; min-height: 305px; padding: 78px 24px 60px; background: #11131a url("assets/reference/feature-2.png") center / cover no-repeat; overflow: hidden; }
.news-page-hero::before { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, rgba(8,9,12,.92), rgba(8,9,12,.34) 70%), linear-gradient(0deg, rgba(8,9,12,.82), transparent); pointer-events: none; }
.news-page-hero .section-wrap { position: relative; z-index: 1; }
.news-page-kicker { margin: 0 0 12px; color: var(--orange); font-size: 11px; letter-spacing: .24em; }
.news-page-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); font-weight: 500; letter-spacing: .08em; }
.news-page-hero > .section-wrap > p:nth-of-type(2) { margin: 15px 0 0; color: #a5a6ad; font-size: 14px; }
.news-breadcrumb { display: flex; align-items: center; gap: 12px; margin-top: 32px; color: #85868d; font-size: 12px; }
.news-breadcrumb a:hover { color: #fff; }
.news-breadcrumb span { color: var(--red); font-size: 18px; }
.news-breadcrumb strong { color: #e4e1da; font-weight: 400; }
.news-page-main { min-height: 900px; padding: 55px 24px 105px; background: #101116 url("assets/reference/feature-2.png") center / cover fixed; }
.news-page-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.news-page-tabs { display: flex; flex-wrap: wrap; gap: 24px; }
.news-page-tabs button { position: relative; padding: 0 0 13px; color: #898a91; background: transparent; font-size: 14px; }
.news-page-tabs button:hover, .news-page-tabs button.is-active { color: #fff; }
.news-page-tabs button.is-active::after { position: absolute; content: ""; left: 0; right: 0; bottom: 0; height: 2px; background: var(--red); }
.news-search { display: flex; align-items: center; gap: 10px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.2); }
.news-search span { color: var(--orange); font-size: 11px; letter-spacing: .12em; }
.news-search input { width: 170px; padding: 0; color: #fff; background: transparent; border: 0; outline: 0; font-size: 12px; }
.news-search input::placeholder { color: #777980; }
.news-page-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(290px, .85fr); min-height: 310px; margin-bottom: 50px; background: #08090b; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.news-page-feature-image { min-height: 310px; background-position: center; background-size: cover; }
.news-page-feature-content { display: flex; flex-direction: column; justify-content: center; padding: 35px 38px; }
.news-page-feature-content small { color: var(--orange); font-size: 11px; letter-spacing: .16em; }
.news-page-feature-content h2 { margin: 13px 0 10px; font-size: clamp(24px, 3vw, 37px); font-weight: 500; line-height: 1.3; }
.news-page-feature-content time { color: #767880; font-size: 11px; }
.news-page-feature-content p { margin: 21px 0 0; color: #9a9ba2; font-size: 13px; line-height: 1.9; }
.news-card-open { align-self: flex-start; margin-top: 25px; padding: 10px 18px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); font-size: 12px; transition: background .2s, border-color .2s; }
.news-card-open:hover { background: var(--red); border-color: var(--red); }
.news-page-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: #e4e1da; font-size: 20px; }
.news-page-heading em { color: #83858d; font-size: 11px; font-style: normal; }
.news-page-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.news-card { position: relative; display: flex; flex-direction: column; min-height: 285px; overflow: hidden; background: #13151b; border: 1px solid rgba(255,255,255,.1); transition: border-color .2s, transform .2s; }
.news-card:hover { border-color: rgba(255,255,255,.38); transform: translateY(-4px); }
.news-card-image { height: 145px; flex: 0 0 auto; background-position: center; background-size: cover; }
.news-card-body { display: flex; flex: 1; flex-direction: column; padding: 17px 19px 18px; }
.news-card-meta { display: flex; align-items: center; justify-content: space-between; color: #777980; font-size: 10px; }
.news-card-meta span { padding: 4px 8px; color: #c3c4c8; border: 1px solid #72747d; }
.news-card[data-category="activity"] .news-card-meta span { color: #ff9b65; border-color: #bb603f; }
.news-card[data-category="news"] .news-card-meta span { color: #88c4eb; border-color: #3d7095; }
.news-card[data-category="strategy"] .news-card-meta span { color: #ba9df2; border-color: #7965a7; }
.news-card h3 { margin: 13px 0 0; color: #e1deda; font-size: 16px; font-weight: 500; line-height: 1.5; }
.news-card p { display: -webkit-box; overflow: hidden; margin: 9px 0 0; color: #909198; font-size: 12px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card .news-card-open { margin-top: auto; padding: 13px 0 0; color: #c7c7ca; background: transparent; border: 0; text-align: left; }
.news-card .news-card-open:hover { color: #fff; background: transparent; border: 0; }
.news-empty { margin: 50px 0; color: #92939a; text-align: center; font-size: 13px; }

@media (max-width: 1000px) {
  .news-page-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .news-page { padding-top: 64px; }
  .news-page-hero { min-height: 270px; padding: 60px 15px 45px; }
  .news-page-main { padding: 45px 15px 75px; }
  .news-page-toolbar { align-items: stretch; flex-direction: column; gap: 18px; }
  .news-page-tabs { gap: 18px; overflow-x: auto; flex-wrap: nowrap; }
  .news-page-tabs button { flex: 0 0 auto; }
  .news-search input { flex: 1; width: auto; }
  .news-page-feature { display: block; }
  .news-page-feature-image { min-height: 210px; }
  .news-page-feature-content { padding: 25px 22px 28px; }
  .news-page-list { grid-template-columns: 1fr; }
}
