.page-news{
  --news-shadow: 0 18px 40px rgba(10, 30, 63, 0.08);
  --news-shadow-hover: 0 22px 48px rgba(10, 30, 63, 0.16);
  background: var(--c-mist);
  color: var(--c-ink);
  overflow: clip;
}
.page-news .page-header{
  position: relative;
  padding: 28px 16px 40px;
  background:
    radial-gradient(120% 160% at 85% 12%, rgba(0, 229, 160, 0.18), transparent 44%),
    linear-gradient(132deg, var(--c-deep) 12%, var(--c-deep-2) 62%, #081A3A 100%);
  color: #fff;
  border-radius: 0 0 38px 38px;
  overflow: hidden;
}
.page-news .page-header::after{
  content: "";
  position: absolute;
  right: -80px;
  top: 40px;
  width: 220px;
  height: 220px;
  border: 2px solid rgba(255, 107, 53, 0.4);
  border-radius: 42% 58% 62% 38% / 48% 42% 58% 52%;
  transform: rotate(18deg);
  pointer-events: none;
}
.page-news .page-header__inner{
  position: relative;
  z-index: 1;
}
.page-news .breadcrumb{
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  margin-bottom: 24px;
}
.page-news .breadcrumb a{
  color: var(--c-neon);
  text-decoration: none;
}
.page-news .page-header__grid{
  display: grid;
  gap: 24px;
  align-items: center;
}
.page-news .page-header__kicker{
  color: var(--c-neon);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.page-news .page-title{
  font-family: var(--font-head);
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  font-weight: 800;
  margin: 10px 0 16px;
  color: #fff;
}
.page-news .page-subtitle{
  max-width: 44em;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 22px;
}
.page-news .page-header__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-news .page-header__actions .btn-outline{
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.page-news .hero-panel{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.page-news .hero-panel__item{
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 14px 12px;
  text-align: center;
}
.page-news .hero-panel__num{
  display: block;
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 700;
  color: var(--c-neon);
  line-height: 1.2;
}
.page-news .hero-panel__label{
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.page-news .page-intro-anchors{
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: -20px auto 26px;
  padding: 12px 16px;
  width: calc(100% - 28px);
  max-width: 1120px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: var(--news-shadow);
  font-size: 13px;
}
.page-news .page-intro-anchors a{
  color: var(--c-deep);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.page-news .page-intro-anchors a:hover{
  color: var(--c-orange);
}
.page-news .page-intro-anchors > span{
  color: var(--c-line);
}
.page-news .page-news-tags{
  padding: 30px 0 14px;
}
.page-news .page-news-tags__inner{
  position: relative;
}
.page-news .page-news-tags__head{
  position: relative;
  margin-bottom: 18px;
}
.page-news .page-news-tags .section-kicker{
  color: var(--c-orange);
}
.page-news .page-news-tags .section-title{
  margin-top: 6px;
}
.page-news .page-news-tags .section-desc{
  max-width: 660px;
}
.page-news .tag-cloud-art{
  position: relative;
  width: 140px;
  height: 70px;
  margin: 0 0 12px auto;
  border-radius: 16px;
  overflow: hidden;
  transform: rotate(-2deg);
  background: var(--c-deep);
  box-shadow: var(--news-shadow);
}
.page-news .tag-cloud-art img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: lighten;
  opacity: 0.5;
}
.page-news .tag-cloud{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-news .tag--hot{
  background: #fff;
  color: var(--c-deep);
  border: 1px solid rgba(0, 229, 160, 0.55);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.page-news .tag--hot:hover{
  background: var(--c-deep);
  color: #fff;
  transform: translateY(-2px);
}
.page-news .tag--active{
  background: var(--c-neon);
  border-color: var(--c-neon);
  color: var(--c-deep);
}
.page-news .page-articles{
  padding: 18px 0 48px;
}
.page-news .page-articles__head{
  margin-bottom: 26px;
}
.page-news .page-articles__head .section-kicker{
  color: var(--c-orange);
}
.page-news .page-articles__head .section-title{
  margin-top: 6px;
}
.page-news .page-articles__head .section-desc{
  max-width: 720px;
}
.page-news .masonry{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-news .article-card{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--news-shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-news .article-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--news-shadow-hover);
}
.page-news .article-card__media{
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--c-deep);
}
.page-news .article-card__media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.page-news .article-card:hover .article-card__media img{
  transform: scale(1.04);
}
.page-news .article-card__media::before{
  content: "";
  position: absolute;
  z-index: 2;
  top: -2px;
  right: -2px;
  width: 56px;
  height: 56px;
  background: linear-gradient(225deg, transparent 44%, rgba(255, 107, 53, 0.9) 50%);
}
.page-news .article-card__label{
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 3;
}
.page-news .article-card__body{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px;
  gap: 10px;
}
.page-news .article-card__meta{
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-gray);
}
.page-news .article-card__title{
  margin: 0;
  color: var(--c-deep);
  font-family: var(--font-head);
  font-size: 19px;
  line-height: 1.36;
  font-weight: 800;
}
.page-news .article-card__excerpt{
  margin: 0;
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.75;
}
.page-news .article-card__link{
  margin-top: auto;
  padding-top: 8px;
  color: var(--c-link);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
}
.page-news .article-card__link:hover{
  color: var(--c-orange);
  border-color: var(--c-neon);
}
.page-news .page-specials{
  background: linear-gradient(165deg, var(--c-deep) 10%, #091E42 68%, var(--c-deep-2) 130%);
  color: #fff;
  padding: 48px 0 50px;
}
.page-news .page-specials__head .section-kicker{
  color: var(--c-neon);
}
.page-news .page-specials__head .section-title{
  color: #fff;
}
.page-news .page-specials__head .section-desc{
  color: rgba(255, 255, 255, 0.72);
}
.page-news .specials-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}
.page-news .special-feature{
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  background: var(--c-deep-2);
  box-shadow: var(--news-shadow-hover);
}
.page-news .special-feature img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: transform 0.5s ease, opacity 0.3s ease;
}
.page-news .special-feature:hover img{
  transform: scale(1.03);
  opacity: 0.44;
}
.page-news .special-feature__body{
  position: relative;
  padding: 26px 24px;
  color: #fff;
  max-width: 640px;
}
.page-news .special-feature__badge{
  position: absolute;
  left: 24px;
  top: 24px;
}
.page-news .special-feature__title{
  font-size: 24px;
  font-family: var(--font-head);
  line-height: 1.3;
  margin: 0 0 8px;
  color: #fff;
}
.page-news .special-feature__desc{
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}
.page-news .special-tile{
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  box-shadow: var(--news-shadow);
}
.page-news .special-tile__title{
  font-size: 20px;
  font-family: var(--font-head);
  line-height: 1.3;
  margin: 0;
  color: #fff;
}
.page-news .special-tile__desc{
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 8px;
}
.page-news .special-tile__link{
  margin-top: auto;
  align-self: flex-start;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}
.page-news .special-tile__link:hover{
  background: rgba(255, 255, 255, 0.1);
  color: var(--c-neon);
}
.page-news .page-news-horizon{
  padding: 44px 0 56px;
}
.page-news .page-news-horizon__inner{
  display: grid;
  gap: 24px;
  align-items: center;
}
.page-news .page-news-horizon__visual{
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--news-shadow);
  background: var(--c-deep);
}
.page-news .page-news-horizon__visual img{
  display: block;
  width: 100%;
  height: auto;
}
.page-news .page-news-horizon__text .section-kicker{
  color: var(--c-orange);
}
.page-news .page-news-horizon__text h2{
  font-size: 26px;
  font-family: var(--font-head);
  color: var(--c-deep);
  margin: 8px 0 10px;
}
.page-news .page-news-horizon__text p{
  color: var(--c-gray);
  max-width: 620px;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 18px;
}
@media (min-width: 768px){
  .page-news .tag-cloud-art{
    width: 180px;
    height: 90px;
    margin-top: 8px;
  }
}
@media (min-width: 900px){
  .page-news .page-header{
    border-radius: 0 0 48px 48px;
    padding: 36px 0 48px;
  }
  .page-news .page-header__grid{
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 44px;
  }
  .page-news .hero-panel{
    gap: 12px;
  }
  .page-news .hero-panel__num{
    font-size: 28px;
  }
  .page-news .page-intro-anchors{
    padding: 14px 20px;
    font-size: 14px;
  }
  .page-news .masonry{
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 14px;
    gap: 20px;
  }
  .page-news .article-card--feature{
    grid-column: span 7;
    grid-row: span 36;
  }
  .page-news .article-card--companion{
    grid-column: span 5;
    grid-row: span 30;
  }
  .page-news .article-card--tile{
    grid-column: span 4;
    grid-row: span 24;
  }
  .page-news .article-card--medium{
    grid-column: span 5;
    grid-row: span 28;
  }
  .page-news .article-card--tall{
    grid-column: span 4;
    grid-row: span 28;
  }
  .page-news .article-card--small{
    grid-column: span 3;
    grid-row: span 18;
  }
  .page-news .article-card--wide{
    grid-column: span 6;
    grid-row: span 34;
  }
  .page-news .specials-grid{
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
  }
  .page-news .special-feature{
    grid-column: span 8;
    grid-row: span 2;
  }
  .page-news .special-tile{
    grid-column: span 4;
  }
  .page-news .page-news-horizon{
    padding: 56px 0 64px;
  }
  .page-news .page-news-horizon__inner{
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 40px;
  }
}
