/* Wire editorial landing, Stories archive, and Story chrome */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wire-subnav {
  position: sticky;
  top: 0;
  z-index: 8;
  border-bottom: 1px solid rgba(152, 186, 227, 0.14);
  background: rgba(14, 22, 35, 0.92);
  backdrop-filter: blur(10px);
}

.wire-subnav__scroller {
  display: flex;
  gap: 6px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
}

.wire-subnav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.wire-subnav a:hover {
  color: var(--text);
}

.wire-subnav a.is-active {
  color: var(--text);
  background: rgba(152, 186, 227, 0.16);
}

.wire-editorial {
  padding: clamp(36px, 6vw, 72px) 20px;
}

.wire-editorial--recent {
  padding-top: 8px;
}

.wire-editorial--feed {
  border-top: 1px solid rgba(152, 186, 227, 0.12);
  background: rgba(8, 13, 22, 0.35);
}

.wire-editorial__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.wire-editorial__head {
  margin-bottom: clamp(22px, 3vw, 36px);
}

.wire-editorial__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.wire-editorial__title {
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  letter-spacing: -0.03em;
}

.wire-editorial__lead {
  max-width: 38rem;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.wire-editorial__more,
.wire-editorial__more-wrap a {
  color: var(--accent-2, #98BAE3);
  font-weight: 700;
  text-decoration: none;
}

.wire-editorial__more:hover {
  color: var(--text);
}

.wire-empty {
  padding: 28px 0 8px;
  max-width: 40rem;
}

.wire-empty p {
  color: var(--muted);
  line-height: 1.6;
}

.wire-story-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(22px, 3.5vw, 40px);
  align-items: stretch;
}

.wire-story-feature__media,
.wire-story-card__media,
.wire-home-story__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(8, 14, 24, 0.7);
  text-decoration: none;
}

.wire-story-feature__media {
  min-height: 320px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

.wire-story-feature__media img,
.wire-story-card__media img,
.wire-home-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}

.wire-story-feature__media:hover img,
.wire-story-card__media:hover img,
.wire-home-story__media:hover img {
  opacity: 0.88;
}

.wire-story-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0;
}

.wire-story-feature__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.wire-story-feature__title a,
.wire-story-card__title a,
.wire-home-story__title a,
.wire-article-crumbs a {
  color: inherit;
  text-decoration: none;
}

.wire-story-feature__title a:hover,
.wire-story-card__title a:hover,
.wire-home-story__title a:hover,
.wire-article-crumbs a:hover {
  color: var(--accent-2, #98BAE3);
}

.wire-story-feature__excerpt,
.wire-story-card__excerpt,
.wire-home-story__excerpt {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.wire-story-card__kicker,
.wire-home-story__label {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2, #98BAE3);
}

.wire-story-card__meta,
.wire-home-story__meta {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.wire-story-card__cta,
.wire-home-story__cta {
  margin: 0;
}

.wire-story-card__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  height: 100%;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: rgba(152, 186, 227, 0.45);
}

.wire-story-card__video {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wire-story-mix {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 28px);
}

.wire-story-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.wire-story-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: center;
}

.wire-story-card--split,
.wire-story-card--card {
  grid-column: span 4;
}

.wire-story-card__media {
  aspect-ratio: 16 / 10;
}

.wire-story-card--wide .wire-story-card__media {
  aspect-ratio: 16 / 9;
}

.wire-story-mix--related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wire-story-mix--related .wire-story-card {
  grid-column: auto;
}

.wire-feed-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.wire-feed-preview .wire-card {
  background: rgba(10, 16, 26, 0.55);
}

.wire-story-tools {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

.wire-story-tools input[type="search"] {
  flex: 1 1 220px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(152, 186, 227, 0.22);
  border-radius: 10px;
  background: rgba(8, 13, 22, 0.7);
  color: var(--text);
  font: inherit;
}

.wire-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.wire-chip-row a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(152, 186, 227, 0.18);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.wire-chip-row a:hover,
.wire-chip-row a.is-active {
  color: var(--text);
  border-color: rgba(152, 186, 227, 0.45);
}

.wire-chip-row--tags a {
  font-weight: 400;
}

.wire-pager {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  color: var(--muted);
}

.wire-pager a {
  color: var(--accent-2, #98BAE3);
  text-decoration: none;
  font-weight: 700;
}

.wire-pager a:hover {
  color: var(--text);
}

.wire-article-page {
  padding-top: 12px;
}

.wire-article-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.85rem;
}

.wire-article-watch {
  margin: 0 0 28px;
}

.wire-article-watch__note,
.wire-article-forum p {
  color: var(--muted);
  line-height: 1.55;
}

.wire-article-forum,
.wire-article-related {
  margin: 2.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(152, 186, 227, 0.16);
}

.wire-article-related h2 {
  margin: 0 0 18px;
  font-size: 1.4rem;
}

.wire-home-story {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
  margin: 0 0 clamp(28px, 4vw, 44px);
}

.wire-home-story__media {
  aspect-ratio: 16 / 10;
}

.wire-home-story__title {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.12;
}

@media (max-width: 980px) {
  .wire-story-feature,
  .wire-story-card--wide,
  .wire-home-story {
    grid-template-columns: 1fr;
  }

  .wire-story-card--split,
  .wire-story-card--card,
  .wire-story-card--wide {
    grid-column: 1 / -1;
  }

  .wire-story-mix--related {
    grid-template-columns: 1fr;
  }
}
