/* VALUESIGNAL — Editions
   Reading-first layout for the broadcast edition pages (E17/E20 "Read this
   edition" CTAs land here). Light theme to match about.html; brand accents
   from brand-tokens.css.
*/

.vs-editions-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
}

.vs-editions-header .vs-editions-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #111827;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vs-editions-header .vs-editions-nav a {
  color: #4b5563;
  text-decoration: none;
  font-size: 0.95rem;
  margin-left: 1.5rem;
}

.vs-editions-header .vs-editions-nav a:hover {
  color: #0b1220;
  text-decoration: underline;
}

.vs-edition-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 2rem 4rem;
  color: #374151;
}

.vs-edition-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vs-signal-600, #4fb3c8);
  margin-bottom: 0.75rem;
}

.vs-edition-main h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  color: #111827;
  margin-bottom: 0.75rem;
}

.vs-edition-dateline {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
}

.vs-edition-main p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.vs-edition-intro {
  font-size: 1.1rem;
  color: #4b5563;
}

.vs-edition-item {
  margin: 2.75rem 0;
  padding-top: 2.25rem;
  border-top: 1px solid #e5e7eb;
}

.vs-edition-item-kicker {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.vs-edition-item h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 0.75rem;
}

.vs-edition-item h2 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid var(--vs-signal-500, #7fd7ff);
}

.vs-edition-item h2 a:hover {
  color: var(--vs-signal-600, #4fb3c8);
}

.vs-edition-source {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.vs-edition-pattern {
  margin: 3rem 0;
  padding: 1.75rem 2rem;
  background: #f3f7fa;
  border-left: 4px solid var(--vs-signal-600, #4fb3c8);
  border-radius: 0 10px 10px 0;
}

.vs-edition-pattern h2 {
  font-size: 1.25rem;
  color: #111827;
  margin-bottom: 0.75rem;
}

.vs-edition-cta {
  margin: 3rem 0 0;
  padding: 2rem;
  text-align: center;
  background: #0b1220;
  border-radius: 14px;
}

.vs-edition-cta p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.25rem;
}

.vs-edition-cta a.vs-edition-cta-btn {
  display: inline-block;
  background: #4cc9f0;
  color: #0b1220;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 8px;
}

.vs-edition-cta a.vs-edition-cta-btn:hover {
  background: #7fd7ff;
}

/* Archive index */
.vs-editions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vs-editions-list li {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  margin-bottom: 1.25rem;
  transition: border-color 0.15s ease;
}

.vs-editions-list li:hover {
  border-color: var(--vs-signal-600, #4fb3c8);
}

.vs-editions-list .vs-editions-list-series {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vs-signal-600, #4fb3c8);
  margin-bottom: 0.35rem;
}

.vs-editions-list h2 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.vs-editions-list h2 a {
  color: #111827;
  text-decoration: none;
}

.vs-editions-list h2 a:hover {
  color: var(--vs-signal-600, #4fb3c8);
}

.vs-editions-list .vs-editions-list-date {
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.vs-editions-list p {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .vs-edition-main {
    padding: 2rem 1.25rem 3rem;
  }

  .vs-edition-main h1 {
    font-size: 1.75rem;
  }

  .vs-editions-header {
    padding: 1.25rem;
  }
}
