/* Phase 7A — launch-state insight library and reusable flagship article treatment */

.insights-jumpbar--launch .insights-jumpbar__inner {
  justify-content: center;
}

.insights-section--launch-featured .title-block {
  max-width: 820px;
}

.launch-insight-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 1.75rem);
  margin-top: clamp(1.75rem, 3vw, 2.75rem);
}

.launch-insight-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(11, 37, 69, 0.10);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(11, 37, 69, 0.10);
}

.launch-insight-card--primary {
  border-top: 4px solid #2CA6A4;
}

.launch-insight-card--accent {
  border-top: 4px solid #F58A07;
}

.launch-insight-card__media {
  background: #0B2545;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.launch-insight-card__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.launch-insight-card__body {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.35rem, 2.5vw, 2rem);
}

.launch-insight-card__body h2 {
  margin: 0;
  color: #0B2545;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.launch-insight-card__body h2 a {
  color: inherit;
  text-decoration: none;
}

.launch-insight-card__body h2 a:hover,
.launch-insight-card__body h2 a:focus-visible {
  color: #1E5AA8;
}

.launch-insight-card__body p {
  margin: 0;
  color: #465763;
  font-size: 1.05rem;
  line-height: 1.62;
}

.launch-insight-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: auto;
}

.launch-insight-card__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0.68rem 1rem;
  background: #F4F6F8;
  color: #0B2545;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.launch-insight-card__links a:first-child {
  background: #0B2545;
  color: #fff;
}

.launch-insight-card__links a:hover,
.launch-insight-card__links a:focus-visible {
  background: #1E5AA8;
  color: #fff;
}

.article-page--editorial .article-hero--editorial {
  min-height: auto;
}

.article-hero__inner--editorial {
  padding-top: clamp(2.8rem, 6vw, 5.5rem);
  padding-bottom: clamp(2.8rem, 6vw, 5rem);
}

.article-hero__main h1 {
  max-width: 930px;
  font-size: clamp(2.6rem, 5.1vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.article-hero__aside--flagship {
  gap: 0.9rem;
}

.article-hero__visual {
  margin: 0 0 0.35rem;
  padding: 0.55rem;
  border: 1px solid rgba(244, 246, 248, 0.16);
  border-radius: 22px;
  background: rgba(244, 246, 248, 0.07);
}

.article-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.article-reader--editorial {
  font-size: clamp(1.03rem, 1.2vw, 1.13rem);
  line-height: 1.72;
}

.article-reader--editorial > p:first-of-type {
  color: #0B2545;
  font-size: clamp(1.18rem, 1.6vw, 1.35rem);
  line-height: 1.62;
}

.article-reader--editorial h2 {
  margin-top: clamp(2.4rem, 4vw, 3.4rem);
  letter-spacing: -0.035em;
}

.td-insight-visual {
  margin: clamp(2rem, 4vw, 3rem) 0;
  padding: clamp(0.75rem, 1.5vw, 1rem);
  border: 1px solid rgba(11, 37, 69, 0.10);
  border-radius: 28px;
  background: #F4F6F8;
  box-shadow: 0 18px 44px rgba(11, 37, 69, 0.08);
}

.td-insight-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.td-insight-visual figcaption {
  margin: 0.75rem 0.3rem 0.15rem;
  color: #5C6B73;
  font-size: 0.92rem;
  line-height: 1.45;
}

.td-advisory-note {
  margin: clamp(1.8rem, 3vw, 2.5rem) 0;
  border-left: 5px solid #2CA6A4;
  border-radius: 0 22px 22px 0;
  padding: clamp(1.15rem, 2vw, 1.5rem);
  background: linear-gradient(90deg, rgba(44, 166, 164, 0.12), rgba(244, 246, 248, 0.74));
  color: #0B2545;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.12rem, 1.5vw, 1.28rem);
  font-weight: 750;
  line-height: 1.45;
}

.article-series-pill,
.article-series-context,
.editorial-list-card__series {
  display: none !important;
}

@media (max-width: 920px) {
  .launch-insight-feature-grid {
    grid-template-columns: 1fr;
  }

  .launch-insight-card__body {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .article-hero__main h1 {
    font-size: clamp(2.25rem, 13vw, 3.6rem);
  }

  .launch-insight-card,
  .td-insight-visual {
    border-radius: 22px;
  }

  .launch-insight-card__media img,
  .td-insight-visual img {
    border-radius: 16px;
  }
}
