.home-news { border-bottom: 1px solid var(--border); background: var(--bg); overflow: hidden; }
.home-news-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 42px; }
.home-news-head h2 { max-width: 820px; margin: 0; font-size: clamp(42px,5vw,72px); line-height: .96; letter-spacing: -.055em; }
.home-news-head-side { max-width: 470px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.home-news-head-side p { margin: 0; color: var(--muted); }
.home-news-actions { display: flex; align-items: center; gap: 22px; }
.home-news-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 2px solid var(--yellow-strong); color: var(--text); font-size: 14px; font-weight: 800; transition: color .2s ease,gap .2s ease; }
.home-news-link:hover { color: var(--yellow-strong); gap: 17px; }
.home-news-controls { display: flex; gap: 8px; }
.home-news-control { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); color: var(--text); font: inherit; font-size: 19px; cursor: pointer; transition: transform .2s ease,border-color .2s ease,background .2s ease; }
.home-news-control:hover { border-color: var(--yellow-strong); background: var(--yellow); transform: translateY(-2px); }
.home-news-control:active { transform: translateY(0) scale(.97); }
.home-news-control:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.home-news-track { display: flex; gap: 14px; overflow-x: auto; padding: 4px 0 18px; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
.home-news-track::-webkit-scrollbar { display: none; }
.home-news-track:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
.home-news-card { position: relative; flex: 0 0 clamp(350px,34vw,500px); min-height: 500px; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--border); background: #0a1018; color: #fff; transition: transform .25s ease,border-color .25s ease; }
.home-news-feature { flex-basis: clamp(500px,46vw,680px); }
.home-news-card:hover { transform: translateY(-4px); border-color: var(--yellow-strong); }
.home-news-card:focus-visible { outline: 2px solid var(--yellow); outline-offset: 4px; }
.home-news-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .84; transition: transform .55s cubic-bezier(.2,.7,.2,1),opacity .25s ease; }
.home-news-card:hover .home-news-image { transform: scale(1.025); opacity: .92; }
.home-news-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,8,13,.03) 18%,rgba(4,8,13,.95) 88%); }
.home-news-credit { position: absolute; z-index: 2; top: 18px; right: 18px; padding: 7px 9px; background: rgba(4,8,13,.72); color: rgba(255,255,255,.78); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.home-news-content { position: relative; z-index: 2; min-height: 500px; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; }
.home-news-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.home-news-card h3 { max-width: 720px; margin: 16px 0 0; font-size: clamp(26px,2.45vw,39px); line-height: 1.03; letter-spacing: -.04em; text-wrap: balance; }
.home-news-card p { max-width: 660px; margin: 16px 0 0; color: rgba(255,255,255,.72); }
.home-news-arrow { align-self: flex-end; width: 44px; height: 44px; display: grid; place-items: center; margin-top: 22px; border: 1px solid currentColor; border-radius: 50%; font-size: 19px; }
@media(max-width:980px) {
  .home-news-head { display: block; }
  .home-news-head-side { margin-top: 24px; }
  .home-news-card,.home-news-feature { flex-basis: min(78vw,620px); }
}
@media(max-width:520px) {
  .home-news-head h2 { font-size: 40px; }
  .home-news-actions { width: 100%; justify-content: space-between; }
  .home-news-control { width: 42px; height: 42px; }
  .home-news-card,.home-news-feature { flex-basis: calc(100vw - 54px); min-height: 460px; }
  .home-news-content { min-height: 460px; padding: 24px; }
}
@media(prefers-reduced-motion:reduce) { .home-news-card,.home-news-image,.home-news-control { transition-duration: .01ms!important; } }
