.page-news {
  --news-stat-cols: 2;
  --news-track-col: minmax(240px, 78vw);
  --news-guide-cols: 1;
  --news-section-pad: clamp(48px, 7vw, 96px);
  background: var(--c-bg);
  color: var(--c-primary);
}

/* === hero === */
.page-news .news-hero {
  position: relative;
  padding-block: clamp(28px, 5vw, 64px) clamp(40px, 6vw, 80px);
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(255, 107, 53, 0.08) 62% 100%),
    var(--c-bg);
  border-bottom: 1px solid var(--c-line);
}

.page-news .news-hero .container {
  position: relative;
  z-index: 1;
}

.page-news .news-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 64px);
  margin-top: clamp(28px, 4vw, 48px);
}

.page-news .news-hero-main {
  position: relative;
}

.page-news .news-hero-main .section-index {
  margin-bottom: 16px;
  color: var(--c-secondary);
  font-family: var(--font-mono);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-news .news-hero-main h1 {
  max-width: 14em;
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6.2vw, 5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--c-primary);
}

.page-news .news-hero-main h1::before {
  content: "";
  display: block;
  width: 64px;
  height: 8px;
  margin-bottom: 22px;
  background: var(--c-secondary);
  transform: skewX(-24deg);
}

.page-news .news-hero-desc {
  max-width: 52em;
  margin: 0 0 28px;
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  line-height: 1.8;
  color: var(--c-muted);
}

.page-news .news-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-news .news-hero-meta {
  position: relative;
  padding-left: 18px;
  border-left: 3px solid var(--c-primary);
}

.page-news .news-hero-meta-list {
  margin: 0;
}

.page-news .news-hero-meta-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 10px;
  border-bottom: 1px solid var(--c-line);
}

.page-news .news-hero-meta-line dt {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-muted);
  white-space: nowrap;
}

.page-news .news-hero-meta-line dd {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--c-primary);
  text-align: right;
}

.page-news .news-hero-meta-note {
  margin: 18px 0 0;
  font-size: 0.84rem;
  line-height: 1.7;
  color: var(--c-muted);
}

/* === stats === */
.page-news .news-stats {
  background: var(--c-primary);
  color: var(--c-bg);
  padding-block: clamp(28px, 4vw, 48px);
}

.page-news .news-stats-grid {
  display: grid;
  grid-template-columns: repeat(var(--news-stat-cols), 1fr);
  gap: 24px 20px;
}

.page-news .news-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid var(--c-accent);
}

.page-news .news-stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  color: var(--c-bg);
}

.page-news .news-stat-label {
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  color: rgba(244, 239, 230, 0.68);
}

/* === section head === */
.page-news .section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px 24px;
  margin-bottom: clamp(24px, 3.5vw, 44px);
  padding-bottom: 18px;
  border-bottom: 2px solid var(--c-line);
}

.page-news .section-head .section-index {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-secondary);
}

.page-news .section-head .section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--c-primary);
}

.page-news .section-head .section-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--c-muted);
}

/* === experts === */
.page-news .news-experts {
  background: var(--c-bg);
  padding-block: var(--news-section-pad);
}

.page-news .news-expert-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.4vw, 28px);
}

.page-news .news-expert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--c-deep);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

.page-news .news-expert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(11, 27, 43, 0.12);
}

.page-news .news-expert-card--feature {
  background: var(--c-light-surface);
}

.page-news .news-expert-media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.page-news .news-expert-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .news-expert-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(18px, 2.4vw, 28px);
}

.page-news .news-card-eyebrow {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-secondary);
}

.page-news .news-card-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--c-primary);
}

.page-news .news-card-desc {
  flex: 1;
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--c-muted);
}

.page-news .news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(11, 27, 43, 0.12);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--c-muted);
}

.page-news .news-card-tag {
  display: inline-block;
  padding: 4px 10px;
  background: var(--c-accent);
  color: var(--c-primary);
  font-weight: 500;
}

/* === videos === */
.page-news .news-videos {
  background: var(--c-primary);
  color: var(--c-bg);
  padding-block: var(--news-section-pad);
}

.page-news .news-videos .section-index,
.page-news .news-videos .section-title {
  color: var(--c-bg);
}

.page-news .news-videos .section-note {
  color: rgba(244, 239, 230, 0.6);
}

.page-news .news-videos .section-head {
  border-bottom-color: rgba(244, 239, 230, 0.18);
}

.page-news .news-video-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--news-track-col);
  gap: clamp(14px, 2vw, 22px);
  padding: 8px 4px 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.page-news .news-video-track::-webkit-scrollbar {
  display: none;
}

.page-news .news-video-card {
  position: relative;
  scroll-snap-align: start;
  background: var(--c-dark-surface);
  border: 1px solid rgba(244, 239, 230, 0.12);
  transition: border-color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.page-news .news-video-card:hover {
  border-color: var(--c-accent);
  transform: translateY(-3px);
}

.page-news .news-video-media {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.page-news .news-video-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.page-news .news-video-card:hover .news-video-media img {
  transform: scale(1.04);
}

.page-news .news-video-media::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  background: var(--c-secondary);
  clip-path: polygon(35% 25%, 75% 50%, 35% 75%);
  opacity: 0.92;
  transition: background 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.page-news .news-video-card:hover .news-video-media::before {
  background: var(--c-accent);
  transform: translate(-50%, -50%) scale(1.08);
}

.page-news .news-video-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 27, 43, 0) 55%, rgba(11, 27, 43, 0.72) 100%);
  pointer-events: none;
}

.page-news .news-video-info {
  padding: 16px;
}

.page-news .news-video-tag {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 8px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-accent);
  border: 1px solid rgba(198, 255, 0, 0.5);
}

.page-news .news-video-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--c-bg);
}

.page-news .news-video-duration {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: rgba(244, 239, 230, 0.52);
}

.page-news .news-video-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: rgba(244, 239, 230, 0.6);
}

.page-news .news-video-note-line {
  display: block;
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, var(--c-accent), transparent);
}

/* === tags === */
.page-news .news-tags {
  background: var(--c-light-surface);
  padding-block: var(--news-section-pad);
}

.page-news .news-tags-panel {
  position: relative;
  padding: clamp(24px, 3.5vw, 42px);
  overflow: hidden;
  background: var(--c-deep);
  border-left: 6px solid var(--c-secondary);
}

.page-news .news-tags-bg {
  position: absolute;
  top: 50%;
  right: -4%;
  width: 80%;
  transform: translateY(-50%) rotate(-4deg);
  opacity: 0.14;
  pointer-events: none;
}

.page-news .news-tags-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.page-news .news-tag-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .news-tag-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--c-primary);
  background: var(--c-bg);
  border: 1px solid var(--c-accent);
  transition: background 0.25s var(--ease-out), color 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.page-news .news-tag-link::before {
  content: "#";
  color: var(--c-secondary);
  font-weight: 700;
}

.page-news .news-tag-link:hover,
.page-news .news-tag-link:focus-visible {
  background: var(--c-accent);
  color: var(--c-primary);
  box-shadow: 0 6px 0 rgba(198, 255, 0, 0.28);
  transform: translateY(-2px);
}

/* === insights === */
.page-news .news-insights {
  background: var(--c-dark-surface);
  color: var(--c-bg);
  padding-block: var(--news-section-pad);
}

.page-news .news-insights .section-index,
.page-news .news-insights .section-title {
  color: var(--c-bg);
}

.page-news .news-insights .section-note {
  color: rgba(244, 239, 230, 0.58);
}

.page-news .news-insights .section-head {
  border-bottom-color: rgba(244, 239, 230, 0.18);
}

.page-news .news-insight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.4vw, 28px);
}

.page-news .news-insight-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(244, 239, 230, 0.12);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.page-news .news-insight-media {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.page-news .news-insight-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-news .news-insight-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(20px, 2.6vw, 32px);
}

.page-news .news-insight-index {
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-accent);
}

.page-news .news-insight-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--c-bg);
}

.page-news .news-insight-desc {
  flex: 1;
  margin: 0 0 20px;
  font-size: 0.94rem;
  line-height: 1.8;
  color: rgba(244, 239, 230, 0.7);
}

.page-news .news-insight-link {
  align-self: flex-start;
  display: inline-block;
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: var(--c-primary);
  background: var(--c-accent);
  transition: background 0.25s var(--ease-out), color 0.25s var(--ease-out);
}

.page-news .news-insight-link:hover,
.page-news .news-insight-link:focus-visible {
  background: var(--c-bg);
  color: var(--c-primary);
}

/* === guide === */
.page-news .news-guide {
  background: var(--c-bg);
  padding-block: var(--news-section-pad);
}

.page-news .news-guide-grid {
  display: grid;
  grid-template-columns: repeat(var(--news-guide-cols), 1fr);
  gap: clamp(16px, 2vw, 24px);
}

.page-news .news-guide-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(24px, 3vw, 36px);
  text-decoration: none;
  color: var(--c-primary);
  background: var(--c-deep);
  border-top: 4px solid var(--c-primary);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  transition: background 0.3s var(--ease-out), border-color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.page-news .news-guide-card:hover,
.page-news .news-guide-card:focus-visible {
  border-color: var(--c-secondary);
  transform: translateY(-4px);
}

.page-news .news-guide-card--story {
  background: var(--c-light-surface);
}

.page-news .news-guide-card--app {
  background: var(--c-bg);
  border-top-color: var(--c-secondary);
}

.page-news .news-guide-card--contact {
  background: var(--c-deep);
}

.page-news .news-guide-index {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--c-secondary);
}

.page-news .news-guide-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.page-news .news-guide-desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--c-muted);
}

.page-news .news-guide-link {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--c-primary);
  text-decoration: underline;
  text-decoration-color: var(--c-accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

/* === responsive === */
@media (min-width: 900px) {
  .page-news {
    --news-stat-cols: 4;
    --news-track-col: 320px;
    --news-guide-cols: 3;
  }

  .page-news .news-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: start;
  }

  .page-news .news-hero-meta {
    position: sticky;
    top: calc(var(--bar-h) + 24px);
  }

  .page-news .section-head {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
    align-items: end;
  }

  .page-news .section-head .section-note {
    text-align: right;
  }

  .page-news .news-expert-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .page-news .news-expert-card--feature {
    grid-column: span 7;
  }

  .page-news .news-expert-card:not(.news-expert-card--feature) {
    grid-column: span 5;
  }

  .page-news .news-insight-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .page-news .news-insight-card--wide {
    grid-column: span 7;
  }

  .page-news .news-insight-card--narrow {
    grid-column: span 5;
  }

  .page-news .news-video-track {
    grid-auto-columns: 340px;
  }
}

@media (min-width: 1200px) {
  .page-news {
    --news-track-col: 360px;
  }

  .page-news .news-video-track {
    grid-auto-columns: 360px;
  }
}
