body.production-signal {
  min-width: 320px;
}

.production-signal .brand-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
}

.production-signal .brand-lockup .brand-tagline {
  display: block;
  margin-top: -1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
}

.production-signal .brand-lockup .brand-tagline strong {
  color: var(--ink);
  font-weight: 900;
}

.production-signal .footer-brand-lockup img {
  width: 205px;
}

.production-signal .footer-brand-lockup .brand-tagline {
  font-size: 12.75px;
}

.production-signal .trust-strip .press-name {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.72;
}

.production-signal .site-header {
  position: sticky;
  top: 0;
}

.production-signal .site-footer {
  margin-top: 0;
}

.production-signal .site-page-hero:first-child {
  border-top: 0;
}

.production-signal .site-page-hero:not(.signal-plan-home-hero) .site-page-hero-inner {
  align-items: center;
  text-align: center;
}

.production-signal .site-page-hero:not(.signal-plan-home-hero) h1,
.production-signal .site-page-hero:not(.signal-plan-home-hero) .site-page-hero-inner > p:last-child,
.production-signal .site-page-hero:not(.signal-plan-home-hero) .site-page-lede {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.production-signal .carrier-detail-hero,
.production-signal .plan-review-hero {
  text-align: center;
}

.production-signal .carrier-detail-hero .carrier-logo-wrap,
.production-signal .plan-review-hero .carrier-logo-wrap,
.production-signal .carrier-detail-hero > .primary-action {
  justify-self: center;
}

.production-signal .plan-review-price {
  text-align: center;
}

.production-signal.news-production .site-header {
  position: relative;
}

.production-signal.news-production .ac-filter-strip {
  top: 0;
  z-index: 80;
  border-color: var(--line);
  background: color-mix(in srgb, var(--surface) 96%, transparent);
}

.production-signal.news-production .ac-filter-inner,
.production-signal.news-production .ac-featured,
.production-signal.news-production .ac-feed,
.production-signal.news-production .nr-archive {
  width: min(100% - 40px, var(--content));
  max-width: none;
}

.production-signal.news-production .ac-featured {
  padding-top: 42px;
}

.production-signal.news-production .ac-featured-label,
.production-signal.news-production .ac-feed-head h2,
.production-signal.news-production .nr-archive h2 {
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: 0;
}

.production-signal.news-production .ac-featured-label {
  color: var(--accent);
}

.production-signal.news-production .ac-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

.production-signal.news-production .ac-card:hover {
  border-color: var(--line-strong);
  box-shadow: 0 8px 24px rgba(19, 37, 29, 0.08);
  transform: translateY(-2px);
}

.production-signal.news-production .ac-img-wrap {
  background: var(--surface-soft);
}

.production-signal.news-production .ac-cat-chip {
  border-radius: 4px;
  background: var(--accent);
  color: var(--accent-contrast);
  font-family: var(--font-sans);
  letter-spacing: 0;
}

.production-signal.news-production .ac-headline {
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: 0;
}

.production-signal.news-production .ac-excerpt,
.production-signal.news-production .ac-byline,
.production-signal.news-production .nr-archive > p {
  color: var(--muted);
}

.production-signal.news-production .ac-feed-link {
  color: var(--accent-strong);
}

.production-signal.news-production .nr-archive {
  margin-bottom: 56px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: none;
}

.production-signal.news-production .nr-archive-search {
  border-color: var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-family: var(--font-sans);
}

.production-signal.news-production .nr-year-chip {
  border-color: var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
}

.production-signal.news-production .nr-year-chip:hover,
.production-signal.news-production .nr-year-chip.active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--accent-contrast);
}

@media (min-width: 901px) and (max-width: 1050px) {
  .production-signal .site-header-inner {
    gap: 18px;
  }

  .production-signal .site-nav {
    gap: 10px;
  }

  .production-signal .site-nav a {
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  .production-signal .brand-lockup .brand-tagline {
    font-size: 12px;
  }

  .production-signal.news-production .ac-filter-inner,
  .production-signal.news-production .ac-featured,
  .production-signal.news-production .ac-feed,
  .production-signal.news-production .nr-archive {
    width: min(100% - 24px, var(--content));
  }

  .production-signal.news-production .ac-featured {
    padding-top: 28px;
  }
}

@media (max-width: 350px) {
  .production-signal .site-header-inner {
    gap: 10px;
  }

  .production-signal .site-header .brand-lockup {
    max-width: 230px;
  }

  .production-signal .site-header .brand-lockup img {
    width: 180px;
  }

  .production-signal .brand-lockup .brand-tagline {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .production-signal .footer-brand-lockup {
    max-width: 100%;
  }
}
