/* Landing page: size the layout against the workspace left by the sidebar. */
.intel-home {
  container: intel-home / inline-size;
  color: var(--eu-ink);
}

.intel-home .hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 32px;
  padding: 20px 0 40px;
}

.intel-home .hero-copy,
.intel-home .signal-card,
.intel-home .newsletter-value > * { min-width: 0; }

.intel-home .hero-copy { container-type: inline-size; }

.intel-home .eyebrow {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .1em;
}

.intel-home .hero-copy h1 {
  max-width: 100%;
  margin: 0 0 22px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(2rem, 7cqi, 3.5rem);
  line-height: 1.16;
  letter-spacing: -.035em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.intel-home .lead {
  max-width: 65ch;
  margin: 0;
  color: var(--eu-ink);
  font-size: 18px;
  line-height: 1.75;
}

.intel-home .hero-actions {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 26px 0 14px;
}

.intel-home .hero-actions .button {
  flex: 0 1 auto;
  max-width: 100%;
  padding: 13px 20px;
  line-height: 1.4;
}

.intel-home .hero-actions .text-link {
  flex-basis: 100%;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
  text-underline-offset: 3px;
}

.intel-home .fine-print { font-size: 14px; line-height: 1.6; }

.intel-home .signal-card {
  padding: clamp(20px, 3cqi, 30px);
  box-shadow: var(--eu-shadow-small);
}

.intel-home .signal-live {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .06em;
}

.intel-home .signal-card dl { margin: 20px 0; }
.intel-home .signal-card dl div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
}
.intel-home .signal-card dt { font-size: 28px; font-variant-numeric: tabular-nums; }
.intel-home .signal-card dd { font-size: 15px; line-height: 1.5; text-align: right; }
.intel-home .source-list span { font-size: 12px; line-height: 1.5; }

.intel-home .three-up { grid-template-columns: minmax(0, 1fr); }
.intel-home .three-up article {
  min-width: 0;
  padding: 26px 0;
  border: 0;
}
.intel-home .three-up article + article { border-top: 1px solid var(--eu-line); }
.intel-home .three-up h2 { font-size: 23px; line-height: 1.25; }
.intel-home .three-up p { margin-bottom: 0; color: var(--eu-ink); line-height: 1.75; }

.intel-home .opencti-home-note {
  margin: 28px 0 0;
  padding: clamp(22px, 3cqi, 36px);
  background: var(--eu-surface);
}
.intel-home .opencti-home-note h2,
.intel-home .newsletter-copy h2 {
  font-size: clamp(1.625rem, 1.125rem + 1.5cqi, 2.25rem);
  line-height: 1.25;
  letter-spacing: -.025em;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.intel-home .opencti-home-note h2 { max-width: 36ch; }
.intel-home .opencti-home-note p { max-width: 78ch; color: var(--eu-ink); line-height: 1.75; }

.intel-home .newsletter-value {
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  margin-top: 36px;
  padding: clamp(24px, 4cqi, 44px);
  box-shadow: var(--eu-shadow-small);
}
.intel-home .newsletter-copy p { color: var(--eu-on-dark-muted); line-height: 1.75; }
.intel-home .newsletter-copy .text-link { line-height: 1.6; text-underline-offset: 3px; }
.intel-home .newsletter-structure li { gap: 16px; }
.intel-home .newsletter-structure li > span { font-size: 13px; }
.intel-home .newsletter-structure strong { line-height: 1.5; }
.intel-home .newsletter-structure small { color: var(--eu-on-dark-muted); font-size: 15px; line-height: 1.6; }

/* Keep the footer inside the narrower workspace just above the mobile breakpoint. */
.intel-workspace:has(.intel-home) .footer-inner { flex-wrap: wrap; }
.intel-workspace:has(.intel-home) .footer-links { flex-wrap: wrap; row-gap: 12px; }

@container intel-home (min-width: 720px) {
  .intel-home .three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intel-home .three-up article { padding: 28px 24px 24px 0; }
  .intel-home .three-up article + article {
    padding-left: 24px;
    border-top: 0;
    border-left: 1px solid var(--eu-line);
  }
  .intel-home .three-up article:last-child { padding-right: 0; }
}

@container intel-home (min-width: 960px) {
  .intel-home .hero {
    grid-template-columns: minmax(0, 1.65fr) minmax(19rem, 1fr);
    gap: 40px;
    padding-bottom: 48px;
  }
  .intel-home .newsletter-value {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@container intel-home (max-width: 420px) {
  .intel-home .hero { padding-top: 6px; }
  .intel-home .hero-actions .button { width: 100%; }
}
