.page-news {
  --home-bg: #050507;
  --home-surface: #0e0b13;
  --home-pink: #ed1779;
  --home-text: #f7f5f2;
  --home-muted: #a8a3b2;
  --home-dark: #050507;
  --home-font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --prog-raised: #171120;
  position: relative;
  background: #000000;
  color: var(--home-text);
  font-family: var(--home-font);
}

.page-news :is(h1, h2, h3, p, a, button) {
  font-family: var(--home-font);
}

.page-news .site-footer,
.page-news .site-footer :is(h1, h2, h3, p, a, button, span) {
  font-family: "Instrument Sans", system-ui, sans-serif;
}

.news-hero {
  position: relative;
  height: 620px;
  overflow: hidden;
}

.news-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 620px;
  max-width: none;
  object-fit: cover;
}

.news-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 8, 0.96) 0%, rgba(5, 5, 8, 0.45) 42%, rgba(5, 5, 8, 0.12) 100%);
}

.news-hero-frame {
  position: absolute;
  top: 42px;
  left: 52px;
  right: 52px;
  height: 536px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.news-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 620px;
  padding: 92px 80px 88px;
  box-sizing: border-box;
}

.news-kicker {
  margin: 0 0 auto;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ed1778;
}

.news-meta {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-hero-copy h1 {
  margin: 0 0 28px;
  max-width: 850px;
  font-size: clamp(2.2rem, 5vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--home-text);
}

.news-hero-copy .news-dek {
  margin: 0;
  max-width: 720px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.news-share {
  position: absolute;
  right: 80px;
  bottom: 88px;
  z-index: 2;
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.news-intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 750px) 270px;
  gap: 48px;
  padding: 68px 80px 80px;
}

.news-intro-aside {
  margin: 14px 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--home-muted);
}

.news-intro-copy {
  margin: 0;
  font-size: 19px;
  line-height: 31px;
  color: var(--home-text);
}

.news-intro-quote {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #ed1778;
}

.news-rosters {
  background: var(--home-surface);
  padding: 48px 64px 72px;
}

.news-jury {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr) 270px;
  min-height: 280px;
  margin-bottom: 48px;
  background: var(--prog-raised);
  overflow: hidden;
}

.news-jury-panel {
  position: relative;
  min-height: 280px;
  padding: 0;
}

.news-jury-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-jury-panel--fiction {
  background: linear-gradient(90deg, #ed1778, #5c218a);
}

.news-jury-panel--documentary {
  background: linear-gradient(90deg, #1259a8, #2e9166);
}

.news-jury-panel--shorts {
  background: linear-gradient(90deg, #f2541f 0%, #ed1778 52%, #1259a8 100%);
}

.news-jury-names h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.news-jury-names {
  padding: 44px 44px 44px 44px;
}

.news-jury-names p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}

.news-jury-note {
  margin: 48px 40px 0 0;
  font-size: 15px;
  line-height: 24px;
  color: var(--home-muted);
}

.news-competitions {
  margin-top: 16px;
}

.news-competitions-kicker {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ed1778;
}

.news-competitions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-competitions-grid img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.news-prize {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.news-prize-glow {
  position: absolute;
  left: 0;
  top: 0;
  width: 420px;
  height: 380px;
  background: radial-gradient(circle at 50% 55%, #ed1778 0%, rgba(92, 33, 138, 0.72) 55%, rgba(5, 5, 8, 0) 100%);
  pointer-events: none;
}

.news-prize-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  gap: 80px;
  padding: 68px 80px;
}

.news-prize-kicker {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ed1778;
}

.news-prize-inner h2 {
  margin: 0;
  max-width: 600px;
  font-size: clamp(1.8rem, 3vw, 40px);
  font-weight: 700;
  line-height: 48px;
}

.news-prize-copy p {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 28px;
  color: var(--home-muted);
}

@media (max-width: 1100px) {
  .news-hero,
  .news-hero img,
  .news-hero-copy {
    height: auto;
    min-height: 420px;
  }

  .news-hero-copy,
  .news-intro,
  .news-rosters,
  .news-prize-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .news-share {
    right: 24px;
    bottom: 32px;
  }

  .news-intro,
  .news-jury,
  .news-prize-inner,
  .news-competitions-grid {
    grid-template-columns: 1fr;
  }

  .news-jury-note {
    margin: 0 24px 32px;
  }
}

@media (max-width: 720px) {
  .news-hero,
  .news-hero img,
  .news-hero-copy {
    min-height: 0;
  }

  .news-hero-copy,
  .news-intro,
  .news-rosters,
  .news-prize-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .news-jury-note {
    margin-left: 16px;
    margin-right: 16px;
  }
}
