.page-news {
  position: relative;
  background:
    radial-gradient(circle at 92% 8%, rgba(45, 226, 230, 0.09), transparent 26%),
    radial-gradient(circle at 6% 44%, rgba(255, 106, 0, 0.07), transparent 24%),
    var(--bg-deep);
  color: var(--txt-ice);
  overflow-x: hidden;
}

.page-news__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  max-width: 1560px;
  margin-inline: auto;
  padding: 28px 16px 72px;
}

.editor-desk {
  position: relative;
  border: 1px solid rgba(184, 196, 208, 0.22);
  border-top: 4px solid var(--acc-green);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(18, 49, 94, 0.9), rgba(10, 20, 40, 0.85)),
    var(--bg-stadium);
  padding: 22px 18px;
}

.editor-desk::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 16px;
  width: 56px;
  height: 4px;
  background: var(--acc-orange);
  border-radius: 0 0 6px 6px;
}

.editor-desk__kicker {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--line-cyan);
  text-transform: uppercase;
}

.editor-desk__title {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.editor-desk__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 6px;
  counter-reset: desk;
}

.editor-desk__list li {
  counter-increment: desk;
}

.editor-desk__list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 10px 10px 0;
  color: var(--txt-ice);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid rgba(184, 196, 208, 0.14);
  transition: color 0.2s var(--ease), padding-left 0.2s var(--ease);
}

.editor-desk__list a::before {
  content: counter(desk, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--acc-green);
  background: rgba(198, 255, 0, 0.1);
  border-radius: 6px;
  padding: 2px 7px;
  flex: none;
}

.editor-desk__list a:hover,
.editor-desk__list a:focus-visible {
  padding-left: 12px;
  color: var(--acc-green);
}

.editor-desk__list a[aria-current="page"] {
  color: var(--acc-green);
}

.editor-desk__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.editor-desk__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(45, 226, 230, 0.1);
  border: 1px solid rgba(45, 226, 230, 0.28);
  color: var(--line-cyan);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.editor-desk__tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acc-orange);
}

.editor-desk__tag:hover,
.editor-desk__tag:focus-visible {
  background: var(--acc-green);
  color: var(--bg-deep);
}

.editor-desk__meta {
  border-top: 1px dashed rgba(184, 196, 208, 0.28);
  padding-top: 16px;
  display: grid;
  gap: 8px;
}

.editor-desk__live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--txt-ice);
}

.editor-desk__note,
.editor-desk__contact {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--txt-steel);
}

.editor-desk__contact a {
  color: var(--line-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-flow {
  min-width: 0;
  display: grid;
  gap: 40px;
}

.breadcrumb {
  margin: 0;
}

.breadcrumb__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--txt-steel);
}

.breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb__list li:not(:last-child)::after {
  content: "/";
  color: var(--line-cyan);
  font-family: var(--font-mono);
}

.breadcrumb__list a {
  color: var(--txt-steel);
  text-decoration: none;
}

.breadcrumb__list a:hover {
  color: var(--acc-green);
}

.news-hero {
  position: relative;
  border-left: 4px solid var(--acc-orange);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 6px 0 20px 22px;
  background: linear-gradient(110deg, rgba(18, 49, 94, 0.5), transparent 72%);
}

.news-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 128px;
  background: repeating-linear-gradient(135deg, rgba(255, 106, 0, 0.32) 0 2px, transparent 2px 10px);
  opacity: 0.55;
  clip-path: polygon(0 0, 100% 0, 40% 100%);
  pointer-events: none;
}

.news-hero__kicker {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--line-cyan);
  text-transform: uppercase;
}

.news-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.01em;
  max-width: 920px;
}

.news-hero__lead {
  margin: 0 0 20px;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--txt-steel);
}

.news-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-hero__chips .data-chip {
  background: rgba(45, 226, 230, 0.1);
  border: 1px solid rgba(45, 226, 230, 0.25);
}

.news-timeline {
  position: relative;
  border: 1px solid rgba(184, 196, 208, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(18, 49, 94, 0.55), rgba(10, 20, 40, 0.7));
  overflow: hidden;
}

.news-timeline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(45, 226, 230, 0.04) 0 1px, transparent 1px 72px);
  pointer-events: none;
}

.news-timeline__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 4px;
  position: relative;
  z-index: 1;
}

.news-timeline__label {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--acc-green);
  text-transform: uppercase;
}

.news-timeline__hint {
  font-size: 13px;
  color: var(--txt-steel);
}

.news-timeline__viewport {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--acc-green) rgba(184, 196, 208, 0.12);
  scroll-snap-type: x proximity;
  position: relative;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.news-timeline__viewport::-webkit-scrollbar {
  height: 6px;
}

.news-timeline__viewport::-webkit-scrollbar-track {
  background: rgba(184, 196, 208, 0.1);
  border-radius: 999px;
}

.news-timeline__viewport::-webkit-scrollbar-thumb {
  background: var(--acc-green);
  border-radius: 999px;
}

.news-timeline__track {
  display: flex;
  align-items: center;
  min-width: max-content;
  padding: 18px 20px 24px;
}

.news-timeline__track[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.news-timeline__track[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item {
  display: flex;
  align-items: center;
  flex: none;
}

.timeline-item:last-child .timeline-item__line {
  display: none;
}

.timeline-node {
  width: 148px;
  padding: 14px 14px 12px;
  border-top: 3px solid var(--acc-green);
  background: rgba(10, 20, 40, 0.55);
  border-radius: 0 0 10px 10px;
  scroll-snap-align: start;
}

.timeline-node__phase {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--acc-orange);
  text-transform: uppercase;
}

.timeline-node__title {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--txt-ice);
}

.timeline-node__tag {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(45, 226, 230, 0.14);
  color: var(--line-cyan);
  font-size: 12px;
  font-weight: 700;
}

.timeline-item:nth-child(even) .timeline-node {
  border-top-color: var(--acc-orange);
}

.timeline-item:nth-child(even) .timeline-node__tag {
  background: rgba(255, 106, 0, 0.14);
  color: #ff9e5c;
}

.timeline-item__line {
  width: 96px;
  height: 64px;
  flex: none;
  overflow: visible;
}

.news-section {
  position: relative;
}

.news-section .section-head {
  margin-bottom: 22px;
}

.news-section .section-head__tag {
  background: var(--acc-orange);
  color: var(--txt-ice);
}

.section-head__more {
  color: var(--line-cyan);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.section-head__more:hover {
  color: var(--acc-green);
}

.news-banner {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

.news-banner__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 220px;
}

.news-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: clamp(18px, 4vw, 40px);
  background: linear-gradient(100deg, rgba(10, 20, 40, 0.92) 0%, rgba(18, 49, 94, 0.72) 55%, rgba(45, 226, 230, 0.08) 100%);
}

.news-banner__tag {
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--acc-green);
  color: var(--bg-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.news-banner__title {
  margin: 0;
  max-width: 680px;
  font-family: var(--font-display);
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.15;
  font-weight: 900;
}

.news-banner__text {
  margin: 0;
  max-width: 620px;
  color: var(--txt-steel);
  font-size: 15px;
  line-height: 1.6;
}

.news-banner .btn {
  align-self: flex-start;
  margin-top: 4px;
}

.news-list {
  display: grid;
  gap: 10px;
}

.news-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  background: rgba(18, 49, 94, 0.42);
  border: 1px solid rgba(184, 196, 208, 0.16);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 70%;
  height: 3px;
  background: linear-gradient(90deg, var(--acc-green), transparent);
  border-radius: 0 0 6px 6px;
  opacity: 0.7;
}

.news-card:hover,
.news-card:focus-within {
  border-color: rgba(45, 226, 230, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.news-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.news-tag--green {
  background: var(--acc-green);
  color: var(--bg-deep);
}

.news-tag--orange {
  background: var(--acc-orange);
  color: var(--txt-ice);
}

.news-tag--cyan {
  background: rgba(45, 226, 230, 0.12);
  border: 1px solid rgba(45, 226, 230, 0.35);
  color: var(--line-cyan);
}

.news-card__title {
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
}

.news-card__title a {
  color: var(--txt-ice);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.news-card__title a:hover {
  color: var(--acc-green);
}

.news-card__summary {
  margin: 0;
  color: var(--txt-steel);
  font-size: 15px;
  line-height: 1.65;
}

.news-card__meta {
  margin: 4px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-card__meta .data-chip {
  font-size: 12px;
  padding: 3px 8px;
  background: rgba(184, 196, 208, 0.1);
  border: 1px solid rgba(184, 196, 208, 0.16);
}

.news-section--h2h .section-head__tag {
  background: var(--acc-green);
  color: var(--bg-deep);
}

.h2h-feature {
  display: grid;
  gap: 22px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(18, 49, 94, 0.55), rgba(10, 20, 40, 0.65));
  border: 1px solid rgba(198, 255, 0, 0.18);
  border-radius: var(--radius);
  margin-bottom: 18px;
}

.h2h-feature__media {
  margin: 0;
}

.h2h-feature__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.h2h-feature__body {
  display: grid;
  align-content: center;
  gap: 14px;
}

.h2h-feature__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(21px, 3vw, 28px);
  line-height: 1.2;
  font-weight: 900;
}

.h2h-feature__text {
  margin: 0;
  color: var(--txt-steel);
  font-size: 15px;
  line-height: 1.7;
}

.h2h-feature__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.h2h-feature__stats li {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(10, 20, 40, 0.6);
  border: 1px solid rgba(184, 196, 208, 0.18);
  border-radius: 10px;
  font-size: 13px;
  color: var(--txt-steel);
}

.h2h-feature__num {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
  color: var(--acc-green);
}

.h2h-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.h2h-list {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.h2h-card {
  position: relative;
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(10, 20, 40, 0.55);
  border: 1px solid rgba(184, 196, 208, 0.16);
  display: grid;
  gap: 10px;
}

.h2h-card--accent {
  border-top: 4px solid var(--acc-green);
}

.h2h-card--warm {
  border-top: 4px solid var(--acc-orange);
}

.h2h-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.h2h-card__text {
  margin: 0;
  color: var(--txt-steel);
  font-size: 15px;
  line-height: 1.65;
}

.h2h-card__meta {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--line-cyan);
}

.topic-accordion {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: rgba(18, 49, 94, 0.4);
  border: 1px solid rgba(184, 196, 208, 0.16);
  border-radius: var(--radius);
}

.topic-accordion__title {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--txt-ice);
}

.topic-accordion__heading {
  margin: 0;
}

.accordion__item {
  border-bottom: 1px solid rgba(184, 196, 208, 0.14);
}

.topic-accordion .accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 4px;
  background: transparent;
  border: 0;
  color: var(--txt-ice);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.topic-accordion .accordion__trigger:hover,
.topic-accordion .accordion__trigger:focus-visible {
  color: var(--acc-green);
}

.accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: none;
  border-radius: 50%;
  background: rgba(198, 255, 0, 0.14);
  color: var(--acc-green);
  font-family: var(--font-mono);
  font-weight: 700;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease);
}

.topic-accordion .accordion__trigger[aria-expanded="true"] .accordion__icon {
  transform: rotate(135deg);
  background: var(--acc-green);
  color: var(--bg-deep);
}

.topic-accordion .accordion__content {
  padding: 0 4px 14px;
  color: var(--txt-steel);
  font-size: 14px;
  line-height: 1.65;
}

.topic-accordion .accordion__content p {
  margin: 0;
}

.news-section--lineup .section-head__tag {
  background: var(--state-grass);
  color: var(--bg-deep);
}

.lineup-panel {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.lineup-panel__item {
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(10, 20, 40, 0.6);
  border: 1px solid rgba(184, 196, 208, 0.16);
  display: grid;
  gap: 8px;
}

.lineup-panel__item--home {
  border-top: 4px solid var(--state-grass);
}

.lineup-panel__item--away {
  border-top: 4px solid var(--acc-orange);
}

.lineup-panel__side {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lineup-panel__state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--txt-ice);
}

.state-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.state-dot--ok {
  background: var(--state-grass);
  box-shadow: 0 0 0 4px rgba(0, 200, 83, 0.15);
}

.state-dot--warn {
  background: var(--acc-orange);
  box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.15);
}

.lineup-panel__text {
  margin: 0;
  color: var(--txt-steel);
  font-size: 14px;
  line-height: 1.65;
}

.lineup-article {
  display: grid;
  gap: 20px;
  padding: 22px;
  background: rgba(18, 49, 94, 0.44);
  border: 1px solid rgba(184, 196, 208, 0.16);
  border-radius: var(--radius);
  margin-bottom: 14px;
}

.lineup-article__media {
  margin: 0;
}

.lineup-article__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.lineup-article__body {
  display: grid;
  gap: 10px;
  align-content: center;
}

.lineup-article__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.lineup-article__text {
  margin: 0;
  color: var(--txt-steel);
  font-size: 15px;
  line-height: 1.7;
}

.lineup-article__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lineup-article__meta .data-chip {
  font-size: 12px;
  background: rgba(184, 196, 208, 0.1);
}

.lineup-article__side {
  padding: 18px;
  border-radius: 10px;
  border: 1px dashed rgba(45, 226, 230, 0.3);
  background: rgba(10, 20, 40, 0.4);
  display: grid;
  gap: 12px;
  align-content: center;
}

.lineup-article__side-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--txt-steel);
}

.news-section--archive .section-head__tag {
  background: var(--line-cyan);
  color: var(--bg-deep);
}

.news-section--archive {
  overflow: hidden;
  border-radius: var(--radius);
}

.archive-bg {
  position: absolute;
  inset: 0;
}

.archive-bg img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.22;
}

.archive-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 20, 40, 0.9), rgba(18, 49, 94, 0.88));
}

.archive-content {
  position: relative;
  z-index: 1;
  padding: 32px 20px;
}

.archive-lead {
  margin: 0 0 24px;
  max-width: 820px;
  color: var(--txt-steel);
  font-size: 15px;
  line-height: 1.7;
}

.archive-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 26px;
}

.archive-card {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 22px;
  background: rgba(10, 20, 40, 0.66);
  border: 1px solid rgba(184, 196, 208, 0.18);
  border-radius: var(--radius);
  color: var(--txt-ice);
  text-decoration: none;
  transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
}

a.archive-card:hover,
a.archive-card:focus-visible {
  border-color: var(--acc-green);
  transform: translateY(-3px);
}

.archive-card--info {
  background: rgba(45, 226, 230, 0.08);
  border-color: rgba(45, 226, 230, 0.28);
}

.archive-card__num {
  font-family: var(--font-mono);
  font-size: 34px;
  font-weight: 700;
  color: var(--acc-green);
  line-height: 1;
}

.archive-card--info .archive-card__num {
  color: var(--line-cyan);
}

.archive-card__title {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

.archive-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--txt-steel);
}

.archive-guide {
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(10, 20, 40, 0.7);
  border: 1px solid rgba(198, 255, 0, 0.2);
}

.archive-guide__title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

.archive-guide__steps {
  margin: 0 0 18px;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: var(--txt-steel);
  font-size: 14px;
  line-height: 1.65;
}

.archive-guide__steps strong {
  color: var(--txt-ice);
}

.news-guide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  border-radius: var(--radius);
  background: linear-gradient(110deg, rgba(255, 106, 0, 0.14), rgba(18, 49, 94, 0.4));
  border: 1px solid rgba(255, 106, 0, 0.2);
}

.news-guide__text {
  margin: 0;
  max-width: 800px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--txt-steel);
}

.news-guide__text a {
  color: var(--acc-green);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
}

.news-guide__link {
  color: var(--line-cyan);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}

.news-guide__link:hover {
  color: var(--acc-green);
}

@media (min-width: 720px) {
  .page-news__wrap {
    gap: 34px;
    padding: 36px 24px 84px;
  }

  .news-card {
    padding: 24px;
  }

  .h2h-feature {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    padding: 26px;
  }

  .h2h-list {
    grid-template-columns: 1fr 1fr;
  }

  .lineup-panel {
    grid-template-columns: 1fr 1fr;
  }

  .lineup-article {
    grid-template-columns: minmax(260px, 400px) minmax(0, 1fr);
    align-items: center;
  }

  .lineup-article--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  }

  .lineup-article--reverse .lineup-article__media {
    display: none;
  }

  .archive-content {
    padding: 44px 32px;
  }

  .archive-grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-timeline__head {
    padding: 16px 22px 6px;
  }
}

@media (min-width: 1120px) {
  .page-news__wrap {
    grid-template-columns: var(--rail-w) minmax(0, 1fr);
    gap: 48px;
    padding: 32px 36px 96px;
  }

  .editor-desk {
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    align-self: start;
  }

  .news-flow {
    gap: 48px;
  }

  .news-hero {
    padding-top: 10px;
  }

  .news-list {
    gap: 12px;
  }

  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .archive-card {
    min-height: 210px;
  }

  .h2h-feature__media img {
    aspect-ratio: 16 / 9;
  }
}
