.page-news {
  --news-orange-glow: rgba(255, 79, 0, 0.35);
  --news-card-bg: rgba(255, 255, 255, 0.03);
  position: relative;
  overflow-x: clip;
  background: var(--ff-bg);
  color: var(--ff-text);
}

.page-news .page-news-hero {
  padding: 42px 0 28px;
  background: radial-gradient(ellipse at 80% 10%, rgba(255, 79, 0, 0.14), transparent 55%);
  border-bottom: 1px solid rgba(255, 79, 0, 0.2);
}

.page-news .news-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.page-news .page-hero-subtitle {
  margin-bottom: 8px;
  color: var(--ff-orange);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.page-news .page-hero-title {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
}

.page-news .page-hero-desc {
  max-width: 640px;
  margin: 0;
  color: var(--ff-muted);
  line-height: 1.7;
}

.page-news .news-hero-visual {
  position: relative;
  display: none;
  min-height: 240px;
  overflow: hidden;
}

.page-news .hero-panel {
  position: absolute;
  font-family: var(--ff-mono);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.page-news .hero-panel-main {
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(255, 79, 0, 0.85), rgba(255, 79, 0, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.1);
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.page-news .hero-panel-tag {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.page-news .hero-panel-num {
  display: block;
  font-size: 52px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1;
  color: var(--ff-white);
}

.page-news .hero-panel-meta {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.page-news .hero-panel-sub {
  right: 8%;
  bottom: 12px;
  z-index: 1;
  padding: 14px 18px;
  background: rgba(11, 15, 25, 0.88);
  border: 1px solid rgba(0, 180, 216, 0.4);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 88%);
}

.page-news .hero-panel-sub-num {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--ff-blue);
}

.page-news .hero-panel-sub-label {
  font-size: 11px;
  color: var(--ff-muted);
}

.page-news .hero-stripe {
  position: absolute;
  height: 8px;
  background: linear-gradient(90deg, transparent, var(--ff-orange), transparent);
  opacity: 0.6;
  transform: rotate(-8deg);
}

.page-news .hero-stripe-1 {
  top: 60px;
  right: 0;
  width: 70%;
}

.page-news .hero-stripe-2 {
  bottom: 40px;
  left: 0;
  width: 55%;
  background: linear-gradient(90deg, transparent, var(--ff-blue), transparent);
}

.page-news .latest-section {
  padding-top: 48px;
  padding-bottom: 32px;
}

.page-news .section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.page-news .section-head-idx {
  font-family: var(--ff-mono);
  font-size: 14px;
  color: var(--ff-orange);
  letter-spacing: 0.2em;
}

.page-news .section-kicker {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ff-orange);
}

.page-news .section-head h2,
.page-news .subscribe-inner h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
}

.page-news .section-desc {
  max-width: 560px;
  margin: 0;
  color: var(--ff-muted);
  line-height: 1.6;
}

.page-news .latest-cover-wrap {
  margin: 0 0 36px;
}

.page-news .latest-cover {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 40px) 100%, 0 100%);
}

.page-news .latest-cover-wrap figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: var(--ff-muted);
  letter-spacing: 0.04em;
}

.page-news .news-filter-wrap {
  position: relative;
  margin-bottom: 32px;
}

.page-news .news-filter-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.page-news .news-filter-bar {
  position: sticky;
  top: var(--ff-header-h);
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0;
  margin-bottom: 8px;
  background: rgba(11, 15, 25, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 79, 0, 0.14);
}

.page-news .news-filter-btn {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ff-text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 79, 0, 0.3);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  cursor: pointer;
  transition: background 0.3s var(--ff-ease), color 0.3s var(--ff-ease), border-color 0.3s var(--ff-ease);
}

.page-news .news-filter-btn:hover {
  border-color: var(--ff-orange);
  color: var(--ff-orange);
}

.page-news #news-filter-all:checked ~ .news-filter-bar label[for="news-filter-all"],
.page-news #news-filter-possession:checked ~ .news-filter-bar label[for="news-filter-possession"],
.page-news #news-filter-league:checked ~ .news-filter-bar label[for="news-filter-league"],
.page-news #news-filter-data:checked ~ .news-filter-bar label[for="news-filter-data"],
.page-news #news-filter-brand:checked ~ .news-filter-bar label[for="news-filter-brand"] {
  background: var(--ff-orange);
  border-color: var(--ff-orange);
  color: var(--ff-white);
}

.page-news #news-filter-all:focus ~ .news-filter-bar label[for="news-filter-all"],
.page-news #news-filter-possession:focus ~ .news-filter-bar label[for="news-filter-possession"],
.page-news #news-filter-league:focus ~ .news-filter-bar label[for="news-filter-league"],
.page-news #news-filter-data:focus ~ .news-filter-bar label[for="news-filter-data"],
.page-news #news-filter-brand:focus ~ .news-filter-bar label[for="news-filter-brand"] {
  outline: 2px solid var(--ff-blue);
  outline-offset: 2px;
}

.page-news .news-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.35;
  margin: 0 0 6px;
  color: var(--ff-white);
}

.page-news .news-summary {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ff-muted);
  transition: max-height 0.4s var(--ff-ease);
}

.page-news .news-summary a {
  color: var(--ff-orange);
  text-decoration-color: rgba(255, 79, 0, 0.4);
  text-underline-offset: 3px;
}

.page-news .news-summary a:hover {
  color: var(--ff-blue);
}

.page-news .news-filter-radio:checked ~ .news-timeline .news-item {
  display: none;
}

.page-news #news-filter-all:checked ~ .news-timeline .news-item {
  display: grid;
}

.page-news #news-filter-possession:checked ~ .news-timeline .news-item[data-category="possession"],
.page-news #news-filter-league:checked ~ .news-timeline .news-item[data-category="league"],
.page-news #news-filter-data:checked ~ .news-timeline .news-item[data-category="data"],
.page-news #news-filter-brand:checked ~ .news-timeline .news-item[data-category="brand"] {
  display: grid;
}

.page-news .news-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-news .news-timeline::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, var(--ff-orange), rgba(255, 79, 0, 0.15), var(--ff-blue), transparent);
  opacity: 0.6;
}

.page-news .news-item {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: 20px;
  padding: 16px 0;
}

.page-news .news-dot {
  width: 14px;
  height: 14px;
  margin-top: 22px;
  align-self: start;
  border-radius: 50%;
  background: var(--ff-orange);
  border: 3px solid var(--ff-deep);
  box-shadow: 0 0 0 4px rgba(255, 79, 0, 0.14);
}

.page-news .news-item[data-category="league"] .news-dot {
  background: var(--ff-blue);
  box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.14);
}

.page-news .news-item[data-category="data"] .news-dot {
  background: var(--ff-green);
  box-shadow: 0 0 0 4px rgba(14, 124, 102, 0.14);
}

.page-news .news-item[data-category="brand"] .news-dot {
  background: var(--ff-purple);
  box-shadow: 0 0 0 4px rgba(106, 63, 191, 0.14);
}

.page-news .news-body {
  grid-column: 2;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background 0.3s var(--ff-ease), border-color 0.3s var(--ff-ease);
}

.page-news .news-item:hover .news-body,
.page-news .news-item:focus-within .news-body {
  background: rgba(255, 79, 0, 0.06);
  border-color: rgba(255, 79, 0, 0.18);
}

.page-news .news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
}

.page-news .news-cat {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 1px solid;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.page-news .news-cat-possession {
  color: var(--ff-orange);
  border-color: rgba(255, 79, 0, 0.35);
  background: rgba(255, 79, 0, 0.08);
}

.page-news .news-cat-league {
  color: var(--ff-blue);
  border-color: rgba(0, 180, 216, 0.35);
  background: rgba(0, 180, 216, 0.08);
}

.page-news .news-cat-data {
  color: var(--ff-green);
  border-color: rgba(14, 124, 102, 0.4);
  background: rgba(14, 124, 102, 0.08);
}

.page-news .news-cat-brand {
  color: var(--ff-purple);
  border-color: rgba(106, 63, 191, 0.4);
  background: rgba(106, 63, 191, 0.08);
}

.page-news .news-time {
  font-family: var(--ff-mono);
  font-size: 12px;
  color: var(--ff-muted);
  letter-spacing: 0.05em;
}

.page-news .news-thumb {
  grid-column: 2;
  margin: 12px 0 0;
}

.page-news .news-thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.08);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 16px) 100%, 0 100%);
}

.page-news .subscribe-section {
  padding: 64px 0 72px;
  margin-top: 24px;
  background:
    linear-gradient(135deg, rgba(255, 79, 0, 0.12), transparent 60%),
    radial-gradient(circle at 90% 20%, rgba(0, 180, 216, 0.08), transparent 40%);
  border-top: 1px solid rgba(255, 79, 0, 0.2);
}

.page-news .subscribe-inner {
  max-width: 720px;
}

.page-news .subscribe-desc {
  margin: 12px 0 28px;
  color: var(--ff-muted);
  line-height: 1.7;
}

.page-news .subscribe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-news .btn-primary {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.page-news .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-weight: 600;
  color: var(--ff-orange);
  background: transparent;
  border: 1px solid rgba(255, 79, 0, 0.5);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  transition: background 0.3s var(--ff-ease), border-color 0.3s var(--ff-ease);
}

.page-news .btn-ghost:hover {
  background: rgba(255, 79, 0, 0.08);
  border-color: var(--ff-orange);
}

.page-news .subscribe-note {
  margin-top: 16px;
  font-size: 13px;
  color: var(--ff-muted);
}

@media (min-width: 768px) {
  .page-news .news-summary {
    max-height: 3.4em;
    overflow: hidden;
  }

  .page-news .news-item:hover .news-summary,
  .page-news .news-item:focus-within .news-summary {
    max-height: 300px;
    overflow: visible;
  }
}

@media (min-width: 900px) {
  .page-news .page-news-hero {
    padding: 56px 0 36px;
  }

  .page-news .news-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
  }

  .page-news .news-hero-visual {
    display: block;
  }

  .page-news .section-head {
    flex-direction: row;
    align-items: flex-end;
    gap: 16px;
  }

  .page-news .section-head-idx {
    margin-bottom: 4px;
  }

  .page-news .section-desc {
    margin-left: auto;
    text-align: right;
  }

  .page-news .news-item.has-thumb {
    grid-template-columns: 16px minmax(0, 1fr) 260px;
    column-gap: 24px;
  }

  .page-news .news-item.has-thumb .news-body {
    grid-column: 2;
    grid-row: 1;
  }

  .page-news .news-item.has-thumb .news-thumb {
    grid-column: 3;
    grid-row: 1;
    margin: 4px 0 0;
  }
}
