/* W13 — Issue-specific overrides
   Dark lead section, no animation, no audio, no language switcher.
   Security-themed week. */

.lead .lead-content {
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
}

.lead .lead-dates {
  margin-bottom: var(--space-10);
}

.lead .lead-quote {
  margin-bottom: var(--space-10);
}

@media (min-width: 720px) {
  .lead .lead-quote {
    max-width: 640px;
  }
}

@media (max-width: 600px) {
  .lead .lead-content {
    padding-top: var(--space-10);
    padding-bottom: var(--space-10);
  }
}
